warcraft 3 run problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thecata
Newbie
Newbie
Posts: 3
Joined: Mon Mar 10, 2008 12:27 am

warcraft 3 run problem

Post by thecata »

Error (console):

Code: Select all

 $ wine War3
ALSA lib conf.c:3939:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:910:(snd_ctl_open_noupdate) Invalid CTL default:0
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
ALSA lib conf.c:3939:(snd_config_expand) Unknown parameters 1
ALSA lib control.c:910:(snd_ctl_open_noupdate) Invalid CTL default:1
fixme:mixer:ALSA_MixerInit No master control found, disabling mixer
err:ole:CoCreateInstance apartment not initialised
err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll": libGL.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OPENGL32.dll (which is needed by L"Z:\\media\\home\\thecata\\soft\\Warcraft III\\Game.dll") failed (error c000007a).
The Wine desktop starts only to display a "Couldn't open Game.dll" error message box.

Note: although I've been using Linux for quite some time, this is the first time I tried to install a Windows game on it (until now, I've been using a dual boot... Windows/Linux, but now I decided to permanently switch to Linux... being able to play the same games would be nice though)[/code]
John Drescher

warcraft 3 run problem

Post by John Drescher »

err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll": libGL.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OPENGL32.dll (which is needed by L"Z:\\media\\home\\thecata\\soft\\Warcraft III\\Game.dll") failed (error c000007a).
Looks like your opengl is not setup correctly in X windows.

John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: warcraft 3 run problem

Post by vitamin »

thecata wrote:err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll": libGL.so.1: cannot open shared object file: No such file or directory
You have incorrectly installed video drivers. What distro? What video card? What drivers? Is this 64-bit arch or 32-bit?
thecata
Newbie
Newbie
Posts: 3
Joined: Mon Mar 10, 2008 12:27 am

Post by thecata »

Distro: Sabayon 3.4f x64; video card: GeForce 6150 (onboard; Asus M2NPV-VM motherboard); drivers: 100.14.11 (i think... copied from distrowatch... I installed the drivers that came on the distro release - no update yet).
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: warcraft 3 run problem

Post by vitamin »

thecata wrote:Distro: Sabayon 3.4f x64; video card: GeForce 6150 (onboard; Asus M2NPV-VM motherboard); drivers: 100.14.11 (i think... copied from distrowatch... I installed the drivers that came on the distro release - no update yet).
Then it looks like you are missing the 32-bit version of the libGL. Or it's located in the wrong place that Wine can't find it...
thecata
Newbie
Newbie
Posts: 3
Joined: Mon Mar 10, 2008 12:27 am

Post by thecata »

So what's the next step? Should I try to install the 32-bit libGL?
I don't know if it's relevant, but i installed Unreal Tournament 2004 (as a native Linux app.) and it works perfectly (it uses OpenGL for graphic rendering). And I'm not sure, but I think it uses the 32-bit libs...
Locked