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
 

dbeachy1

O-F Administrator
Administrator
Orbiter Contributor
Addon Developer
Donator
Beta Tester
Joined
Jan 14, 2008
Messages
9,217
Reaction score
1,563
Points
203
Location
VA
Website
alteaaerospace.com
Preferred Pronouns
he/him
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

myles

New member
Joined
Oct 20, 2007
Messages
181
Reaction score
0
Points
0
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
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,434
Reaction score
689
Points
203
This is the very latest compiled Space Shuttle Ultra files.

Just extract it and let it overwrite the files.
 

Attachments

  • SSU_latest_part1.zip
    1.6 MB · Views: 15
  • SSU_latest_part2.zip
    2 MB · Views: 12
  • Like
Reactions: Tex
Top