View Issue Details

IDProjectCategoryView StatusLast Update
0002658FSSCPpublic2012-07-14 06:20
Reporterheaddie Assigned ToGoober5000  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
PlatformAnyOSAnyOS VersionAny
Target Version3.6.14Fixed in Version3.6.14 
Summary0002658: Error messages too long to fit on the screen
DescriptionWhen the engine runs into an error, especially in debug the message contains a dump of technical data which over runs the bottom of the screen. while pressing N in the case of warnings is a workable workaround it looks unprofessional.
Steps To Reproduceuse mod containing a table or modular table with with a bad line and run the mod
Additional Informationhttp://img404.imageshack.us/img404/8986/errormessaged.png
TagsNo tags attached.

Relationships

has duplicate 0001780 closedGoober5000 FRED error message boxes have no size limit 

Activities

Goober5000

2012-05-28 22:23

administrator   ~0013619

Fix committed to trunk@8834.

Goober5000

2012-07-14 06:20

administrator   ~0013856

Fix committed to trunk@9012.

Related Changesets

fs2open: trunk r8834

2012-05-28 18:24

Goober5000


Ported: N/A

Details Diff
truncate assert strings, warnings, errors, and dump buffers if they are too long
(this should fix Mantis 0002658)
Affected Issues
0002658
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File

fs2open: trunk r9012

2012-07-14 02:23

Goober5000


Ported: N/A

Details Diff
we want to truncate based on number of lines, not number of characters
also, we want to truncate the FRED error message boxes too
(this is a better fix for Mantis 0002658)
Affected Issues
0002658
mod - /trunk/fs2_open/code/fred2/campaigntreewnd.cpp Diff File
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/parse/parselo.cpp Diff File
mod - /trunk/fs2_open/code/parse/parselo.h Diff File

Issue History

Date Modified Username Field Change
2012-05-23 19:40 headdie New Issue
2012-05-23 21:19 niffiwan Target Version => 3.7.2
2012-05-28 22:23 Goober5000 Changeset attached => fs2open trunk r8834
2012-05-28 22:23 Goober5000 Note Added: 0013619
2012-05-28 22:23 Goober5000 Status new => resolved
2012-05-28 22:23 Goober5000 Resolution open => fixed
2012-05-28 22:23 Goober5000 Assigned To => Goober5000
2012-05-28 22:23 Goober5000 Status resolved => assigned
2012-05-28 22:23 Goober5000 Status assigned => resolved
2012-05-28 22:23 Goober5000 Fixed in Version => 3.6.14
2012-05-28 22:23 Goober5000 Target Version 3.7.2 => 3.6.14
2012-06-25 06:44 Goober5000 Relationship added has duplicate 0001780
2012-07-14 06:20 Goober5000 Changeset attached => fs2open trunk r9012
2012-07-14 06:20 Goober5000 Note Added: 0013856