Advertisement
Guest User

crash

a guest
Sep 15th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. Exception in Gtk# callback delegate
  2. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  3. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
  4. Parameter name: path
  5. at System.IO.Directory.GetParent (System.String path) [0x00003] in <c55c101c67364519984d16dfbf520884>:0
  6. at TerraTechModManagerGTK.Patcher.RunExe (System.String args) [0x00096] in <89a86489bd9b4941acba238df5200353>:0
  7. at MainWindow.UserInstallPatch (System.Object sender, System.EventArgs e) [0x00007] in <89a86489bd9b4941acba238df5200353>:0
  8. at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  9. at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <c55c101c67364519984d16dfbf520884>:0
  10. --- End of inner exception stack trace ---
  11. at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00083] in <c55c101c67364519984d16dfbf520884>:0
  12. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <c55c101c67364519984d16dfbf520884>:0
  13. at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <c55c101c67364519984d16dfbf520884>:0
  14. at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <c55c101c67364519984d16dfbf520884>:0
  15. at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <c55c101c67364519984d16dfbf520884>:0
  16. at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0007e] in <bbc097c736e649f0bbe49b81946fd886>:0
  17. at GLib.Signal+SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00011] in <bbc097c736e649f0bbe49b81946fd886>:0
  18. at GLib.Signal+SignalClosure.MarshalCallback (System.IntPtr raw_closure, GLib.Value* return_val, System.UInt32 n_param_vals, GLib.Value* param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00053] in <bbc097c736e649f0bbe49b81946fd886>:0
  19. at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <bbc097c736e649f0bbe49b81946fd886>:0
  20. at GLib.Signal+SignalClosure.MarshalCallback (System.IntPtr raw_closure, GLib.Value* return_val, System.UInt32 n_param_vals, GLib.Value* param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00000] in <bbc097c736e649f0bbe49b81946fd886>:0
  21. at Gtk.Application.gtk_main_iteration () [0x00000] in <40f46e55eb67454ab904dc9e5644a3a1>:0
  22. at Gtk.Application.RunIteration () [0x00000] in <40f46e55eb67454ab904dc9e5644a3a1>:0
  23. at TerraTechModManagerGTK.MainClass.Main (System.String[] args) [0x00000] in <89a86489bd9b4941acba238df5200353>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement