Problem SSU compile error c1083

spinkle

New member
Joined
Oct 23, 2016
Messages
27
Reaction score
0
Points
1
Hi please can anyone help me when trying to build solution for SSU i keep coming up with fatal error C1083 error.jpg it seems to be asking for orbiterAPI.h file but cant find it
 
Did you check that your include paths are correct?
 
Did you check that your include paths are correct?

There should be no need for changing any paths, as long as the "Space Shuttle Ultra" folder is inside the Orbitersdk folder.
 
There should be no need for changing any paths, as long as the "Space Shuttle Ultra" folder is inside the Orbitersdk folder.


Thats what I mean there - the configured paths could be wrong or the checkout folder.
 
arr no it's not will move it to the correct location and try again thankss:rofl:
 
managed to install but it wont load in im getting this string of errors can anyone shed light on them ?
============================ ERROR: ===========================
Could not load vessel module: SSU_Pad
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_LCC
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_MLP
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SpaceShuttleUltra
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_Tank
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_SRB
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_SRB
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
 
managed to install but it wont load in im getting this string of errors can anyone shed light on them ?
============================ ERROR: ===========================
Could not load vessel module: SSU_Pad
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_LCC
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_MLP
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SpaceShuttleUltra
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_Tank
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_SRB
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================
============================ ERROR: ===========================
Could not load vessel module: SSU_SRB
[Vessel::LoadModule | .\Vessel.cpp | 5747]
===============================================================

This means Orbiter can't find the vessels in the scenario. Check that the SSU_xyz.cfg files are in the Config\Vessels folder, and the SSU_xyz.dll files are in the Modules folder.
 
right cracked that problem one more big issue, so I load up the Atlantis test mission and it just boots out, no error logged the only thing I can find in the log is this ...000000.000: >>> WARNING: Obsolete API function used: VESSEL::CreateVariableDragElement
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.g any ideas why it could be booting out?
 
right cracked that problem one more big issue, so I load up the Atlantis test mission and it just boots out, no error logged the only thing I can find in the log is this ...000000.000: >>> WARNING: Obsolete API function used: VESSEL::CreateVariableDragElement
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.g any ideas why it could be booting out?

That's (just) a warning telling us to update some functions.
Are you sure the meshes and textures are also in the correct place? You seem to have messed up the installation...
 
the path that all the meshes are under is: orbiter 2016/meshes/SSU and textures are under are under orbiter2016/textures/SSU is this correct and do you have a tutorial on how to install this correctly
 
Cracked it the issue I was having was due to the fact I was installing the SSU file the correct way, but after reading through the installation instructions again I noticed you have to install it the opposite way round and install it backwards and install orbiter into the SSU folder. now it is up and running with no issues thanks very much for your help:cheers:
 
Back
Top