View Issue Details

IDProjectCategoryView StatusLast Update
0002256FSSCPFREDpublic2012-11-28 18:04
ReporterFUBAR-BDHR Assigned ToFUBAR-BDHR  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.12 RC3 
Summary0002256: Change-IFF-color not checked for valid color values in FRED
DescriptionThis results in an assert in game when it should be caught by FRED.
TagsNo tags attached.

Activities

Goober5000

2012-11-27 06:44

administrator   ~0014196

FRED really can't control whether the player inputs a number above 255. All it can control (which it does) is whether the number is >= 0.

The code uses Warnings instead of Asserts, so I'm assuming it has been updated since this bug was filed. Making the Assert more user-friendly is essentially the main issue here.

Closing as no change required.

The_E

2012-11-28 18:02

administrator   ~0014214

Last edited: 2012-11-28 18:04

Reopening, as FUBAR has provided a patch to address this which was committed in 9382.

Issue History

Date Modified Username Field Change
2010-07-09 22:47 FUBAR-BDHR New Issue
2012-11-27 06:44 Goober5000 Note Added: 0014196
2012-11-27 06:44 Goober5000 Assigned To => Wanderer
2012-11-27 06:44 Goober5000 Status new => closed
2012-11-27 06:44 Goober5000 Resolution open => no change required
2012-11-28 18:02 The_E Assigned To Wanderer => FUBAR-BDHR
2012-11-28 18:02 The_E Status closed => feedback
2012-11-28 18:02 The_E Resolution no change required => reopened
2012-11-28 18:02 The_E Note Added: 0014214
2012-11-28 18:04 The_E Note Edited: 0014214
2012-11-28 18:04 The_E Status feedback => resolved
2012-11-28 18:04 The_E Resolution reopened => fixed