search for: customresolut

Displaying 2 results from an estimated 2 matches for "customresolut".

2009 Apr 02
1
DOS application crashes..
Hi, the error I receive when running my program is this; Code: fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported I ran; Code: cd '/home/ricardo/.wine/drive_c/gh' wine gail.exe -CustomResolution:enabled -r1024x768x32 exit The program is a lottery number program (generator) Could someone debug the error for me? Thanks.
2012 Feb 08
3
Something really went south with 1.4-rc2
...ll:RtlDeleteResource Deleting 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...