Problem SSU compile error c1083

spinkle

New member
Joined
Oct 23, 2016
Messages
17
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
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,615
Reaction score
2,335
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Did you check that your include paths are correct?
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,915
Reaction score
2,918
Points
188
Website
github.com
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.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,615
Reaction score
2,335
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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.
 

spinkle

New member
Joined
Oct 23, 2016
Messages
17
Reaction score
0
Points
1
arr no it's not will move it to the correct location and try again thankss:rofl:
 

spinkle

New member
Joined
Oct 23, 2016
Messages
17
Reaction score
0
Points
1
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]
===============================================================
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,915
Reaction score
2,918
Points
188
Website
github.com
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.
 

spinkle

New member
Joined
Oct 23, 2016
Messages
17
Reaction score
0
Points
1
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?
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,915
Reaction score
2,918
Points
188
Website
github.com
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...
 

spinkle

New member
Joined
Oct 23, 2016
Messages
17
Reaction score
0
Points
1
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
 

spinkle

New member
Joined
Oct 23, 2016
Messages
17
Reaction score
0
Points
1
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:
 
Top