View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003110 | The Dark Mod | Design/Coding | public | 04.05.2012 17:09 | 13.11.2017 09:29 |
Reporter | grayman | Assigned To | grayman | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | SVN | ||||
Target Version | TDM 1.08 | Fixed in Version | TDM 1.08 | ||
Summary | 0003110: TDM crashes before painting the main menu if "A Night to Remember" is in darkmod/fms | ||||
Description | If ANTR isn't the only mission in darkmod/fms, it's probable that this crash will occur. | ||||
Steps To Reproduce | Clear out darkmod/fms. Delete currentfm.txt Start TDM and from the download screen, download ANTR, Alberic's Curse, and The Beleaguered Fence. Return to the Main Menu and quit. Restart TDM and it crashes before getting to the Main Menu. | ||||
Tags | No tags attached. | ||||
related to | 0004499 | resolved | nbohr1more | Remove changing mission names containing "A" and "The" |
Having the engine manipulate strings allocated in the DLL can lead to a crash when that memory is freed. Fixed by having the DLL manipulate its strings based on information received from the engine. rev 5430: MissionManager.cpp ModMenu.cpp I18N.cpp I18N.h |
|
Date Modified | Username | Field | Change |
---|---|---|---|
04.05.2012 17:09 | grayman | New Issue | |
04.05.2012 17:09 | grayman | Status | new => assigned |
04.05.2012 17:09 | grayman | Assigned To | => grayman |
05.05.2012 14:28 | grayman | Note Added: 0004537 | |
05.05.2012 14:28 | grayman | Status | assigned => resolved |
05.05.2012 14:28 | grayman | Resolution | open => fixed |
05.05.2012 14:28 | grayman | Fixed in Version | => TDM 1.08 |
05.05.2012 14:29 | grayman | Note Edited: 0004537 | |
13.11.2017 09:29 | stgatilov | Relationship added | related to 0004499 |