http://bugs.winehq.org/show_bug.cgi?id=22696
--- Comment #23 from jan@jbsoft.nl 2011-03-10 03:52:37 CST --- (In reply to comment #22)
(In reply to comment #21)
Is this fixed?
No, this bug is still present in 1.3.15.
AFAIK you can set you resolution lower to workaround the bug.
E.g. #!/bin/bash xrandr -s 1280x1024 -r 60 env WINEPREFIX="/home/username/.wine" wine "C:\Program Files\Infogrames\RollerCoaster Tycoon 2\rct2.exe" xrandr -s 1920x1200 -r 60
This set the resolution to a value that will work. After closing the app the resolution will be set back.
This way an error will be avoided and the resolution can be set.
Perhaps Wine should detect better what screen size and coreect them if theay are not supported in some way is to avoid these problems.