Advertisement
tahg

Untitled

Dec 10th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 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(DecoderNLS decoder, Boolean nothingDecoded)
  8. at System.Text.UTF8Encoding.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, DecoderNLS baseDecoder)
  9. at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush)
  10. at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex)
  11. at System.IO.BinaryReader.InternalReadOneChar()
  12. at System.IO.BinaryReader.ReadChar()
  13. at Archive_X64_2.frmArchiveX64.arxExpandForge(String archiveName, TreeNode treeNode, String tempExt)
  14. at Archive_X64_2.frmArchiveX64.tvwMain_BeforeExpand(Object sender, TreeViewCancelEventArgs e)
  15. at System.Windows.Forms.TreeView.TvnExpanding(NMTREEVIEW* nmtv)
  16. at System.Windows.Forms.TreeView.WmNotify(Message& m)
  17. at System.Windows.Forms.TreeView.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. Archive_X64
  28. Assembly Version: 1.12.8.0
  29. Win32 Version: 1.12.08.0
  30. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/Archive_X64.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.1002 built by: RTMGDR
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. SharpDX
  48. Assembly Version: 2.4.2.0
  49. Win32 Version: 2.4.2
  50. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/SharpDX.DLL
  51. ----------------------------------------
  52. AxInterop.SHDocVw
  53. Assembly Version: 1.1.0.0
  54. Win32 Version: 1.1.0.0
  55. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/AxInterop.SHDocVw.DLL
  56. ----------------------------------------
  57. Interop.SHDocVw
  58. Assembly Version: 1.1.0.0
  59. Win32 Version: 1.1.0.0
  60. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/Interop.SHDocVw.DLL
  61. ----------------------------------------
  62. Accessibility
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.0.30319.1 built by: RTMRel
  65. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  66. ----------------------------------------
  67. System.Deployment
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  71. ----------------------------------------
  72. System.Core
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.0.30319.233 built by: RTMGDR
  75. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.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