[Bug 13598] Messiah (Game) Crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 25 15:52:03 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=13598





--- Comment #10 from CN Gnome <cngnome at gmail.com>  2008-12-25 15:52:02 ---
More debugging after installing 1.11 :

Problem 1 and fix :
In xorg.conf the default BPP for 8 bit does not contain the required
640x480.  Add this mode on your /usr/share/xresprobe/xorg.conf

Section "Screen"
<clip>
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1280x960"
"1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
</clip>
EndSection

Problem 2 and fix :
Desktop Program does not work with ubuntu visual effects :
System -> Preferences -> Appearance -> Visual Effects -> None
Logout/login

After setting it you still get an error of not being able
to set 32->16 BPP but now the program fullscreen.

Problem 3:
Program does not run on wine unless its told to be running on win2K or wine is
told it is win98 :
These flags tells that to it but how to pass these to program running on wine ?
I tried multiple combinations but all arguments were passed to wine and not to
MessiahD3D. Here are the required flags : 

wine MessiahD3D.exe -s -i -v -o +! -p


-- 
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