Help using wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
markwjr
Newbie
Newbie
Posts: 3
Joined: Thu Aug 07, 2008 12:54 am

Help using wine

Post by markwjr »

im trying to run my fav game called terraworld its a macromedia flash game but everytime i play i get this error in the terminal and the game is very laggy with wine is there anything i can do to speeed it up well this is what is in the terminal

Code: Select all

[root@localhost Terra]# wine TWOReborn.exeALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so

tell me what to do to fix that error im using x64 fedora 9
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Help using wine

Post by Usurp »

markwjr wrote:im trying to run my fav game called terraworld its a macromedia flash game but everytime i play i get this error in the terminal and the game is very laggy with wine is there anything i can do to speeed it up well this is what is in the terminal

Code: Select all

[root@localhost Terra]# wine TWOReborn.exeALSA lib pcm.c:2104:(snd_pcm_open_conf) 
tell me what to do to fix that error im using x64 fedora 9[/quote]
Help yourself first.
http://wiki.winehq.org/FAQ#head-96bebfa287b4288974de0df23351f278b0d41014
markwjr
Newbie
Newbie
Posts: 3
Joined: Thu Aug 07, 2008 12:54 am

Post by markwjr »

i did what u said and i still get the same error

Code: Select all

[Mark@localhost Terra]$ wine TWOReborn.exe
ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:2104:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
John Drescher

Help using wine

Post by John Drescher »

On Thu, Aug 7, 2008 at 3:25 PM, markwjr <[email protected]> wrote:
so if i change that should it work?
Log in as a user that is not root. Do not use su or suid. Open a
terminal and try your command. Also if you have pulse audio installed
on your system remove it before continuing.

John
markwjr
Newbie
Newbie
Posts: 3
Joined: Thu Aug 07, 2008 12:54 am

Post by markwjr »

i did the last one on my account not as root or using sudo how do i go about getting rid of pulse audio i tryed yum erase pulse-audio
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

markwjr wrote:i did the last one on my account not as root or using sudo how do i go about getting rid of pulse audio i tryed yum erase pulse-audio
That is distro specific so you need to ask on your distro's forum.
Locked