View Issue Details

IDProjectCategoryView StatusLast Update
0002484FSSCPPlatform-Engine interactionpublic2011-08-18 20:21
ReporterThe_E Assigned ToThe_E  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.13 
Fixed in Version3.6.13 
Summary0002484: "Runtime check failure 0000002: Stack corrupted around variable file_text_raw"
DescriptionGetting this error using a current Antipodes build and the FSU SVN mediavps.

Steps to reproduce: Load up "Place of Chariots" with the VS debugger attached. Switch to Weapon Select. See VS throwing a popup on exiting bm_load_and_parse_eff().

Investigating the issue, it seems that badness happens in process_raw_text_file() in parselo.
TagsNo tags attached.

Activities

The_E

2011-08-18 20:13

administrator   ~0012768

And as if through magic, the solution appears. Max length of an EFF text file was, for some unknown reason, assumed to be 50 characters. The EFF used here is 51 characters in length. Bumping the length solved the issue.

Issue History

Date Modified Username Field Change
2011-08-18 20:08 The_E New Issue
2011-08-18 20:13 The_E Note Added: 0012768
2011-08-18 20:21 The_E Status new => resolved
2011-08-18 20:21 The_E Fixed in Version => 3.6.13
2011-08-18 20:21 The_E Resolution open => fixed
2011-08-18 20:21 The_E Assigned To => The_E