Problem Big Joe CTD

Star Voyager

Space Shuttle Refugee
Joined
Oct 25, 2008
Messages
1,975
Reaction score
32
Points
48
For anyone monitoring, I am creating a Big Joe using MJR's Atlas D and 4throck's Little Joe capsule. I stuck the Atlas adapter in between the capsule and Atlas from the Project Mercury addon by estar. But whenever I jettison the adapter, I get a CTD. Here is the log:

**** Orbiter.log
Build Sep 29 2006 [v.060929]
Devices enumerated: 3
Devices accepted: 3
==> RGB Emulation
==> Direct3D HAL
==> Direct3D T&L HAL
Found 1 joystick(s)
Module AtlantisConfig.dll [API v.060425]
Module DGConfig.dll [API v.060425]
Module OrbiterSound.dll [API v.060425]
Module MercIPC.dll [API v.060425]
Module ExtMFD.dll [API v.060425]
Module CustomMFD.dll [API v.060425]
Module ScnEditor.dll [API v.060425]
Module FlightData.dll [API v.050206]
Module Framerate.dll [API v.050206]
Module TrackIR.dll [API v.060425]
TrackIR module not found.
Module Meshdebug.dll [API v.060425]
Module Rcontrol.dll [API v.050206]
**** Creating simulation session
DirectDraw interface OK
Direct3D interface OK
Zbuffer: 32 bit
Stencil buffer: 8 bit
Render device: Fullscreen 1152 x 864
Device has no hardware T&L capability
Joystick throttle: Z-AXIS
Joystick throttle control detected
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
**** WARNING: Mesh not found: .\Meshes\Altus/altus_background_mesh.msh
BaseObject: Parse error 1
Module Moon.dll [API v.041022]
ELP82: Precision 1e-005, Terms 116/829
Module Mars.dll [API v.060425]
VSOP87(B) Mars: Precision 1e-008, Terms 6400/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 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 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
Module Multistage2.dll [API v.050206]
Finished initialising status
Finished initialising camera
Finished initialising panels
OUIPC::Module Initialized
Finished setting up render state
>>> ERROR: No vessel class configuration file found for:
>>> ERROR:
>>> [C:\Source\Orbiter\Vessel.cpp / 248]
>>> TERMINATING <<<

and, here is the config for the Big Joe:

[MISC]
FOCUS=1
COG=1.7

[TEXTURE_LIST]
TEX_1=Exhaust2
[BOOSTER_1]
N=1
MeshName="Multistage\merc_atl_boost"
Height=2
Diameter=3.00
EmptyMass=8754
FuelMass=5126
Thrust=14739
angle=0
eng_1=(-1.408,0,-2.00)
eng_2=(0,0,-1.915)
eng_3=(1.39,0,-1.987)
eng_diameter=0.55
off=(0,0,-19)
BurnTime=160
ENG_TEX=Exhaust2
[STAGE_1]
Height=13.34
Diameter=2.04
MESHNAME="multistage\merc_atl_main"
EmptyMass=80000
FuelMass=85000
THRUST=2566700
BurnTime=530
off=(0,0,-10.52)
eng_1=(0,0,-9.919)
eng_2=(0,1.803,-6.838)
eng_3=(0,-1.803,-6.835
eng_diameter=0.55
ENG_TEX=Exhaust2
[SOUND]
MAIN_THRUST=Sound\Vessel\AtlasICBM.wav
[PAYLOAD_1]
OFF=(0,0,-0.45)
Mass=500
MeshName="merc_atl_adapt"
Classname="Mercury_atlas_adapter"
[PAYLOAD_2]
OFF=(0,0,1.5)
Mass=1000
MeshName="LJ_Capsule"
Name="LJ_Capsule"
Module="spacecraft\spacecraft3"

I triple checked that all the names matched up, but I cannot get to the bottom of this. Any suggestions?
 

liber

Member
Joined
Aug 15, 2008
Messages
950
Reaction score
2
Points
18
Location
Room
Website
www.bw.org
Try this.

[PAYLOAD_1]
OFF=(0,0,-0.45)
Mass=500
MeshName="merc_atl_adapt"
Name="Mercury_atlas_adapter"
Module=Mercury_atlas_adapter
 

Star Voyager

Space Shuttle Refugee
Joined
Oct 25, 2008
Messages
1,975
Reaction score
32
Points
48
Yes, that cleared it right up. Thank you!
 
Top