Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 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.ArgumentOutOfRangeException: Non-negative number required.
  6. Parameter name: count
  7. at System.IO.BinaryReader.ReadBytes(Int32 count)
  8. at BNKFileEditor.Bnk.GameFile.ReadSection(BinaryReader reader)
  9. at BNKFileEditor.Bnk.BnkFileParser.ReadSection(BinaryReader reader)
  10. at BNKFileEditor.Bnk.BnkFileParser..ctor(String filename)
  11. at BNKFileEditor.Form1.OpenFileButton_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  14. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  17. at System.Windows.Forms.Button.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 2.0.0.0
  25. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  27. ----------------------------------------
  28. BNKFileEditor
  29. Assembly Version: 1.0.0.0
  30. Win32 Version: 1.0.0.0
  31. CodeBase: file:///C:/Users/Brad/Desktop/AudioEditing/BNKFileEditor.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  36. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  41. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Drawing
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.8663 (QFE.050727-8600)
  46. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  47. ----------------------------------------
  48.  
  49. ************** JIT Debugging **************
  50. To enable just-in-time (JIT) debugging, the .config file for this
  51. application or computer (machine.config) must have the
  52. jitDebugging value set in the system.windows.forms section.
  53. The application must also be compiled with debugging
  54. enabled.
  55.  
  56. For example:
  57.  
  58. <configuration>
  59. <system.windows.forms jitDebugging="true" />
  60. </configuration>
  61.  
  62. When JIT debugging is enabled, any unhandled exception
  63. will be sent to the JIT debugger registered on the computer
  64. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement