Advertisement
DavidProud

DS launcher 2 error

Dec 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 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.InvalidOperationException: FirstDisplayedScrollingRowIndex property cannot be set to an invisible row.
  6. at System.Windows.Forms.DataGridView.set_FirstDisplayedScrollingRowIndex(Int32 value)
  7. at MetroFramework.Controls.MetroGrid.OnMouseWheel(MouseEventArgs e)
  8. at System.Windows.Forms.Control.WmMouseWheel(Message& m)
  9. at System.Windows.Forms.Control.WndProc(Message& m)
  10. at System.Windows.Forms.DataGridView.WndProc(Message& m)
  11. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  12. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  13. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  14.  
  15.  
  16. ************** Loaded Assemblies **************
  17. mscorlib
  18. Assembly Version: 4.0.0.0
  19. Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
  20. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  21. ----------------------------------------
  22. DSLauncherV2
  23. Assembly Version: 2.0.3.0
  24. Win32 Version: 2.0.3.0
  25. CodeBase: file:///E:/Games/Discovery%20Freelancer%204.89.2/DSLauncher.exe
  26. ----------------------------------------
  27. System.Windows.Forms
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
  30. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  31. ----------------------------------------
  32. System
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.7.3056.0 built by: NET472REL1
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. MetroFramework
  43. Assembly Version: 1.4.0.0
  44. Win32 Version: 1.4.0.0
  45. CodeBase: file:///E:/Games/Discovery%20Freelancer%204.89.2/MetroFramework.DLL
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.7.3056.0 built by: NET472REL1
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. System.Xml
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.7.3056.0 built by: NET472REL1
  60. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  61. ----------------------------------------
  62. System.Data
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.7.3160.0 built by: NET472REL1LAST_C
  65. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
  66. ----------------------------------------
  67. System.Numerics
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.7.3056.0 built by: NET472REL1
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  71. ----------------------------------------
  72. MetroFramework.Fonts
  73. Assembly Version: 1.4.0.0
  74. Win32 Version: 1.4.0.0
  75. CodeBase: file:///E:/Games/Discovery%20Freelancer%204.89.2/MetroFramework.Fonts.DLL
  76. ----------------------------------------
  77. HtmlAgilityPack
  78. Assembly Version: 1.8.11.0
  79. Win32 Version: 1.8.11
  80. CodeBase: file:///E:/Games/Discovery%20Freelancer%204.89.2/HtmlAgilityPack.DLL
  81. ----------------------------------------
  82.  
  83. ************** JIT Debugging **************
  84. To enable just-in-time (JIT) debugging, the .config file for this
  85. application or computer (machine.config) must have the
  86. jitDebugging value set in the system.windows.forms section.
  87. The application must also be compiled with debugging
  88. enabled.
  89.  
  90. For example:
  91.  
  92. <configuration>
  93. <system.windows.forms jitDebugging="true" />
  94. </configuration>
  95.  
  96. When JIT debugging is enabled, any unhandled exception
  97. will be sent to the JIT debugger registered on the computer
  98. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement