Advertisement
Guest User

Error log

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1.  
  2. See the end of this message for details on invoking
  3. just-in-time (JIT) debugging instead of this dialog box.
  4.  
  5. ************** Exception Text **************
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7. at Nanook.QueenBee.EditorForm.drumFills(String songName, String difficulty)
  8. at Nanook.QueenBee.EditorForm.loadButton_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.Control.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.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 2.0.0.0
  22. Win32 Version: 2.0.50727.8941 (WinRelRS4.050727-8900)
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  24. ----------------------------------------
  25. QueenBee
  26. Assembly Version: 1.3.0.0
  27. Win32 Version: 1.3.0.0
  28. CodeBase: file:///C:/Users/ASUS/Desktop/Gh%20World%20Tour%20Importer/Importer.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.8922 (WinRelRS4.050727-8900)
  33. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.8941 (WinRelRS4.050727-8900)
  38. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.8922 (WinRelRS4.050727-8900)
  43. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. QueenBeeParser
  46. Assembly Version: 1.10.0.0
  47. Win32 Version: 1.10.0.0
  48. CodeBase: file:///C:/Users/ASUS/Desktop/Gh%20World%20Tour%20Importer/QueenBeeParser.DLL
  49. ----------------------------------------
  50. System.Configuration
  51. Assembly Version: 2.0.0.0
  52. Win32 Version: 2.0.50727.8922 (WinRelRS4.050727-8900)
  53. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  54. ----------------------------------------
  55. System.Xml
  56. Assembly Version: 2.0.0.0
  57. Win32 Version: 2.0.50727.8922 (WinRelRS4.050727-8900)
  58. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  59. ----------------------------------------
  60.  
  61. ************** JIT Debugging **************
  62. To enable just-in-time (JIT) debugging, the .config file for this
  63. application or computer (machine.config) must have the
  64. jitDebugging value set in the system.windows.forms section.
  65. The application must also be compiled with debugging
  66. enabled.
  67.  
  68. For example:
  69.  
  70. <configuration>
  71. <system.windows.forms jitDebugging="true" />
  72. </configuration>
  73.  
  74. When JIT debugging is enabled, any unhandled exception
  75. will be sent to the JIT debugger registered on the computer
  76. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement