.dll Question Stock atlantis CTD

Ashaman42

New member
Joined
May 30, 2009
Messages
88
Reaction score
0
Points
0
Hi all,

I'm trying to modify the stock atlantis to get it to function with Ummu and Ucgo but am running into problems at the first hurdle.

Initially the stock atlantis won't compile, after changing a few things to eliminate the errors (such as changing fstream.h to fstream) I can get it to compile but get a CTD upon trying to load an Atlantis scenario or add Atlantis to a running orbiter via the scenario editor.

The orbiter log doesn't show an error upon this CTD.

Are there any special tricks to getting the Atlantis source code up and running? I'm using Visual C++ 2008 Express Edition and have made other addons using it that do work ok.

*Also I am using orbiter 2006p1 rather than the 2009/10 version.*

Cheers for any help/advice.
 
Last edited:
Without seeing your code, the only advice a novice programmer such as myself can offer is to make sure that the development environment is set up properly.

 
It could we be something along those lines, so far I've managed to get an Atlantis mod compiled and it sort of works.

As in it all works fine if I load a scenario that already has the shuttle in it but if I try and add one to a running scenario via the editor I get a CTD.

As it is I've noticed the stock code uses a lot of obsolete method/callback so am slowly updating it by cutting and pasting the appropriate code into the code for one of my own working ships.
 
Back
Top