Activity log for bug #2045441

Date Who What changed Old value New value Message
2023-12-01 20:55:51 Dylan Gundlach bug added bug
2023-12-01 20:57:19 Dylan Gundlach description Version: 2.1.1 OS: Ubuntu 20.04.6 LTS reproduce: open pinta File=>Save As set name: some-new-image.jpg the path will default to something like /run/user/1000/doc/95720e22 hit Save exception window appears: "Unhandled exception": 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.Actions.SaveDocumentImplmentationAction.SaveFileAs(Document document) at Pinta.Actions.SaveDocumentImplmentationAction.Activated(Object sender, DocumentCancelEventArgs e) at Pinta.Core.FileActions.RaiseSaveDocument(Document document, Boolean saveAs) at Pinta.Core.Document.Save(Boolean saveAs) at Pinta.Actions.SaveDocumentAsAction.Activated(Object sender, EventArgs e) at Pinta.Core.Command.<.ctor>b__33_0(Object o, ActivatedArgs args) at InvokeStub_ActivatedHandler.Invoke(Object, Object, IntPtr*) at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) --- End of inner exception stack trace --- at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Delegate.DynamicInvokeImpl(Object[] args) at GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args) at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) probably not related, but just in case: "ll /run/user/1000/doc/ | grep 95720e22" shows "drwx------ 2 dylan dylan ..." Version: 2.1.1 OS: Ubuntu 20.04.6 LTS reproduce: open pinta File=>Save As     set name: some-new-image.jpg     the path will default to something like /run/user/1000/doc/95720e22     hit Save exception window appears: "Unhandled exception":     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.Actions.SaveDocumentImplmentationAction.SaveFileAs(Document document)    at Pinta.Actions.SaveDocumentImplmentationAction.Activated(Object sender, DocumentCancelEventArgs e)    at Pinta.Core.FileActions.RaiseSaveDocument(Document document, Boolean saveAs)    at Pinta.Core.Document.Save(Boolean saveAs)    at Pinta.Actions.SaveDocumentAsAction.Activated(Object sender, EventArgs e)    at Pinta.Core.Command.<.ctor>b__33_0(Object o, ActivatedArgs args)    at InvokeStub_ActivatedHandler.Invoke(Object, Object, IntPtr*)    at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)    --- End of inner exception stack trace ---    at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)    at System.Delegate.DynamicInvokeImpl(Object[] args)    at GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args)    at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) probably not related, but just in case: "ll /run/user/1000/doc/ | grep 95720e22" shows "drwx------ 2 dylan dylan ..." note: It works just fine if I save it somewhere else like ~/Desktop/
2023-12-01 20:57:28 Dylan Gundlach summary "Save As" dialogue NullReferenceException "Save As" dialogue default path NullReferenceException
2023-12-03 05:45:04 Cameron White tags flatpak snap
2023-12-03 05:45:08 Cameron White pinta: status New Confirmed