View Issue Details

IDProjectCategoryView StatusLast Update
0003214The Dark ModCodingpublic31.08.2012 11:44
Reportertels Assigned Totels  
PrioritynormalSeveritynormalReproducibilitysometimes
Status resolvedResolutionfixed 
Product VersionTDM 1.07 
Target VersionTDM 1.08Fixed in VersionTDM 1.08 
Summary0003214: darkmod.ini uses hardcoded path on linux
DescriptionOn linux:

        std::string iniPath =
                std::string(getenv("HOME")) + "/.doom3/darkmod/darkmod.ini";

This will not work if darkmod is not installed in this directory. (The paths in Windows and MacOs look a bit suspicious, too, but I haven't looked closed)
TagsNo tags attached.

Relationships

related to 0002966 resolvedtels Get rid of hardcoded ~/doom3 path on Linux 

Activities

tels

tels

31.08.2012 11:44

reporter   ~0004788

Fixed with revision 0005544 - load darkmod.ini from the modpath.

Issue History

Date Modified Username Field Change
31.08.2012 09:40 tels New Issue
31.08.2012 09:56 tels Relationship added related to 0002966
31.08.2012 11:42 tels Assigned To => tels
31.08.2012 11:42 tels Status new => assigned
31.08.2012 11:43 tels Product Version => TDM 1.07
31.08.2012 11:43 tels Fixed in Version => TDM 1.08
31.08.2012 11:43 tels Target Version => TDM 1.08
31.08.2012 11:44 tels Note Added: 0004788
31.08.2012 11:44 tels Status assigned => resolved
31.08.2012 11:44 tels Resolution open => fixed