Advertisement
Guest User

.net error for 1.35 launcher error

a guest
May 21st, 2015
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 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.IndexOutOfRangeException: Index was outside the bounds of the array.
  6. at OriginsLauncher.Launcher.pbDonate_Paint(Object sender, PaintEventArgs e)
  7. at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
  8. at System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)
  9. at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
  10. at System.Windows.Forms.Control.WmPaint(Message& m)
  11. at System.Windows.Forms.Control.WndProc(Message& m)
  12. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 4.0.0.0
  20. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  22. ----------------------------------------
  23. OriginsLauncher
  24. Assembly Version: 1.3.5.0
  25. Win32 Version: 1.3.5
  26. CodeBase: file:///D:/Downloads/OriginsLauncher/OriginsLauncher.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  31. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System.Drawing
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  36. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. MetroFramework
  44. Assembly Version: 1.3.0.0
  45. Win32 Version: 1.3.0.0
  46. CodeBase: file:///D:/Downloads/OriginsLauncher/MetroFramework.DLL
  47. ----------------------------------------
  48. OriginsLauncher.Lib
  49. Assembly Version: 1.3.5.0
  50. Win32 Version: 1.3.5
  51. CodeBase: file:///D:/Downloads/OriginsLauncher/OriginsLauncher.Lib.DLL
  52. ----------------------------------------
  53. MetroFramework.Fonts
  54. Assembly Version: 1.3.0.0
  55. Win32 Version: 1.3.0.0
  56. CodeBase: file:///D:/Downloads/OriginsLauncher/MetroFramework.Fonts.DLL
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. System.Web.Extensions
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.0.30319.34249
  71. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Extensions/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll
  72. ----------------------------------------
  73. System.Web
  74. Assembly Version: 4.0.0.0
  75. Win32 Version: 4.0.30319.34249 built by: FX452RTMGDR
  76. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  77. ----------------------------------------
  78. System.Core
  79. Assembly Version: 4.0.0.0
  80. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  81. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  82. ----------------------------------------
  83.  
  84. ************** JIT Debugging **************
  85. To enable just-in-time (JIT) debugging, the .config file for this
  86. application or computer (machine.config) must have the
  87. jitDebugging value set in the system.windows.forms section.
  88. The application must also be compiled with debugging
  89. enabled.
  90.  
  91. For example:
  92.  
  93. <configuration>
  94. <system.windows.forms jitDebugging="true" />
  95. </configuration>
  96.  
  97. When JIT debugging is enabled, any unhandled exception
  98. will be sent to the JIT debugger registered on the computer
  99. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement