Advertisement
Guest User

Untitled

a guest
May 8th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6. at BobsTrackBuilder.frmXPacks.b()
  7. at BobsTrackBuilder.frmXPacks.e(Object A_0, EventArgs A_1)
  8. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  9. at System.Windows.Forms.Form.OnCreateControl()
  10. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  11. at System.Windows.Forms.Control.CreateControl()
  12. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  16. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 2.0.0.0
  26. Win32 Version: 2.0.50727.9148 (WinRelRS6.050727-9100)
  27. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  28. ----------------------------------------
  29. BobsTrackBuilder
  30. Assembly Version: 1.0.0.2
  31. Win32 Version: 1.0.0.2
  32. CodeBase: file:///D:/Steam/steamapps/common/Bobs%20Track%20Builder%20Pro/BobsTrackBuilder.exe
  33. ----------------------------------------
  34. BobsBits
  35. Assembly Version: 1.1.1.5
  36. Win32 Version: 1.1.1.5
  37. CodeBase: file:///D:/Steam/steamapps/common/Bobs%20Track%20Builder%20Pro/BobsBits.DLL
  38. ----------------------------------------
  39. Microsoft.DirectX
  40. Assembly Version: 1.0.2902.0
  41. Win32 Version: 5.04.00.2904
  42. CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  47. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)
  52. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  53. ----------------------------------------
  54. System.Drawing
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  57. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  58. ----------------------------------------
  59. System.Xml
  60. Assembly Version: 2.0.0.0
  61. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  62. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  63. ----------------------------------------
  64. Microsoft.DirectX.Direct3D
  65. Assembly Version: 1.0.2902.0
  66. Win32 Version: 9.05.132.0000
  67. CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
  68. ----------------------------------------
  69. Microsoft.DirectX.Direct3DX
  70. Assembly Version: 1.0.2911.0
  71. Win32 Version: 9.12.589.0000
  72. CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
  73. ----------------------------------------
  74. Microsoft.VisualC
  75. Assembly Version: 8.0.0.0
  76. Win32 Version: 8.00.50727.9659
  77. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
  78. ----------------------------------------
  79.  
  80. ************** JIT Debugging **************
  81. To enable just-in-time (JIT) debugging, the .config file for this
  82. application or computer (machine.config) must have the
  83. jitDebugging value set in the system.windows.forms section.
  84. The application must also be compiled with debugging
  85. enabled.
  86.  
  87. For example:
  88.  
  89. <configuration>
  90. <system.windows.forms jitDebugging="true" />
  91. </configuration>
  92.  
  93. When JIT debugging is enabled, any unhandled exception
  94. will be sent to the JIT debugger registered on the computer
  95. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement