Skip to content

Instantly share code, notes, and snippets.

@JHerseth
Created August 16, 2020 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JHerseth/9d216557f2af2667b5a79877aa49fd90 to your computer and use it in GitHub Desktop.
Save JHerseth/9d216557f2af2667b5a79877aa49fd90 to your computer and use it in GitHub Desktop.
Wine crash
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at System.Windows.Forms.NativeWindow.ReleaseHandle (System.Boolean handleValid) [0x00001] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.NativeWindow.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x0007c] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at (wrapper native-to-managed) System.Windows.Forms.NativeWindow.Callback(intptr,int,intptr,intptr)
at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.PeekMessage(System.Windows.Forms.NativeMethods/MSG&,System.Runtime.InteropServices.HandleRef,int,int,int)
at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x000d8] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00282] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x0001a] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application+ThreadContext.RunMessageLoop(int,System.Windows.Forms.ApplicationContext)
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x0000d] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at XRayBuilderGUI.Program.Main () [0x0006d] in <5000435def9348d28a6f5b2a1b4ddd7a>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at System.Windows.Forms.NativeWindow.ReleaseHandle (System.Boolean handleValid) [0x00001] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.NativeWindow.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x0007c] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at (wrapper native-to-managed) System.Windows.Forms.NativeWindow.Callback(intptr,int,intptr,intptr)
at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.PeekMessage(System.Windows.Forms.NativeMethods/MSG&,System.Runtime.InteropServices.HandleRef,int,int,int)
at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x000d8] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00282] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x0001a] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application+ThreadContext.RunMessageLoop(int,System.Windows.Forms.ApplicationContext)
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x0000d] in <a1b7540aeb454df7a6cc546c7c9a66bb>:0
at XRayBuilderGUI.Program.Main () [0x0006d] in <5000435def9348d28a6f5b2a1b4ddd7a>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment