[Wine] Re: SimCity 4 + RH easily crashes with addons and heavy city.

vitamin wineforum-user at winehq.org
Tue Sep 16 15:23:53 CDT 2008


Skiper wrote:
> It still crashes easily after changes. 
> 
> My SimCity 4 file : 
> 
> 
> Code:
> #!/bin/bash
> export taskset -c 0 WINEPREFIX="/home/thomas/.PlayOnLinux/wineprefix/SimCity4"
> export WINEDEBUG="-all"
> cd "/home/thomas/.PlayOnLinux/wineprefix/SimCity4/drive_c/Program Files/Maxis/SimCity 4/Apps/"
> wine "SimCity 4.exe" -d:software -intro:off $@
> 
> 


This script is not correct. 'taskset' is a program not env var. The last command should be:

Code:
taskset -c 0 wine "SimCity 4.exe" -d:software -intro:off $@


Adjust the first export accordingly.







More information about the wine-users mailing list