Code: Select all
[ship.sanityCheck.failed]: Ship <ShipEntity 0x3f21048>{"Bandersnatch" ID: 0 position: (0, 0, 0) scanClass: CLASS_NOT_SET status: STATUS_IN_FLIGHT} generated with missing subentity wing!
Moderators: winston, another_commander, Getafix
Code: Select all
[ship.sanityCheck.failed]: Ship <ShipEntity 0x3f21048>{"Bandersnatch" ID: 0 position: (0, 0, 0) scanClass: CLASS_NOT_SET status: STATUS_IN_FLIGHT} generated with missing subentity wing!
Yep !!!!!Commander McLane wrote:There seems to be a subentity missing. Anything else in the log (above that snippet, e.g. during the setup of Oolite)?
Code: Select all
[shipData.load.begin]: Loading ship data...
[shipData.load.error]: ***** ERROR: the shipdata.plist entry "griff_spacebar_subent_template" specifies no model, ignoring.
[shipData.load.error]: ***** ERROR: the shipdata.plist entry "wing" specifies no roles, ignoring.
Code: Select all
<key>smooth</key>
<key>forward_weapon_type</key>
<string>WEAPON_PULSE_LASER</string>
<key>laser_color</key>
<string>orangeColor</string>
<key>roles</key>
<string>bandersnatch_wing</string>
<key>thrust</key>
<real>5</real>
<key>weapon_energy</key>
<real>5</real>
<key>weapon_position_forward</key>
<string>0.0 31.74 -1.7</string>
<true/>
Code: Select all
<key>smooth</key>
<true/>
<key>forward_weapon_type</key>
<string>WEAPON_PULSE_LASER</string>
<key>laser_color</key>
<string>orangeColor</string>
<key>roles</key>
<string>bandersnatch_wing</string>
<key>thrust</key>
<real>5</real>
<key>weapon_energy</key>
<real>5</real>
<key>weapon_position_forward</key>
<string>0.0 31.74 -1.7</string>
This is a known bug in the ship registry validation in 1.72, already fixed for 1.72.1 and 1.73.Ark wrote:Yep !!!!!Commander McLane wrote:There seems to be a subentity missing. Anything else in the log (above that snippet, e.g. during the setup of Oolite)?
The first error from what i can understand is from random hits ver 1.2 the second one must be from Bandersnatch oxpCode: Select all
[shipData.load.begin]: Loading ship data... [shipData.load.error]: ***** ERROR: the shipdata.plist entry "griff_spacebar_subent_template" specifies no model, ignoring. [shipData.load.error]: ***** ERROR: the shipdata.plist entry "wing" specifies no roles, ignoring.