Advertisement
Guest User

errorlog2

a guest
Oct 23rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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 UnityModManagerNet.Installer.UnityModManagerForm.btnOpenFolder_Click(Object sender, EventArgs e)
  7. at System.Windows.Forms.Control.OnClick(EventArgs e)
  8. at System.Windows.Forms.Button.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  10. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  11. at System.Windows.Forms.Control.WndProc(Message& m)
  12. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  13. at System.Windows.Forms.Button.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 4.0.0.0
  20. Win32 Version: 4.8.4018.0 built by: NET48REL1LAST_C
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  22. ----------------------------------------
  23. UnityModManagerApp
  24. Assembly Version: 0.0.0.0
  25. Win32 Version: 0.0.0.0
  26. CodeBase: file:///C:/Users/lukex/Desktop/UnityModManager/UnityModManager.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  31. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  36. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.8.3752.0 built by: NET48REL1
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. UnityModManager
  44. Assembly Version: 0.21.0.0
  45. Win32 Version: 0.21.0
  46. CodeBase: file:///C:/Users/lukex/Desktop/UnityModManager/UnityModManager.DLL
  47. ----------------------------------------
  48. System.Core
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.8.4018.0 built by: NET48REL1LAST_C
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  52. ----------------------------------------
  53. System.Configuration
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.8.3752.0 built by: NET48REL1
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Xml
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.8.3752.0 built by: NET48REL1
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  62. ----------------------------------------
  63. dnlib
  64. Assembly Version: 3.0.0.0
  65. Win32 Version: 3.0.0.0
  66. CodeBase: file:///C:/Users/lukex/Desktop/UnityModManager/dnlib.DLL
  67. ----------------------------------------
  68. System.Deployment
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.8.3752.0 built by: NET48REL1
  71. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  72. ----------------------------------------
  73. Microsoft.GeneratedCode
  74. Assembly Version: 1.0.0.0
  75. Win32 Version: 4.8.3752.0 built by: NET48REL1
  76. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  77. ----------------------------------------
  78.  
  79. ************** JIT Debugging **************
  80. To enable just-in-time (JIT) debugging, the .config file for this
  81. application or computer (machine.config) must have the
  82. jitDebugging value set in the system.windows.forms section.
  83. The application must also be compiled with debugging
  84. enabled.
  85.  
  86. For example:
  87.  
  88. <configuration>
  89. <system.windows.forms jitDebugging="true" />
  90. </configuration>
  91.  
  92. When JIT debugging is enabled, any unhandled exception
  93. will be sent to the JIT debugger registered on the computer
  94. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement