http://bugs.winehq.org/show_bug.cgi?id=11664
Summary: diablo II fails to correctly control screen modes Product: WineHQ Apps Database Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: d-kyle1@shaw.ca
Created an attachment (id=10877) --> (http://bugs.winehq.org/attachment.cgi?id=10877) x-windows log
I have to run diablo II with a shell script like this: ********************************************************* #!/bin/sh echo "setting up to run Diablo II with wine ..." xrandr -s 800x600 cd /home/dave/.wine/drive_c/Program\ Files/Diablo\ II && set_rlimits wine Diablo\ II.exe -skiptobnet xrandr -s 1024x768 ********************************************************* which pretty much runs ok except for the cutscenes (which are displayed halfway down the screen cut off at the midsection with the top half of the screen black). Now if i uncomment the xrandr sections of the shell script i get the same thing with the game screens as well. Yes, i have set my x-windows configuration file properly with the right modes and still no luck. Anyway, i have attached my x-windows log while running my shell script with the xrandr sections uncommented to prove what i am saying. Also i have compiled in support for the xrandr libraries as well in order to help with this problem (which did not help). From what i can see wine does try to change the screen mode, and fails at it. the wine version i am running is wine-0.9.55