Page 1 of 1

Crash while zooming out

Posted: Sun May 31, 2015 12:15 am
by etgfrog
Error Code: GxEmP

System.InvalidOperationException: Object is use elsewhere
at System.Drawing.Image.get_RawFormat()
at System.Drawing.Graphics.Ignore.MetafileErrors(Image image, Int32& errorStatus)
at System.Drawing.Graphics.DrawImage(Image image, RectangleFdestRect, RectangleF, RectangleF, GraphicsUnit )
at DistantWorlds.Controls.MainView.PrepareGalaxyBackdrop()
at DistantWorlds.Controls.MainView.o5eqUFDV77(Graphics , SpriteBatch )
at DistantWorlds.Controls.MainView.DrawMainViewXna()
at DistantWorlds.Main.ProgramLoop()

This is happening almost continuously, it didn't happen before I updated the game from...4 or so months ago. I cant exactly upload a save because its starting to crash before the 30 minute mark. The crash seems to happen randomly whenever I zoom out from a system to the galaxy view.

RE: Crash while zooming out

Posted: Sun May 31, 2015 4:42 am
by zakblood
have you tried any of these suggestions?

tm.asp?m=3373770

RE: Crash while zooming out

Posted: Sun May 31, 2015 10:12 pm
by etgfrog
I have a 64 bit operating system. Those solutions are for a 32-bit operating system. I doubt the game could go through the 13 GB of remaining ram in less then 10 minutes of play.

Ok, I actually looked at the process explorer, the game is being run as a 32-bit program, how can I force it to run 64-bit?

RE: Crash while zooming out

Posted: Mon Jun 01, 2015 11:08 am
by mordachai
That's not how things work. Either it's compiled for 32 bit - or 64bit - different software. This is a 32bit game. It will always - and can only - run as 32 bit.