Problem CTD with Moonlander V0.1 Alpha

Graham2001

Well-known member
Joined
Mar 20, 2008
Messages
1,523
Reaction score
73
Points
48
I was going to test fly the Moonlander V0.1alpha but when I tried to launch the included scenario it resulted in a CTD with the following Orbiter log file.

Code:
**** Orbiter.log
Build Sep 29 2006 [v.060929]
Devices enumerated: 6
Devices accepted: 5
==> RGB Emulation
==> Direct3D HAL
==> Direct3D T&L HAL
==> Direct3D HAL (RADEON 9250)
==> Direct3D T&L HAL (RADEON 9250)
Found 0 joystick(s)
Module AtlantisConfig.dll [API v.060425]
Module DGConfig.dll [API v.060425]
Module GPCMFD.dll [API v.060425]
Module FlightData.dll [API v.050206]
Module ScnEditor.dll [API v.060425]
Module transx.dll [API v.060425]
Module OrbiterSound.dll [API v.060425]
Module MapMFD.dll [API v.050206]

**** Creating simulation session
DirectDraw interface OK
Direct3D interface OK
Zbuffer: 32 bit
Stencil buffer: 8 bit
Render device: Window 794 x 568
Device has hardware T&L capability
Module Sun.dll [API v.050206]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
Module Mercury.dll [API v.050206]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
Module Venus.dll [API v.050206]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
Module Earth.dll [API v.050206]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
Module Moon.dll [API v.041022]
ELP82: Precision 1e-005, Terms 116/829
Module Mars.dll [API v.060425]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
Module Phobos.dll [API v.060425]
Module Deimos.dll [API v.060425]
Module Galsat.dll [API v.041022]
Module Jupiter.dll [API v.050206]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
Module Io.dll [API v.041022]
Module Europa.dll [API v.041022]
Module Ganymede.dll [API v.041022]
Module Callisto.dll [API v.041022]
Module Satsat.dll [API v.050206]
Module Saturn.dll [API v.060425]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
Module Mimas.dll [API v.050206]
SATSAT Mimas: Terms 113
Module Enceladus.dll [API v.050206]
SATSAT Enceladus: Terms 33
Module Tethys.dll [API v.050206]
SATSAT Tethys: Terms 101
Module Dione.dll [API v.050206]
SATSAT Dione: Terms 59
Module Rhea.dll [API v.050206]
SATSAT Rhea: Terms 68
Module Titan.dll [API v.050206]
SATSAT Titan: Terms 100
Module Hyperion.dll [API v.050206]
SATSAT Hyperion: Terms 595
Module Iapetus.dll [API v.050206]
SATSAT Iapetus: Terms 605
Module Uranus.dll [API v.050206]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
Module Miranda.dll [API v.060425]
Module Ariel.dll [API v.060425]
Module Umbriel.dll [API v.060425]
Module Titania.dll [API v.060425]
Module Oberon.dll [API v.060425]
Module Neptune.dll [API v.050206]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
Module Triton.dll [API v.060425]
Finished initialising world
>>> ERROR: No vessel class configuration file found for:
>>> ERROR: SpacecraftSpacecraft
>>>        [C:SourceOrbiterVessel.cpp / 248]
>>> TERMINATING <<<

Help diagnosing the error in the scenario file would be greatly appreciated.

I've also taken the step of posting a bug report to Orbiter Hangar.
 

BrianJ

Addon Developer
Addon Developer
Joined
Apr 19, 2008
Messages
1,679
Reaction score
902
Points
128
Location
Code 347
I don't have this add-on(but I'm quite familiar with Vinka's spacecraft.dll). From your orbiter.log it looks like the problem is in the vessel entries in the scenario file.

Look in the scenario file and where you see "SpacecraftSpacecraft" change it to "Spacecraft/Spacecraft"
 

Graham2001

Well-known member
Joined
Mar 20, 2008
Messages
1,523
Reaction score
73
Points
48
I don't have this add-on(but I'm quite familiar with Vinka's spacecraft.dll). From your orbiter.log it looks like the problem is in the vessel entries in the scenario file.

Look in the scenario file and where you see "SpacecraftSpacecraft" change it to "Spacecraft/Spacecraft"

Thanks for that. I checked the scenario file. The author had "Spacecraft\Spacecraft" instead of "Spacecraft/Spacecraft".
 
Top