project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ashb

Pages: [1]
1
Mac / Re: 2.3.1 and OSX 10.7
« on: September 11, 2011, 11:50:24 pm »
Same issue as in http://ufoai.ninex.info/forum/index.php?topic=5670.0 - the 2.3.1 was built wrong and needs a bit of jiggery to get working.

2
Mac / Re: Game does not start at all
« on: September 11, 2011, 11:48:24 pm »
Assuming you copied the game to /Applications you need to do the following:.

- Go and download and mount/open the sdl 1.2 runtime dmg from http://www.libsdl.org/download-1.2.php
- Open a terminal and run the following:

install_name_tool -change /opt/local/Library/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer @executable_path/../Frameworks/SDL_mixer /Applications/UFOAI.app/Contents/MacOS/ufo
install_name_tool -change /opt/local/Library/Frameworks/SDL_image.framework/Versions/A/SDL_image @executable_path/../Frameworks/SDL_image.framework/Versions/A/SDL_image /Applications/UFOAI.app/Contents/MacOS/ufo
cp -r /Volumes/SDL/SDL.framework /Applications/UFOAI.app/Contents/Frameworks/


then it should work

Pages: [1]