[Bug 11664] New: diablo II fails to correctly control screen modes

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 20 23:35:12 CST 2008


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 at winehq.org
        ReportedBy: d-kyle1 at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list