View Issue Details

IDProjectCategoryView StatusLast Update
0003110The Dark ModDesign/Codingpublic13.11.2017 09:29
Reportergrayman Assigned Tograyman  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product VersionSVN 
Target VersionTDM 1.08Fixed in VersionTDM 1.08 
Summary0003110: TDM crashes before painting the main menu if "A Night to Remember" is in darkmod/fms
DescriptionIf ANTR isn't the only mission in darkmod/fms, it's probable that this crash will occur.
Steps To ReproduceClear 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.
TagsNo tags attached.

Relationships

related to 0004499 resolvednbohr1more Remove changing mission names containing "A" and "The" 

Activities

grayman

grayman

05.05.2012 14:28

viewer   ~0004537

Last edited: 05.05.2012 14:29

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

Issue History

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