Advertisement
Guest User

Bless crash log

a guest
Feb 4th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. Marshaling clicked signal
  2. Exception in Gtk# callback delegate
  3. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  4. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  5. at Bless.Util.ByteArray.FromString (System.String s, System.Int32 baseNum) [0x0008a] in <7b8cfef3ae8b4c06bab53c216842c967>:0
  6. at Bless.Gui.Plugins.FindReplaceWidget.UpdateSearchPattern () [0x0005a] in <1db8866c36314dca990b27c853b3f16e>:0
  7. at Bless.Gui.Plugins.FindReplaceWidget.OnFindNextButtonClicked (System.Object o, System.EventArgs args) [0x00000] in <1db8866c36314dca990b27c853b3f16e>:0
  8. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  9. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0003b] in <eabff256da0b4c4db432852f93333375>:0
  10. --- End of inner exception stack trace ---
  11. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00051] in <eabff256da0b4c4db432852f93333375>:0
  12. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <eabff256da0b4c4db432852f93333375>:0
  13. at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <eabff256da0b4c4db432852f93333375>:0
  14. at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <eabff256da0b4c4db432852f93333375>:0
  15. at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <eabff256da0b4c4db432852f93333375>:0
  16. at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0007d] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  17. at GLib.Signal+SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x0000c] in <940f51fcd0434c359bfa4fdc8e64ad03>: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) [0x00050] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  19. at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <940f51fcd0434c359bfa4fdc8e64ad03>: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 <940f51fcd0434c359bfa4fdc8e64ad03>:0
  21. at Gtk.Application.gtk_main () [0x00000] in <f8f93e4f67b74ca994bc4580d24e24ad>:0
  22. at Gtk.Application.Run () [0x00000] in <f8f93e4f67b74ca994bc4580d24e24ad>:0
  23. at BlessMain..ctor (System.String[] args) [0x00000] in <0060470b4ad341d89a1ca9087e81e5a4>:0
  24. at BlessMain.Main (System.String[] args) [0x00000] in <0060470b4ad341d89a1ca9087e81e5a4>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement