View Issue Details

IDProjectCategoryView StatusLast Update
0002079FSSCPBuild systempublic2009-12-24 08:11
ReporterEchelon9 Assigned ToEchelon9  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.11 
Fixed in Version3.6.11 
Summary0002079: INFERNO builds (Release & Debug) do not open on Mac OS X
DescriptionAs reported in the r5734 and r5738 OS X nightlies, the INFERNO builds do no open on Mac OS X.

Standard Release and Debug builds work fine on OS X.
Additional InformationDepending on the OS X version, the error reported will be:

1. "It appears that the application you have selected is not valid, the flag file that it produces in order to make the UI and other things cannot be found.", or

2. "You cannot open the application 'FS2_Open-Inferno' because it may be damaged or incomplete"

Reported by 'swashmebuckle': http://www.hard-light.net/forums/index.php?topic=67135.0
TagsNo tags attached.

Activities

Zacam

2009-12-24 06:40

administrator   ~0011464

I opened the OSX tgz/tar and the subsequent .app's inside. the plist metadata is off.

<key>CFBundleExecutable</key>
    <string>FS2_Open (debug)</string>

should read:

<key>CFBundleExecutable</key>
    <string>FS2_Open-Inferno (debug)</string>

Echelon9

2009-12-24 08:11

developer   ~0011465

Fixed in commit r5740.

Issue History

Date Modified Username Field Change
2009-12-24 06:29 Echelon9 New Issue
2009-12-24 06:29 Echelon9 Status new => assigned
2009-12-24 06:29 Echelon9 Assigned To => chief1983
2009-12-24 06:30 Echelon9 Assigned To chief1983 => Echelon9
2009-12-24 06:40 Zacam Note Added: 0011464
2009-12-24 08:11 Echelon9 Note Added: 0011465
2009-12-24 08:11 Echelon9 Status assigned => resolved
2009-12-24 08:11 Echelon9 Fixed in Version => 3.6.11
2009-12-24 08:11 Echelon9 Resolution open => fixed