You are not logged in.

#1 2010-11-24 20:38:53

FrenzyVanDeMerwe
Member
Registered: 2010-11-24
Posts: 3

Wine problem (SOLVED)

Hi there)
I got problem when i trying to launch any .exe program  i have ati catalyst driver all works good but i got this error.   Example Trials 2 second edition game.

[root@fz frenzyvandemerwe]# /usr/bin/wine '/home/frenzyvandemerwe/.wine/drive_c/Program Files/Trials 2 Second Edition/trials2.exe'
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
err:module:load_builtin_dll failed to load .so lib for builtin L"OpenAL32.dll": libopenal.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OpenAL32.dll (which is needed by L"Z:\\home\\frenzyvandemerwe\\.wine\\drive_c\\Program Files\\Trials 2 Second Edition\\trials2.exe") failed (error c000007a).
No protocol specified
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\frenzyvandemerwe\\.wine\\drive_c\\Program Files\\Trials 2 Second Edition\\trials2.exe" failed, status c0000135

Last edited by FrenzyVanDeMerwe (2010-11-25 01:28:41)

Offline

#2 2010-11-25 00:40:36

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Wine problem (SOLVED)

err:module:load_builtin_dll failed to load .so lib for builtin L"OpenAL32.dll": libopenal.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OpenAL32.dll (which is needed by L"Z:\\home\\frenzyvandemerwe\\.wine\\drive_c\\Program Files\\Trials 2 Second Edition\\trials2.exe") failed (error c000007a).

These suggest to me you need to install the packages openal and perhaps lib32-openal (from the multilib repository) as well if you're on 64 bit. Basically, it says "I'm trying to load openal32.dll, but in order to do that I need linux's libopenal.so.1 and it doesn't exist. Thus, the dll has failed and the program will now close".

Last edited by FrozenFox (2010-11-25 00:44:07)

Offline

#3 2010-11-25 00:43:45

FrenzyVanDeMerwe
Member
Registered: 2010-11-24
Posts: 3

Re: Wine problem (SOLVED)

I am using i686 arch.

Offline

#4 2010-11-25 00:46:11

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Wine problem (SOLVED)

Openal seems to be an optdepend (optional dependency) for wine as it is not universally required I guess, according to pacman -Qi wine. pacman -S openal should do in your case, or at least get rid of those particular errors.

Last edited by FrozenFox (2010-11-25 00:47:17)

Offline

#5 2010-11-25 00:56:20

FrenzyVanDeMerwe
Member
Registered: 2010-11-24
Posts: 3

Re: Wine problem (SOLVED)

Oh ty so much,btw how to make desktop effects statrt with kde?  i mean after every shutdown i must turn they on

Offline

#6 2010-11-25 01:01:38

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: Wine problem (SOLVED)

If that solution worked for you, please use the edit button on your first post to append/prepend [SOLVED] to the thread title, and make a new thread for your KDE question as it is unrelated to this thread's topic and would be more helpful to others that might have the same issue as you when answered.

Last edited by FrozenFox (2010-11-25 01:02:13)

Offline

Board footer

Powered by FluxBB