View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002658 | FSSCP | public | 2012-05-23 19:40 | 2012-07-14 06:20 | |
Reporter | headdie | Assigned To | Goober5000 | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Any | OS | Any | OS Version | Any |
Target Version | 3.6.14 | Fixed in Version | 3.6.14 | ||
Summary | 0002658: Error messages too long to fit on the screen | ||||
Description | When 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 Reproduce | use mod containing a table or modular table with with a bad line and run the mod | ||||
Additional Information | http://img404.imageshack.us/img404/8986/errormessaged.png | ||||
Tags | No tags attached. | ||||
has duplicate | 0001780 | closed | Goober5000 | FRED error message boxes have no size limit |
fs2open: trunk r8834 2012-05-28 18:24 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 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 |
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 |