Simcity 4 Rush Hour

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Simcity 4 Rush Hour

Post by danielsard »

Hi

I run wine 1.2 and I'm having trouble with this game, as it all loads great, but when im in region view, if I click on a spot to start a new city, the game crashes, and my linux screen gets all messy and small

Has somebody had this error before?

Plz help

Thanks :D
Davvvve
Level 4
Level 4
Posts: 181
Joined: Mon Apr 27, 2009 2:37 pm

well

Post by Davvvve »

install latest wine 1.3.31 and try .
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Post by danielsard »

how? when I try to update, ubuntu gets all rebellious and doesnt allow :/
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Post by danielsard »

correction: I have 1.3.3.1 can somebody help me please? I want to play so badly :/
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

danielsard wrote:correction: I have 1.3.3.1 can somebody help me please? I want to play so badly :/
I assume you mean 1.3.31.

Have you tried the tweaks mentioned in the AppDB? http://appdb.winehq.org/objectManager.p ... n&iId=7500

I've always found it necessary to bind Sim City to one core when playing, or it will crash randomly. It's not a Wine issue; it's an old game that wasn't meant for multi-core systems, and it crashes on Windows, too, unless you set the affinity. I also recommend running it in an emulated virtual desktop, as it does tend to mess up the whole desktop when it crashes.
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Post by danielsard »

how do you bind it to one core plz?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

danielsard wrote:how do you bind it to one core plz?
I use taskset; you put it before the command to run your app, e.g.,

Code: Select all

taskset -c 0 wine '/path/to/program.exe'
Substitute the actual path to the exe in the command line. The 0 binds it to the first core; you can specify any core.

http://linuxcommand.org/man_pages/taskset1.html
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Post by danielsard »

thanks, sorry, im really noob to linux, this is the path

Code: Select all

/home/danielsard/.wine/drive_c/Program Files/Simcity 4/Apps
What do I use please?

plz let me know

Thanks :)
danielsard
Level 1
Level 1
Posts: 8
Joined: Wed Nov 02, 2011 11:58 pm

Post by danielsard »

seems to be crashing even with one core :/
Locked