Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- See the end of this message for details on invoking
- just-in-time (JIT) debugging instead of this dialog box.
- ************** Exception Text **************
- System.ArgumentException: The output char buffer is too small to contain the decoded characters, encoding 'Unicode (UTF-8)' fallback 'System.Text.DecoderReplacementFallback'.
- Parameter name: chars
- at System.Text.Encoding.ThrowCharsOverflow()
- at System.Text.Encoding.ThrowCharsOverflow(DecoderNLS decoder, Boolean nothingDecoded)
- at System.Text.UTF8Encoding.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, DecoderNLS baseDecoder)
- at System.Text.DecoderNLS.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush)
- at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush)
- at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex)
- at System.IO.BinaryReader.InternalReadOneChar()
- at System.IO.BinaryReader.ReadChar()
- at WxTools.WxReader.readString(BinaryReader br, UInt32 nbchar)
- at wxPirs.MainForm.getEntry()
- at wxPirs.MainForm.getDirectories(TreeNode tn)
- at wxPirs.MainForm.getDirectories(TreeNode tn)
- at wxPirs.MainForm.getDirectories(TreeNode tn)
- at wxPirs.MainForm.parse(String filename)
- at wxPirs.MainForm.openFile(String filename)
- at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
- at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
- at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
- at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
- at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at System.Windows.Forms.ToolStrip.WndProc(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- ************** Loaded Assemblies **************
- mscorlib
- Assembly Version: 2.0.0.0
- Win32 Version: 2.0.50727.9035 (WinRelRS5.050727-9000)
- CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
- ----------------------------------------
- wxPirs
- Assembly Version: 1.1.0.42
- Win32 Version: 1.1.0.42
- CodeBase: file:///E:/Emulators/%5B%20ISO'S%20%26%20ROMS%20%5D/Xbox%20360%20Tools/wxPirs%20(XBLA)/wxPirs.exe
- ----------------------------------------
- System.Windows.Forms
- Assembly Version: 2.0.0.0
- Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
- CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
- ----------------------------------------
- System
- Assembly Version: 2.0.0.0
- Win32 Version: 2.0.50727.9036 (WinRelRS5.050727-9000)
- CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
- ----------------------------------------
- System.Drawing
- Assembly Version: 2.0.0.0
- Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
- CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
- ----------------------------------------
- ************** JIT Debugging **************
- To enable just-in-time (JIT) debugging, the .config file for this
- application or computer (machine.config) must have the
- jitDebugging value set in the system.windows.forms section.
- The application must also be compiled with debugging
- enabled.
- For example:
- <configuration>
- <system.windows.forms jitDebugging="true" />
- </configuration>
- When JIT debugging is enabled, any unhandled exception
- will be sent to the JIT debugger registered on the computer
- rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement