search for: r1920x1080x32

Displaying 1 result from an estimated 1 matches for "r1920x1080x32".

Did you mean: 1920x1080x32
2012 Feb 08
3
Something really went south with 1.4-rc2
...ing active MRSW lock (0x112dcc), expect failure Whereupon the app crashed to the desktop. Here is my script to run the app: #!/bin/bash date env WINEPREFIX="/home/john/.wine" \ wine "C:/Program Files/Maxis/SimCity 4/Apps/SimCity 4.exe" \ -intro:off -CustomResolution:enabled -r1920x1080x32 -d:directx \ -CPUcount:1 &>~/sc4.log date The two date items let me see how long the app stayed up. Here is the record before the crash noted here Wed Feb 8 12:44:26 EST 2012 Wed Feb 8 12:47:05 EST 2012 This app was working fine on 4.1-rc1, albeit in software mode. Today it fails on...