View Issue Details

IDProjectCategoryView StatusLast Update
0001556FSSCPmediaVPpublic2008-10-09 01:52
ReporterARSPR Assigned ToDa_Brain  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformDELL Dimension 9200OSWindows VistaOS VersionUltimate 32-bit
Summary0001556: Strange warnings in Shivan Comm node (Comm2S-01.pof)
Description----- FIRST ONE (see Additional information too):
Warning: Invalid subobj_num or model_num in subsystem 'core' on ship type 'Shivan Comm Node'.
Not linking into ship!

(This warning means that a subsystem was present in mv_trails-shp.tbm and not present in the model
it should probably be removed from the table or added to the model.)

File:J:\src\cvs\fs2_open_3_6_9.final\code\ship\Ship.cpp
Line: 5690
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
    ship_set() ship_create() parse_create_object_sub() parse_create_object() mission_parse_maybe_create_parse_object() post_process_ships_wings() post_process_mission() parse_mission() parse_main() mission_load() game_start_mission() game_enter_state() gameseq_set_state() game_process_event() gameseq_process_events()------------------------------------------------------------------




------ SECOND ONE:
Warning: Ship 'Shivan Comm Node' does not have subsystem 'ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌcore' linked into the model file, 'Comm2S-01.pof'.
File:J:\src\cvs\fs2_open_3_6_9.final\code\ship\Ship.cpp
Line: 14678
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
    level_page_in() freespace_mission_load_stuff() game_post_level_init() game_start_mission() game_enter_state() gameseq_set_state() game_process_event() gameseq_process_events() game_main() WinMain() WinMainCRTStartup() kernel32.dll 77993833()
    ntdll.dll 77a6a9bd()
------------------------------------------------------------------
Additional InformationWarnings obtained with 3.6.9. debug build because current Xt builds don't give them

The first warning shows a little bug in its own reporting. This was addressed in 0001204 which should be solved in current builds.
TagsNo tags attached.

Activities

ARSPR

2008-01-10 21:43

reporter   ~0008804

Last edited: 2008-01-10 22:07

With 3.6.10 XT1207 build, in fs2_open.log, the related obtained info is:

WARNING: "Invalid subobj_num or model_num in subsystem 'core' on ship type 'Shivan Comm Node'. Not linking into ship! (This warning means that a subsystem was present in the table entry and not present in the model it should probably be removed from the table or added to the model.)" at Ship.cpp:5948

WARNING: "Ship 'Shivan Comm Node' does not have subsystem 'core' linked into the model file, 'Comm2S-01.pof'." at Ship.cpp:14877


EDITED ------
I don't really know much about PCS or model handling but I think the issue is this (or this can be a clue)

With PCS2 (RC1 jan 3rd) > Special Points > $Core > Properties in right panel > then I copy all the text

In new model you have (I make a direct paste):
$special=subsystem$name=Core

In the retail model you have:
$special=subsystem
$name=Core
 

So it seems that there's an intro or TAB code missing in the middle.

Confirmation needed by any EXPERT modeler.

ARSPR

2008-02-01 01:47

reporter   ~0008841

Solved. As discussed in the PCS2 threads an Enter is needed in that property field.

But you need at least PCS2 RC2c to solve it. PCS1, Modelview or older PCS2 versions do not allow this editing capability because that property box is not multilined.

Tested and confirmed.

Nevertheless I do not upload the fixed model yet because PCS2 is still in beta testing phase. Once PCS2 release is effective, I'll fix the model again and I will upload that version. (At least till RC2b, there was a nasty bounding box issue within PCS2).

ARSPR

2008-02-11 22:42

reporter   ~0008871

As promised, PCS2 release is out and here you have the fixed model.

2008-02-11 22:43

 

Comm2S-01.rar (150,017 bytes)

VA

2008-10-09 00:43

reporter   ~0009846

This can be closed now. I just checked and it does not happen with the internal MVPs. :)

chief1983

2008-10-09 01:52

administrator   ~0009858

Closed as requested, resolved in 3.6.10 gamma+ MediaVPs (currently unreleased).

Issue History

Date Modified Username Field Change
2008-01-02 23:50 ARSPR New Issue
2008-01-10 21:43 ARSPR Note Added: 0008804
2008-01-10 22:05 ARSPR Note Edited: 0008804
2008-01-10 22:06 ARSPR Note Edited: 0008804
2008-01-10 22:07 ARSPR Note Edited: 0008804
2008-02-01 01:47 ARSPR Note Added: 0008841
2008-02-11 22:42 ARSPR Note Added: 0008871
2008-02-11 22:43 ARSPR File Added: Comm2S-01.rar
2008-04-05 00:29 taylor Assigned To => Da_Brain
2008-04-05 00:29 taylor Status new => assigned
2008-10-09 00:43 VA Note Added: 0009846
2008-10-09 01:52 chief1983 Note Added: 0009858
2008-10-09 01:52 chief1983 Status assigned => resolved
2008-10-09 01:52 chief1983 Resolution open => fixed