
SimCity 4: Won't launch after attempted install
-
- Newbie
- Posts: 2
- Joined: Sat Feb 21, 2015 7:03 pm
SimCity 4: Won't launch after attempted install
This might appear to be a semi common issue. Wine 1.6.2 running on Linux Mint 17.1 won't launch SimCity 4 after I attempt to install it. I run the installer from the autorun file (contents of CD1 copied to a folder on my desktop
) with CD2 already in the drive. The installer just quits without running the DirectX setup. I then browse to the drive_c directory where the game is installed. I double-click, the mouse appears to be busy, but nothing happens. If anyone can help I'd be greatly appreciated.

Re: SimCity 4: Won't launch after attempted install
SimCity 4 has problems with multicore systems (on Windows, too), so you should bind it to one core with taskset when running it. The command I use is:
The game is installed in /wine/sc4 on my system; use whatever the actual paths are on your system.
If your system is 64 bit you should also try installing to a 32 bit wineprefix. http://wiki.winehq.org/FAQ#32_bit_wineprefix
If none of that helps, post terminal output. http://wiki.winehq.org/FAQ#get_log
Code: Select all
taskset -c 0 env WINEPREFIX=/wine/sc4 wine '/wine/sc4/drive_c/Program Files/Maxis/SimCity 4 Deluxe/simcity 4.exe' -intro:off
If your system is 64 bit you should also try installing to a 32 bit wineprefix. http://wiki.winehq.org/FAQ#32_bit_wineprefix
If none of that helps, post terminal output. http://wiki.winehq.org/FAQ#get_log
-
- Newbie
- Posts: 2
- Joined: Sat Feb 21, 2015 7:03 pm
Re: SimCity 4: Won't launch after attempted install
But I still don't understand your context and environment. Where does "/wine/sc4" come from?dimesio wrote:SimCity 4 has problems with multicore systems (on Windows, too), so you should bind it to one core with taskset when running it. The command I use is:The game is installed in /wine/sc4 on my system; use whatever the actual paths are on your system.Code: Select all
taskset -c 0 env WINEPREFIX=/wine/sc4 wine '/wine/sc4/drive_c/Program Files/Maxis/SimCity 4 Deluxe/simcity 4.exe' -intro:off
If your system is 64 bit you should also try installing to a 32 bit wineprefix. http://wiki.winehq.org/FAQ#32_bit_wineprefix
If none of that helps, post terminal output. http://wiki.winehq.org/FAQ#get_log
Re: SimCity 4: Won't launch after attempted install
That's the wineprefix I installed it to. The default is ~/.wine. http://wiki.winehq.org/FAQ#wineprefix