Linux - GamesThis forum is for all discussion relating to gaming in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
On this machine I have linux mint and wine + world of warcraft and wine will not run wow. So please can someone help thanks in advanced.
Code:
laurie@laurie-desktop ~/.wine/dosdevices/c:/Program Files/World of Warcraft $ wine Wow.exe
Xlib: extension "GLX" missing on display ":1.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (3000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 3000
archive Data\enUS\base-enUS.MPQ opened
archive Data/Cache/SoundCache-3.MPQ opened
archive Data/Cache/SoundCache-2.MPQ opened
archive Data/Cache/SoundCache-1.MPQ opened
archive Data/Cache/SoundCache-0.MPQ opened
archive Data/Cache/enUS/SoundCache-enUS.MPQ opened
archive Data/wow-update-13164.MPQ opened
archive Data/Cache/enUS/patch-enUS-13164.MPQ opened
archive Data/Cache/patch-base-13164.MPQ opened
archive Data/Cache/enUS/SoundCache-patch-enUS-13164.MPQ opened
archive Data/Cache/SoundCache-patch-13164.MPQ opened
archive Data/wow-update-13205.MPQ opened
archive Data/Cache/enUS/patch-enUS-13205.MPQ opened
archive Data/Cache/patch-base-13205.MPQ opened
archive Data/Cache/enUS/SoundCache-patch-enUS-13205.MPQ opened
archive Data/Cache/SoundCache-patch-13205.MPQ opened
archive Data/wow-update-13287.MPQ opened
archive Data/Cache/enUS/patch-enUS-13287.MPQ opened
archive Data/Cache/patch-base-13287.MPQ opened
archive Data/Cache/enUS/SoundCache-patch-enUS-13287.MPQ opened
archive Data/Cache/SoundCache-patch-13287.MPQ opened
archive Data/wow-update-13329.MPQ opened
archive Data/Cache/enUS/patch-enUS-13329.MPQ opened
archive Data/Cache/patch-base-13329.MPQ opened
archive Data/Cache/enUS/SoundCache-patch-enUS-13329.MPQ opened
archive Data/Cache/SoundCache-patch-13329.MPQ opened
archive Data\art.MPQ opened
archive Data\world.MPQ opened
archive Data\sound.MPQ opened
archive Data\enUS\locale-enUS.MPQ opened
archive Data\enUS\speech-enUS.MPQ opened
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed7c,0x00000000), stub!
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
laurie@laurie-desktop ~/.wine/dosdevices/c:/Program Files/World of Warcraft $
I ran this because of the opengl at the top.
Code:
laurie@laurie-desktop ~ $ glxinfo | grep rendering
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
Xlib: extension "GLX" missing on display ":1.0".
laurie@laurie-desktop ~ $
The installing program couldn't able to talk to the graphic driver. That's the error.
" Direct3D9 is not available without OpenGL "
please check with www.winehq.com for the error fixing. There would be some list of windows program installation solutions available which could run with error and without error.
Did you install the nVidia graphics driver with the driver installer of your system? I assume that you did not, and without it it will definitely not run.
The installing program couldn't able to talk to the graphic driver. That's the error.
" Direct3D9 is not available without OpenGL "
please check with www.winehq.com for the error fixing. There would be some list of windows program installation solutions available which could run with error and without error.
It looks to me like your graphics drivers aren't configured properly. Did you configure them yourself in X's config, or did you let the nvidia installer do it?
Otherwise put SET gxAPI "opengl" in your config.wtf and see if it'll start that way.
This now what the config.wtf file looks like and it didn't work.
Code:
SET readTOS "-1"
SET readEULA "-1"
SET readScanning "-1"
SET readContest "-1"
SET checkAddonVersion "1"
SET showToolsUI "1"
SET readTerminationWithoutNotice "-1"
SET playIntroMovie "3"
SET installType "Retail"
SET locale "enUS"
SET expansionMovie "1"
SET movie "1"
SET patchlist "enUS.patch.battle.net:1119/patch"
SET gxAPI "opengl"
How do I do this change he is stating?
Quote:
Originally Posted by stress_junkie
Am I the only person who thinks that display :1.0 should be :0.0?
Last edited by darkstarbyte; 12-04-2010 at 07:34 PM.
Reason: My question was unclear.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.