Help with Shutte Ultra- CTD?

myles

New member
Joined
Oct 20, 2007
Messages
181
Reaction score
0
Points
0
Hi. Since M6 is down, I'll post here.

Whenever I try any Space Shuttle Ultra scenario, I get a CTD saying in my Orbiter.log:

Code:
>>> ERROR: Could not load vessel module:
>>>        [C:\Source\Orbiter\Vessel.cpp / 4982]
>>> ERROR: MG_Atlantis
>>>        [C:\Source\Orbiter\Vessel.cpp / 4983]

Also, when I try to update with SVN, it works, but when I try to build the projects, every thing says this:

Code:
 fatal error C1083: Cannot open include file: 'orbitersdk.h': No such file or directory

Code:
 fatal error C1083: Cannot open include file: 'OrbiterAPI.h': No such file or directory

Then at the bottom, it says:

Code:
========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========

Can someone please help me? Why isn't it working?

Thanks,
Myles
 
Regarding the CTD, that means that Orbiter could not load C:\Orbiter\Modules\MG_Atlantis.dll: double-check that the file exists.

Regarding the build error, check your C++ project settings and ensure that the following directory is in your 'path to include files' setting:
C:\Orbiter\Orbitersdk\include. You will also want to make sure that you add 'C:\Orbiter\Orbitersdk\lib' to your libraries path as well. Finally, you will need to link with orbiter.lib and Orbitersdk.lib as well. If you don't, you will get a bunch of 'unresolved external' error messages when you try to link.
 
  • Like
Reactions: Tex
There is no MG_Atlantis.DLL, as I can't compile it. :P

How do I access the project settings? I see "atlantis properties" but I could not find what you told me to look for. What do I need to click? If you would think it is easyer, you could just email me the latest MG_atlantis.dll at: [email protected]

Thanks,
Myles
 
This is the very latest compiled Space Shuttle Ultra files.

Just extract it and let it overwrite the files.
 

Attachments

  • Like
Reactions: Tex
Back
Top