Save not Possible

Post bug reports and ask for help with issues here.
Post Reply
SvenNyqvist
Posts: 47
Joined: Fri Jul 13, 2007 6:21 pm

Save not Possible

Post by SvenNyqvist »

I am experiencing the following Problem:

When I try to save a game I get "Method not found". Could you please have a look into this asap

The missing method is: GCNotificationStatus - GC.WaitForFullGCComplete()

This is the full Error

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.MissingMethodException: Methode nicht gefunden: System.GCNotificationStatus System.GC.WaitForFullGCComplete().
bei Armada2526.CoreGame.Game.SaveGame(String fileName)
bei Armada2526.SharedUI.SaveGameDialog.Save()
bei Armada2526.SharedUI.SaveGameDialog.saveButton_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei Armada2526.SharedUI.CustomButton.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei Armada2526.SharedUI.CustomButton.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1873 (QFEN-1.050727-1800).
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
Armada2526
Assembly-Version: 1.0.1.0.
Win32-Version: 1.0.1.0.
CodeBase: file:///E:/Spiele/Matrix/Armada2526/bin/Armada2526.exe.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
SlimDX
Assembly-Version: 2.0.4.38.
Win32-Version: .
CodeBase: file:///E:/Spiele/Matrix/Armada2526/bin/SlimDX.DLL.
----------------------------------------
msvcm90
Assembly-Version: 9.0.21022.8.
Win32-Version: 9.00.21022.8.
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375/msvcm90.dll.
----------------------------------------
irrKlang.NET2.0
Assembly-Version: 1.1.3.0.
Win32-Version: .
CodeBase: file:///E:/Spiele/Matrix/Armada2526/bin/irrKlang.NET2.0.DLL.
----------------------------------------
msvcm80
Assembly-Version: 8.0.50727.1433.
Win32-Version: 8.00.50727.1433.
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/msvcm80.dll.
----------------------------------------
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1873 (QFEN-1.050727-1800).
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Drawing.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing.resources/2.0.0.0_de_b03f5f7f11d50a3a/System.Drawing.resources.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.




User avatar
bstarr
Posts: 881
Joined: Sun Aug 01, 2004 8:45 pm
Location: Texas, by God!

RE: Save not Possible

Post by bstarr »

I'm having the same problem. Any idea if there's quick fix or should I wait for the patch?

User avatar
noxious
Posts: 177
Joined: Fri Jun 13, 2008 12:07 am
Location: Montreal, Qc, Canuckistan

RE: Save not Possible

Post by noxious »

Update your .NET 2.0 framework to the latest Service Pack might work, looks like you're missing some core functionality (the GC stuff is garbage collector, and part of the foundation of C#, e.g the runtimes)
Ah, the dev posted a link to it in a similar thread on his forums, grab it here http://msdn.microsoft.com/en-us/netfram ... 31542.aspx
And tell us if that works.
HTH,
Cheers,
Nic
Be Kind. Everyone is fighting a hard battle.
SvenNyqvist
Posts: 47
Joined: Fri Jul 13, 2007 6:21 pm

RE: Save not Possible

Post by SvenNyqvist »

Thanks, that helped (.Net 2.0 SP 2)
Post Reply

Return to “Tech Support”