Advertisement
Valitrix

Untitled

Jan 5th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. Unhandled exception has occurred in your application. If you click continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
  2.  
  3. Index was outside the bounds of the array.
  4.  
  5. See the end of this message for details on invoking
  6. just-in-time (JIT) debugging instead of this dialog box.
  7.  
  8. ************** Exception Text **************
  9. System.IndexOutOfRangeException: Index was outside the bounds of the array.
  10. at KeySAV2.Form1.dumpPKX(Boolean isSAV, Byte[] pkx, Int32 dumpnum, Int32 dumpstart)
  11. at KeySAV2.Form1.DumpSAV(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnClick(EventArgs e)
  14. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  15. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  18. at System.Windows.Forms.Button.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. KeySAV2
  31. Assembly Version: 1.0.0.0
  32. Win32 Version: 1.0.0.0
  33. CodeBase: file:///C:/Users/Jimmy/Powersaves3DS/KeySAV/KeySAV2.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55.  
  56. ************** JIT Debugging **************
  57. To enable just-in-time (JIT) debugging, the .config file for this
  58. application or computer (machine.config) must have the
  59. jitDebugging value set in the system.windows.forms section.
  60. The application must also be compiled with debugging
  61. enabled.
  62.  
  63. For example:
  64.  
  65. <configuration>
  66. <system.windows.forms jitDebugging="true" />
  67. </configuration>
  68.  
  69. When JIT debugging is enabled, any unhandled exception
  70. will be sent to the JIT debugger registered on the computer
  71. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement