Pinta não está fechando

0

Estou usando a Pinta e quando vou fechar, recebo um erro: Exceção não tratada: A exceção foi lançada pelo destino de uma chamada.

Aqui estão os detalhes que recebo:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
  at Pinta.Core.SettingsManager.Serialize (System.String filename, System.Collections.Generic.Dictionary'2 settings) [0x00000] in <filename unknown>:0 
  at Pinta.Core.SettingsManager.SaveSettings () [0x00000] in <filename unknown>:0 
  at Pinta.MainWindow.SaveUserSettings () [0x00000] in <filename unknown>:0 
  at Pinta.MainWindow.<MainWindow>m__34 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0 
  at Pinta.Core.FileActions.RaiseBeforeQuit () [0x00000] in <filename unknown>:0 
  at Pinta.Actions.ExitProgramAction.Activated (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 

Qualquer ajuda apreciada. Eu estou usando o Ubuntu 14.04 Eu tentei fechá-lo no terminal usando sudo killall pinta e o terminal diz que nenhum processo foi encontrado.

    
por tmacfanmike 14.07.2014 / 20:28

1 resposta

0

Sim, o mesmo problema aqui, e eu não consegui encontrar uma solução adequada, no entanto, abrir qualquer imagem e depois fechá-la funciona para mim.

NB: Não é possível reproduzir no momento.

    
por Tim 14.07.2014 / 21:51

Tags