Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Game crashed

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Current Games From Matrix.] >> [Science Fiction] >> Armada 2526 Series >> Tech Support >> Game crashed Page: [1]
Login
Message << Older Topic   Newer Topic >>
Game crashed - 11/28/2009 10:31:54 AM   
gingerbread


Posts: 2994
Joined: 1/4/2007
From: Sweden
Status: offline
Caught a crash:

************* Exception Text **************
System.InvalidOperationException: BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.
at System.Drawing.BufferedGraphicsContext.Dispose(Boolean disposing)
at System.Drawing.BufferedGraphicsContext.Dispose()
at System.Drawing.BufferedGraphicsContext.AllocBufferInTempManager(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle)
at System.Drawing.BufferedGraphicsContext.Allocate(IntPtr targetDC, Rectangle targetRectangle)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.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: 2.0.0.0
Win32 Version:
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:///C:/Matrix%20Games/Armada%202526/bin/Armada2526.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version:
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:
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.1434 (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:///C:/Matrix%20Games/Armada%202526/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_none_bcb86ed6ac711f91/msvcm90.dll
----------------------------------------
irrKlang.NET2.0
Assembly Version: 1.1.3.0
Win32 Version:
CodeBase: file:///C:/Matrix%20Games/Armada%202526/bin/irrKlang.NET2.0.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.1434
Win32 Version: 8.00.50727.1434
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.1434_none_d08b6002442c891f/msvcm80.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (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:
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

g
Post #: 1
RE: Game crashed - 11/28/2009 12:51:28 PM   
Erik Rutins

 

Posts: 37503
Joined: 3/28/2000
From: Vermont, USA
Status: offline
Thanks. Can you provide any info on what you were doing when the crash happened and do you have a save from right before it perchance?

_____________________________

Erik Rutins
CEO, Matrix Games LLC




For official support, please use our Help Desk: http://www.matrixgames.com/helpdesk/

Freedom is not Free.

(in reply to gingerbread)
Post #: 2
RE: Game crashed - 11/28/2009 1:59:02 PM   
gingerbread


Posts: 2994
Joined: 1/4/2007
From: Sweden
Status: offline
Hi,

I was "just playing" and this happened in mid turn.

As for saves, I cannot save the game. When I try, I get the crash UI, but chosing "Continue" works.

g

(in reply to Erik Rutins)
Post #: 3
RE: Game crashed - 11/29/2009 7:50:09 PM   
gingerbread


Posts: 2994
Joined: 1/4/2007
From: Sweden
Status: offline
I'm running the stock 12 player scenario on an AMD Phenom, Vista SP1 w. 4GB RAM

This is from trying to save: Typing in save file name works OK, but when pressing save game this is seen

************** Exception Text **************
System.MissingMethodException: Method not found: 'System.GCNotificationStatus System.GC.WaitForFullGCComplete()'.
  at Armada2526.CoreGame.Game.SaveGame(String fileName)
  at Armada2526.SharedUI.SaveGameDialog.Save()
  at Armada2526.SharedUI.SaveGameDialog.saveButton_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at Armada2526.SharedUI.CustomButton.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at Armada2526.SharedUI.CustomButton.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: 2.0.0.0
   Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
   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:///C:/Matrix%20Games/Armada%202526/bin/Armada2526.exe
----------------------------------------
System
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.1434 (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.1434 (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.1434 (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:///C:/Matrix%20Games/Armada%202526/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_none_bcb86ed6ac711f91/msvcm90.dll
----------------------------------------
irrKlang.NET2.0
   Assembly Version: 1.1.3.0
   Win32 Version:
   CodeBase: file:///C:/Matrix%20Games/Armada%202526/bin/irrKlang.NET2.0.DLL
----------------------------------------
msvcm80
   Assembly Version: 8.0.50727.1434
   Win32 Version: 8.00.50727.1434
   CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.1434_none_d08b6002442c891f/msvcm80.dll
----------------------------------------
System.Configuration
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.1434 (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.1434 (REDBITS.050727-1400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************

/g

(in reply to gingerbread)
Post #: 4
RE: Game crashed - 12/11/2009 6:10:52 AM   
syndicate101

 

Posts: 2
Joined: 12/11/2009
Status: offline
I'm having the same issue. Any guidance on how to resolve ?
Thank you.

(in reply to gingerbread)
Post #: 5
RE: Game crashed - 12/11/2009 12:42:22 PM   
Ntronium


Posts: 161
Joined: 10/23/2009
Status: offline
Update your version of .Net to either 3.5 or 2.0 SP 1


(in reply to syndicate101)
Post #: 6
RE: Game crashed - 12/12/2009 6:28:54 AM   
syndicate101

 

Posts: 2
Joined: 12/11/2009
Status: offline
Wanted to say thank you Ntronium and also provide a little more detail on how I ended up solving my problem....in case it might be helpful to anyone else.

1) http://www.ghacks.net/2008/08/01/why-cannot-i-uninstall-the-microsoft-net-framework/
As per the advice found on this link I uninstalled my .Net versions one by one from most recent to oldest version using 'Add/Remove Programs' in the Control Panel.

2) http://blogs.msdn.com/astebner/archive/2006/05/30/611355.aspx
I used the tool mentioned on this site as a secondary measure to ensure .Net cleanup

3) http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en
Reinstalled .Net version 3.5 SP1.

and voila ! 

Restarted the computer, went back into Armada 2526, started a new game and was able to successfully save the game right away.
Can't wait to get back into the game now and have fun :)

Thanks for a great game Matrix !

(in reply to Ntronium)
Post #: 7
RE: Game crashed - 12/20/2009 7:03:41 PM   
Mac Linehan

 

Posts: 1484
Joined: 12/19/2004
From: Denver Colorado
Status: offline
Hi, Ntronium -

First of all, thank you for a fun and enjoyable game. I have SE:V, MOO2/3 and others - each has a different design focus. While I usually like to micromanage, Armada 2526 is a nice change, giving me a HUGE map with lots of planets, the ability to edit AND hot seat (not seen since MOO2). Of course, who knows what goodies await in future patches....<gin>

My initial game issue (would not run well) was resolved by downloading new drivers for my Nvidia Geforce 9500GT. The original drivers were long out of date - I should have thought of that right off the bat.

Am unable to save the game, so I deleted the old Microsoft Net Framework 2.0 (or so) and downloaded 3.5

The problem is this: Install starts fairly quickly, but then really slows down. Eventualy the load bar will be full; it then seems to hang. I gave it eight hours last nite (to make up it's mind!), but no go. I have tried this several times since. Obviously I am going up against a conflict of some kind. I have help calls into several locations, but thought I would ask you.

Problem Resolved! Downloaded Net Framework 3.5 SP1; very quick install, rebooted and Armada now saves. I think that the other (multiple!) downloads from the Microsoft Site may have been corrupt or incomplete? Thus the hours spent during an incomplete install. Thanks to all of you for posting on the forums.

Mac







< Message edited by Mac Linehan -- 12/20/2009 9:40:05 PM >


_____________________________

LAV-25 2147

(in reply to Ntronium)
Post #: 8
RE: Game crashed - 12/21/2009 8:35:28 PM   
Raion

 

Posts: 13
Joined: 12/17/2009
Status: offline
As explained in the other thread if you have Windows XP SP 2 (although I could download SP 3 a few months ago, it seems now I can not from windowsupdate) than all you need is NET.Framework 2 with the SP 2 for that. (as explained in the last post (#14) on the other thread. Vista I do not know about, or Windows 7. But whatever is going on also at windowsupdate has lately gotten me perturbed as I know nothing as changed in regards to being able to download updates on my computer at least. Your computer I do not know about. 3.0gHz dual core (each core 3.0gHz Pentimum 4, 2gBmemory, 3.5gb vitural memory, Geforce 9600GT 512mB, and yes, it is getting old as a computer, but so is Microsoft and their Critical Updates and OS's. Bring back ms-dos. No humor? Goodbye).

(in reply to Mac Linehan)
Post #: 9
RE: Game crashed - 12/22/2009 4:58:32 AM   
gingerbread


Posts: 2994
Joined: 1/4/2007
From: Sweden
Status: offline
Updating to .Net 3.5 (actually 3.5 SP 1 and no less that 3 extra fixes) does the job for me too, thanks!

/g

(in reply to Raion)
Post #: 10
Page:   [1]
All Forums >> [Current Games From Matrix.] >> [Science Fiction] >> Armada 2526 Series >> Tech Support >> Game crashed Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

3.625