-safe command line option for Spore, but it has the drawback to resetting your graphical settings to a "safe" (low-res) configuration, and perhaps slow the game a little
Good guides on how to configure it can be found at: sudo sysctl -w vm.mmap_min_addr=0 may reduce crashes (see Preloader page zero problem)
set -a
# on which display to run?
D=1
# reduce verbosity
WINEDEBUG=-all
# my X config file for 1440x900, resolution where I want to run Spore
CONFIG=xorg-1440.conf
X :$D -ac -terminate -config $CONFIG &
DISPLAY=:$D.0
# http://wiki.winehq.org/PreloaderPageZeroProblem
case `sysctl vm.mmap_min_addr` in *'= 0') : ;;
*) sudo sysctl -w vm.mmap_min_addr=0 ;;
esac
# the Wine spore directory
cd '/c/Program Files/Electronic Arts/SPORE'
wine Sporebin/SporeApp.exe
/usr/local/wine-patched ), so you can keep also your regular, package-managed install of wine.
cd /tmpThen you can run spore via:
mkdir git
cd git
sudo apt-get build-dep wine
sudo apt-get install git-core
git clone git://source.winehq.org/git/wine.git /tmp/git/wine-git
CC="gcc-4.2 -m32" ./configure --prefix=/usr/local/wine-patched
cd wine-git
mkdir /usr/local/wine-patched
make depend
make
make install
/usr/local/wine-patched/bin/wine Sporebin/SporeApp.exe from your spore install dir.
You can also download my compiled wine installation if you do not want to compile it yourself. It should work on Intel Ubuntu 32 bit 8.04. Get the 40M file wine-patched.tgz and untar it from root, e.g:
cd /tmp; wget http://colaz.net/tmp/wine-patched.tgz-- ColasNahaboo - 2008-09-18
cd /; tar xfz /tmp/wine-patched.tgz
rm -f /tmp/wine-patched.tgz
|
Navigate:
Changes -
Index -
Map -
Search -
Print version -
RSS Feed
Advanced: Backlinks - Children - Raw View - Email changes - History Admin: Admin - Statistics - Preferences - Notifications - Your Account Edit: Edit - Raw edit - Attach - Create New Topic - More topic actions |
Hacks.Spore Topic revision: r23 - 2008-11-27 - 21:37:22 - ColasNahaboo Powered by Hosted by Linode on Debian |