Advertisement
Guest User

Untitled

a guest
May 12th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 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:///C:/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:///C:/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:/Steam/steamapps/common/Bobs%20Track%20Builder%20Pro/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.Drawing
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  52. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. System
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)
  57. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.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. System.Configuration
  65. Assembly Version: 2.0.0.0
  66. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  67. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  68. ----------------------------------------
  69. Microsoft.DirectX.Direct3D
  70. Assembly Version: 1.0.2902.0
  71. Win32 Version: 9.05.132.0000
  72. CodeBase: file:///C:/Steam/steamapps/common/Bobs%20Track%20Builder%20Pro/Microsoft.DirectX.Direct3D.DLL
  73. ----------------------------------------
  74. Microsoft.DirectX.Direct3DX
  75. Assembly Version: 1.0.2911.0
  76. Win32 Version: 9.12.589.0000
  77. CodeBase: file:///C:/Steam/steamapps/common/Bobs%20Track%20Builder%20Pro/Microsoft.DirectX.Direct3DX.DLL
  78. ----------------------------------------
  79. Accessibility
  80. Assembly Version: 2.0.0.0
  81. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  82. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  83. ----------------------------------------
  84. Microsoft.VisualC
  85. Assembly Version: 8.0.0.0
  86. Win32 Version: 8.00.50727.9659
  87. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
  88. ----------------------------------------
  89.  
  90. ************** JIT Debugging **************
  91. To enable just-in-time (JIT) debugging, the .config file for this
  92. application or computer (machine.config) must have the
  93. jitDebugging value set in the system.windows.forms section.
  94. The application must also be compiled with debugging
  95. enabled.
  96.  
  97. For example:
  98.  
  99. <configuration>
  100. <system.windows.forms jitDebugging="true" />
  101. </configuration>
  102.  
  103. When JIT debugging is enabled, any unhandled exception
  104. will be sent to the JIT debugger registered on the computer
  105. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement