View Issue Details

IDProjectCategoryView StatusLast Update
0000345FSSCPmultiplayerpublic2006-11-01 04:46
ReporterEpock Assigned Totaylor  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
Summary0000345: Some missions cause crash during load
DescriptionError: Verify failure: Subsys_index < MAX_SUBSYS_STATUS

File:E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Mission\MissionParse.cpp
Line: 5777

Call stack:
TagsNo tags attached.

Activities

taylor

2005-03-19 17:26

administrator   ~0001987

Which missions specifically? What build are you using?

I assume that you are using something around 3.6.5. Current builds have that setting dynamic so there is no limit. Older builds could have serious issues with badly designed missions which go over the limit. This manifests itself in many strange ways from all out crashes to rendering problems to corrupted data. Previously, hitting the limit was fatal for Debug builds only but for 3.6.5, and other builds around the same time, hitting the limit was fatal in Release builds too. This was done to help people avoid problems from the bad missions.

Please try a newer build that doesn't have a hard coded limit.

taylor

2005-03-23 14:07

administrator   ~0002033

Bad missions, not really a code problem. Ultimately it's been addressed in code but to work properly with older builds, and retail, the missions need to be modified to work within the set limits.

Closered.

Issue History

Date Modified Username Field Change
2005-03-19 15:31 Epock New Issue
2005-03-19 17:26 taylor Note Added: 0001987
2005-03-19 17:27 taylor Status new => acknowledged
2005-03-19 17:29 taylor Status acknowledged => assigned
2005-03-19 17:29 taylor Assigned To => taylor
2005-03-23 14:07 taylor Status assigned => closed
2005-03-23 14:07 taylor Note Added: 0002033
2006-11-01 04:46 taylor Resolution open => no change required