Advertisement
Guest User

db exception

a guest
Jun 27th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 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 CodeImp.DoomBuilder.Controls.FieldsEditorControl.Apply(UniFields tofields)
  7. at CodeImp.DoomBuilder.Windows.SectorEditForm.apply_Click(Object sender, EventArgs e)
  8. at System.Windows.Forms.Control.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  11. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  14. at System.Windows.Forms.Button.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 2.0.0.0
  23. Win32 Version: 2.0.50727.8784 (WinRel.050727-8700)
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  25. ----------------------------------------
  26. Builder
  27. Assembly Version: 2.1.2.1553
  28. Win32 Version: 2.1.2.1553
  29. CodeBase: file:///D:/Programs/Doom%20Builder%202/Builder.exe
  30. ----------------------------------------
  31. System
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.8793 (WinRelRS2.050727-8700)
  34. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.8784 (WinRel.050727-8700)
  39. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System.Drawing
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.8784 (WinRel.050727-8700)
  44. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  45. ----------------------------------------
  46. SlimDX
  47. Assembly Version: 2.0.13.43
  48. Win32 Version:
  49. CodeBase: file:///C:/WINDOWS/assembly/GAC_32/SlimDX/2.0.13.43__b1b0c32fd1ffe4f9/SlimDX.dll
  50. ----------------------------------------
  51. msvcm90
  52. Assembly Version: 9.0.30729.9279
  53. Win32 Version: 9.00.30729.9279
  54. CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9279_none_50939ec6bcb7c97c/msvcm90.dll
  55. ----------------------------------------
  56. BuilderModes
  57. Assembly Version: 2.1.2.1553
  58. Win32 Version: 2.1.2.1553
  59. CodeBase: file:///D:/Programs/Doom%20Builder%202/Plugins/BuilderModes.dll
  60. ----------------------------------------
  61. System.Design
  62. Assembly Version: 2.0.0.0
  63. Win32 Version: 2.0.50727.8784 (WinRel.050727-8700)
  64. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
  65. ----------------------------------------
  66. Sharpzip
  67. Assembly Version: 0.85.2.329
  68. Win32 Version: 0.85.2.329
  69. CodeBase: file:///D:/Programs/Doom%20Builder%202/Sharpzip.DLL
  70. ----------------------------------------
  71. System.Xml
  72. Assembly Version: 2.0.0.0
  73. Win32 Version: 2.0.50727.8784 (WinRel.050727-8700)
  74. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  75. ----------------------------------------
  76. TrackBar
  77. Assembly Version: 1.0.2486.37933
  78. Win32 Version: 1.0.2486.37933
  79. CodeBase: file:///D:/Programs/Doom%20Builder%202/TrackBar.DLL
  80. ----------------------------------------
  81.  
  82. ************** JIT Debugging **************
  83. To enable just-in-time (JIT) debugging, the .config file for this
  84. application or computer (machine.config) must have the
  85. jitDebugging value set in the system.windows.forms section.
  86. The application must also be compiled with debugging
  87. enabled.
  88.  
  89. For example:
  90.  
  91. <configuration>
  92. <system.windows.forms jitDebugging="true" />
  93. </configuration>
  94.  
  95. When JIT debugging is enabled, any unhandled exception
  96. will be sent to the JIT debugger registered on the computer
  97. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement