lilyxjade

Untitled

Jan 29th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 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.IO.IOException: Data error (cyclic redundancy check).
  6.  
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
  9. at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
  10. at System.IO.File.InternalReadAllBytes(String path, Boolean checkHost)
  11. at MelonLoader.MainForm.CheckUnityGame()
  12. at MelonLoader.MainForm.SetUnityGame(String filepath)
  13. at MelonLoader.MainForm.SelectUnityGame()
  14. at MelonLoader.MainForm.Automated_UnityGame_Select_Click(Object sender, EventArgs e)
  15. at System.Windows.Forms.Control.OnClick(EventArgs e)
  16. at System.Windows.Forms.Button.OnClick(EventArgs e)
  17. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  18. at MetroFramework.Controls.MetroButton.OnMouseUp(MouseEventArgs e)
  19. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20. at System.Windows.Forms.Control.WndProc(Message& m)
  21. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  22. at System.Windows.Forms.Button.WndProc(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  25. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  26.  
  27.  
  28. ************** Loaded Assemblies **************
  29. mscorlib
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C
  32. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  33. ----------------------------------------
  34. MelonLoader.Installer
  35. Assembly Version: 3.0.7.0
  36. Win32 Version: 3.0.7
  37. CodeBase: file:///C:/Users/mulro/Downloads/MelonLoader.Installer%20(3).exe
  38. ----------------------------------------
  39. System
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  43. ----------------------------------------
  44. MetroFramework
  45. Assembly Version: 1.2.0.3
  46. Win32 Version: 3.0.7
  47. CodeBase: file:///C:/Users/mulro/Downloads/MelonLoader.Installer%20(3).exe
  48. ----------------------------------------
  49. System.Windows.Forms
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.8.4550.0 built by: NET48REL1LAST_C
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  53. ----------------------------------------
  54. System.Drawing
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  58. ----------------------------------------
  59. System.Configuration
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
  62. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  63. ----------------------------------------
  64. System.Core
  65. Assembly Version: 4.0.0.0
  66. Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C
  67. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  68. ----------------------------------------
  69. System.Xml
  70. Assembly Version: 4.0.0.0
  71. Win32 Version: 4.8.4084.0 built by: NET48REL1
  72. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  73. ----------------------------------------
  74. Accessibility
  75. Assembly Version: 4.0.0.0
  76. Win32 Version: 4.8.4084.0 built by: NET48REL1
  77. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  78. ----------------------------------------
  79. MetroFramework.Fonts
  80. Assembly Version: 1.2.0.3
  81. Win32 Version: 3.0.7
  82. CodeBase: file:///C:/Users/mulro/Downloads/MelonLoader.Installer%20(3).exe
  83. ----------------------------------------
  84.  
  85. ************** JIT Debugging **************
  86. To enable just-in-time (JIT) debugging, the .config file for this
  87. application or computer (machine.config) must have the
  88. jitDebugging value set in the system.windows.forms section.
  89. The application must also be compiled with debugging
  90. enabled.
  91.  
  92. For example:
  93.  
  94. <configuration>
  95. <system.windows.forms jitDebugging="true" />
  96. </configuration>
  97.  
  98. When JIT debugging is enabled, any unhandled exception
  99. will be sent to the JIT debugger registered on the computer
  100. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment