http://bugs.winehq.org/show_bug.cgi?id=17281
Summary: Medal of Honor: Allied Assault fails to load opengl subsystem Product: Wine Version: 1.1.14 Platform: PC-x86-64 URL: http://www.ea.com/official/moh/alliedassault/us/download /demo.jsp OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adam.eberlin@intellitechdesign.com
Created an attachment (id=19283) --> (http://bugs.winehq.org/attachment.cgi?id=19283) mohaa game console debug output
When running Medal of Honor: Allied Assault (MOHAA), wine errors out and the mohaa console states that it could not load the opengl subsystem.
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat err:d3d:InitAdapters Failed to get a gl context for default adapter err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x16 @0! (XRandR) err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x16 @0! (XRandR)
Attempted to use the patch from bug #9725, but it could not patch the current source successfully. Attaching debug output from the mohaa game console.
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-06 17:02:36 --- What's the output from 'xrandr' command looks like? Can you try virtual desktop mode?
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #2 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-09 11:35:03 --- (In reply to comment #1)
What's the output from 'xrandr' command looks like? Can you try virtual desktop mode?
Same game console output, different errors from wine:
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #3 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-09 14:20:56 --- (In reply to comment #1)
What's the output from 'xrandr' command looks like? Can you try virtual desktop mode?
Here's xrandr output:
Screen 0: minimum 576 x 432, current 1400 x 1050, maximum 1400 x 1050 default connected 1400x1050+0+0 0mm x 0mm 1400x1050 50.0* 51.0 52.0 1280x1024 53.0 1280x960 54.0 1152x864 55.0 800x512 56.0 720x450 57.0 640x512 58.0 640x480 59.0 576x432 60.0
http://bugs.winehq.org/show_bug.cgi?id=17281
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-09 20:52:34 --- Invalid. Fix your xorg. It have to list display resolution you need. Disable twinview if you not using it.
http://bugs.winehq.org/show_bug.cgi?id=17281
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-09 20:53:02 --- Not Wine bug - invalid X11 configuration.
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #6 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-10 01:14:04 --- (In reply to comment #4)
Invalid. Fix your xorg. It have to list display resolution you need. Disable twinview if you not using it.
I have explicitely specified the mode and the error is still occuring. Are these the changes you were referring to?
Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "NoLogo" "True" Option "RenderAccel" "True" Option "TripleBuffer" "True" Option "BackingStore" "True" Option "DamageEvents" "True" Option "DPMS" "True" SubSection "Display" Depth 24 Modes "1400x1050" EndSubSection EndSection
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-10 02:10:30 --- The error message apparently mentions the 800x600x16 mode.
http://bugs.winehq.org/show_bug.cgi?id=17281
--- Comment #8 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-11 10:34:12 --- Created an attachment (id=19382) --> (http://bugs.winehq.org/attachment.cgi?id=19382) x11 config
This is my x11 config. Can you please assist me with correcting this error? I have set my virtual desktop size in wine to each resolution my video card supports, including 800x600, but the error still occurs.
P.S. If this isn't the proper place for this, I apologize, but I would like to continue this troubleshooting discussion here in case someone runs across a similiar error. Hopefully, if this gets resolved, it will prevent duplicate, invalid bugs from being submitted.