Advertisement
Guest User

Untitled

a guest
Apr 13th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 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.ArgumentException: 1 is not a supported code page.
  6. Parameter name: codepage
  7. at System.Text.Encoding.GetEncoding(Int32 codepage)
  8. at ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
  9. at ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(FileStream file)
  10. at WrapperNS.Wrapper.ProcessRPK(String rpkFilename, String piFilename, String defaultAuthor, eProtection defaultProtection)
  11. at WrapperNS.Wrapper.PackageInstall(String filename)
  12. at WrapperNS.Wrapper.PackageInstall()
  13. at WrapperNS.Wrapper.PackageInstallBtn_Click(Object sender, EventArgs e)
  14. at System.Windows.Forms.Control.OnClick(EventArgs e)
  15. at System.Windows.Forms.Button.OnClick(EventArgs e)
  16. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  17. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  20. at System.Windows.Forms.Button.WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  31. ----------------------------------------
  32. Utilities
  33. Assembly Version: 3.0.0.1
  34. Win32 Version: 3.0.0.1
  35. CodeBase: file:///D:/Steam/steamapps/common/RailWorks/Utilities.exe
  36. ----------------------------------------
  37. System.Windows.Forms
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
  40. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  45. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Drawing
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.8.3752.0 built by: NET48REL1
  50. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  51. ----------------------------------------
  52. System.Configuration
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.8.3752.0 built by: NET48REL1
  55. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  56. ----------------------------------------
  57. System.Core
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C
  60. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  61. ----------------------------------------
  62. System.Xml
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.8.3752.0 built by: NET48REL1
  65. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  66. ----------------------------------------
  67. Microsoft.GeneratedCode
  68. Assembly Version: 1.0.0.0
  69. Win32 Version: 4.8.3752.0 built by: NET48REL1
  70. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  71. ----------------------------------------
  72. ICSharpCode.SharpZipLib
  73. Assembly Version: 0.85.5.452
  74. Win32 Version: 0.85.5.452
  75. CodeBase: file:///D:/Steam/steamapps/common/RailWorks/ICSharpCode.SharpZipLib.DLL
  76. ----------------------------------------
  77.  
  78. ************** JIT Debugging **************
  79. To enable just-in-time (JIT) debugging, the .config file for this
  80. application or computer (machine.config) must have the
  81. jitDebugging value set in the system.windows.forms section.
  82. The application must also be compiled with debugging
  83. enabled.
  84.  
  85. For example:
  86.  
  87. <configuration>
  88. <system.windows.forms jitDebugging="true" />
  89. </configuration>
  90.  
  91. When JIT debugging is enabled, any unhandled exception
  92. will be sent to the JIT debugger registered on the computer
  93. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement