Outpost Universe Forums
Projects & Development => Outpost 2 Programming & Development => Topic started by: Tellaris on April 25, 2005, 01:42:24 AM
-
Outpost 2 Crashed.
Memory Reference error.
I did debug of it
Attached is what C++ gave me.
I'm not sure if its me or OP2, but this has happend before, but never anywhere else...
I also posted this in wrong forum, please remove/move it.
-
What were you doing to make it crash?
-
Uhh, you just attached an older version of the SDK header file. (The one that was broken up into the files in the Outpost2DLL folder).
Do you have any more info on the crash?
-
Well. This happend on Around The World.
I think it might be related to the "world view" button, but cannot be completely sure. Pushing this button HAS resulted in the game just simply quitting though, so chances are this is related.
-
Ah yes, you said that has crashed it before a few times, ive never experienced it, but there are many things which can crash op2.
-
perchance it has to do with memory allocation errors. I'm not sure where the code is that deals with the globe view, but I could see it allocating extra memory for that (or referencing invalid extra memory). Maybe it assumes that a GlobalAlloc call wouldn't fail. lol. I've never seen the code though so it could be a number of problems.
I've never had that problem though either, so I couldn't reproduce it.