Advertisement
Guest User

exception2

a guest
Dec 5th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 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: InvalidArgument=Value of '1785385431' is not valid for 'SelectedIndex'.
  6. Parameter name: SelectedIndex
  7. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  8. at Generations_Launcher_Front.GraphicsConfiguration.Adapter_Combo_SelectedIndexChanged(Object sender, EventArgs e)
  9. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  10. at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
  11. at System.Windows.Forms.ComboBox.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: 2.0.0.0
  20. Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  22. ----------------------------------------
  23. ConfigurationTool
  24. Assembly Version: 1.0.0.5
  25. Win32 Version: 1.0.0.5
  26. CodeBase: file:///c:/program%20files%20(x86)/steam/steamapps/common/sonic%20generations/ConfigurationTool.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 2.0.0.0
  30. Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
  31. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
  36. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  41. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System.Core
  44. Assembly Version: 3.5.0.0
  45. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  46. CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.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.
  65.  
  66.  
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement