See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.ArgumentException: Parameter is not valid. at System.Drawing.Graphics.FromImage(Image image) at sampit.MainForm.GenerateLiveMap() at sampit.MainForm.25AAA(Object ᙂ, EventArgs 1AAAA) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.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.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll----------------------------------------sampit Assembly Version: 1.6.4682.31965 Win32 Version: 1.6.* CodeBase: file:///C:/Program%20Files/SAMPit/sampit.exe----------------------------------------System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.233 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------Rebex.Net.SshShell Assembly Version: 1.0.4086.0 Win32 Version: 1.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.SshShell.DLL----------------------------------------Rebex.Net.ProxySocket Assembly Version: 2.0.4086.0 Win32 Version: 2.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.ProxySocket.DLL----------------------------------------Rebex.TerminalEmulation Assembly Version: 1.0.4086.0 Win32 Version: 1.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.TerminalEmulation.DLL----------------------------------------Rebex.Net.Ssh Assembly Version: 2.0.4086.0 Win32 Version: 2.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.Ssh.DLL----------------------------------------SAMPitCh Assembly Version: 1.0.4654.39566 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/SAMPitCh.DLL----------------------------------------ObjectListView Assembly Version: 2.5.1.40691 Win32 Version: 2.5.1.0 CodeBase: file:///C:/Program%20Files/SAMPit/ObjectListView.DLL----------------------------------------Cyotek.Windows.Forms.ImageBox Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/Cyotek.Windows.Forms.ImageBox.DLL----------------------------------------Rebex.Security Assembly Version: 1.5.4086.0 Win32 Version: 1.5.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Security.DLL----------------------------------------System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.233 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll----------------------------------------SAMPit Query Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/SAMPit%20Query.DLL----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
Folgendes gemacht: Auf Server connectet wie sampit und via samp halt, per normaler ging die spielerliste wollte ich aber sspc machen hatter diese ausgeworfen
Zweite FEhlermeldung ebend gefunden:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.ArgumentException: Parameter is not valid. at System.Drawing.Image.get_Width() at System.Drawing.Image.get_Size() at Cyotek.Windows.Forms.ImageBox.get_ScaledImageWidth() at Cyotek.Windows.Forms.ImageBox.AdjustViewPort() at Cyotek.Windows.Forms.ImageBox.AdjustLayout() at Cyotek.Windows.Forms.ImageBox.OnImageChanged(EventArgs e) at Cyotek.Windows.Forms.ImageBox.set_Image(Image value) at sampit.MainForm.55AA1() at sampit.MainForm..ctor() at sampit.MainForm.PrintLogMessage(String Message) at sampit.MainForm.64AAA(Object ᙂ, EventArgs 1AAAA) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.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.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll----------------------------------------sampit Assembly Version: 1.6.4682.31965 Win32 Version: 1.6.* CodeBase: file:///C:/Program%20Files/SAMPit/sampit.exe----------------------------------------System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1001 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.233 built by: RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------Rebex.Net.SshShell Assembly Version: 1.0.4086.0 Win32 Version: 1.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.SshShell.DLL----------------------------------------Rebex.Net.ProxySocket Assembly Version: 2.0.4086.0 Win32 Version: 2.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.ProxySocket.DLL----------------------------------------Rebex.TerminalEmulation Assembly Version: 1.0.4086.0 Win32 Version: 1.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.TerminalEmulation.DLL----------------------------------------Rebex.Net.Ssh Assembly Version: 2.0.4086.0 Win32 Version: 2.0.4086.0 CodeBase: file:///C:/Program%20Files/SAMPit/Rebex.Net.Ssh.DLL----------------------------------------SAMPitCh Assembly Version: 1.0.4654.39566 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/SAMPitCh.DLL----------------------------------------ObjectListView Assembly Version: 2.5.1.40691 Win32 Version: 2.5.1.0 CodeBase: file:///C:/Program%20Files/SAMPit/ObjectListView.DLL----------------------------------------Cyotek.Windows.Forms.ImageBox Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/Cyotek.Windows.Forms.ImageBox.DLL----------------------------------------SAMPit Query Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Program%20Files/SAMPit/SAMPit%20Query.DLL----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
Folgendes gemacht: sampit beendet und wieder gestartet, per sampit und samp wieder auf server connectet dann per sspc wieder connectet, wollte mir spielerliste darüber anzeigen, er hat unten zwar geschrieben, das ers aktulisiert hat, aber nichts zu sehen, wo ich dann wetter ändern wollte kam meldung oben. GM ist Grand Larcency und win 32 homeserver 0.3e-R2
gruss