[FIXED] Can be deleted - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Welcome (https://discoverygc.com/forums/forumdisplay.php?fid=399) +--- Forum: Help & Support (https://discoverygc.com/forums/forumdisplay.php?fid=26) +--- Thread: [FIXED] Can be deleted (/showthread.php?tid=114697) |
[FIXED] Can be deleted - Cashew - 04-20-2014 So I was about to log on, to see what was happening and this marvellous error occurred.. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at FreelancerLauncher.ProcessManager.isProcessRunning(String executableName) at FreelancerLauncher.ProcessManager.launchProcess(String directory, String executableName, String arguments) at FreelancerLauncher.ProcessManager.launchClient(DiscoveryLaunchpadConfiguration launchConfiguration) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- DiscoveryLaunchpad Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Discovery%20Launchpad/DiscoveryLaunchpad.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Any help on what I do? RE: Discovery Launchpad Killed Itself.. - aakopa - 04-20-2014 Have you modified Freelancer installation recently? I got this kind of error with my program when I removed freelancer and it deleted registry values. RE: Discovery Launchpad Killed Itself.. - Cashew - 04-20-2014 (04-20-2014, 02:31 PM)aakopa Wrote: Have you modified Freelancer installation recently? I got this kind of error with my program when I removed freelancer and it deleted registry values. No.. I don't tend to mess around with stuff like that! RE: Discovery Launchpad Killed Itself.. - Cashew - 04-20-2014 I'm thinking it might be the 'Microsoft .NET Framework', so I'm going to try reinstalling that. RE: Discovery Launchpad Killed Itself.. - Cashew - 04-20-2014 Nope didn't work.. RE: Discovery Launchpad Killed Itself.. - Cashew - 04-20-2014 FIXED. Can be deleted. RE: [FIXED] Can be deleted - 7AlphaOne1 - 04-20-2014 give us the solution, so that we may use it when we need it. |