Advertisement
Guest User

wxPirs Error With XBLA Perfect Dark

a guest
Jan 22nd, 2019
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 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: The output char buffer is too small to contain the decoded characters, encoding 'Unicode (UTF-8)' fallback 'System.Text.DecoderReplacementFallback'.
  6. Parameter name: chars
  7. at System.Text.Encoding.ThrowCharsOverflow()
  8. at System.Text.Encoding.ThrowCharsOverflow(DecoderNLS decoder, Boolean nothingDecoded)
  9. at System.Text.UTF8Encoding.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, DecoderNLS baseDecoder)
  10. at System.Text.DecoderNLS.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush)
  11. at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush)
  12. at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex)
  13. at System.IO.BinaryReader.InternalReadOneChar()
  14. at System.IO.BinaryReader.ReadChar()
  15. at WxTools.WxReader.readString(BinaryReader br, UInt32 nbchar)
  16. at wxPirs.MainForm.getEntry()
  17. at wxPirs.MainForm.getDirectories(TreeNode tn)
  18. at wxPirs.MainForm.getDirectories(TreeNode tn)
  19. at wxPirs.MainForm.getDirectories(TreeNode tn)
  20. at wxPirs.MainForm.parse(String filename)
  21. at wxPirs.MainForm.openFile(String filename)
  22. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  23. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  24. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  25. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  26. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  27. at System.Windows.Forms.Control.WndProc(Message& m)
  28. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  29. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  30. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  31.  
  32.  
  33. ************** Loaded Assemblies **************
  34. mscorlib
  35. Assembly Version: 2.0.0.0
  36. Win32 Version: 2.0.50727.9035 (WinRelRS5.050727-9000)
  37. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  38. ----------------------------------------
  39. wxPirs
  40. Assembly Version: 1.1.0.42
  41. Win32 Version: 1.1.0.42
  42. CodeBase: file:///E:/Emulators/%5B%20ISO'S%20%26%20ROMS%20%5D/Xbox%20360%20Tools/wxPirs%20(XBLA)/wxPirs.exe
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
  47. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.9036 (WinRelRS5.050727-9000)
  52. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  53. ----------------------------------------
  54. System.Drawing
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
  57. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  58. ----------------------------------------
  59.  
  60. ************** JIT Debugging **************
  61. To enable just-in-time (JIT) debugging, the .config file for this
  62. application or computer (machine.config) must have the
  63. jitDebugging value set in the system.windows.forms section.
  64. The application must also be compiled with debugging
  65. enabled.
  66.  
  67. For example:
  68.  
  69. <configuration>
  70. <system.windows.forms jitDebugging="true" />
  71. </configuration>
  72.  
  73. When JIT debugging is enabled, any unhandled exception
  74. will be sent to the JIT debugger registered on the computer
  75. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement