upgrade Ubuntu Karmic to Lucid = Wine : Esound desabled!!!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

upgrade Ubuntu Karmic to Lucid = Wine : Esound desabled!!!

Post by Sylvain_07 »

I have upgrade my system ubuntu karmic to lucid.

since upgrade when i configure wine :
it say me :
unavailable esound driver found in the registry

Would you like unistall esound driver?

esound is cleared to the choise to driver audio
and i have no sound in game work's with this driver :
Civilzation 4 BTS

my versus wine is upgraded to 1.1.44.

and the same pb if i downgrade versus wine
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Sylvain_07 esound driver is no more. Truly no more. So yes uninstall it.

No one was maintaining it. Switch to Alsa.

Few people were using it has a hack to work around pulseaudio issues sorry if no coder is looking after a driver it dies.
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

Post by Sylvain_07 »

If I use alsa : sound are very bad quality :

sizzle, echo ....
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

Post by Sylvain_07 »

Up!!!

i on civilization sound is very bad,

but witch all other games or program in wine i have no sound :

my sound card is one sound blaster audigy : CA0106

I have good sound in ubuntu Lucid

:cry: :cry: :cry: :cry:
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

Post by Sylvain_07 »

On my terminal I see :

[00000622] aout_directx audio output warning: cannot create a direct sound device
[00000622] aout_directx audio output error: cannot initialize DirectSound
[00000622] aout_directx audio output debug: closing audio device
[00000622] waveout audio output warning: waveOutOpen failed WAVERR_BADFORMAT
[00000622] waveout audio output warning: waveOutOpen failed WAVERR_BADFORMAT
[00000622] waveout audio output warning: waveOutOpen failed WAVERR_BADFORMAT
[00000622] waveout audio output warning: waveOutOpen failed WAVERR_BADFORMAT
[00000622] main audio output debug: using audio output module "dummy"
[00000622] main audio output debug: output 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
[00000622] main audio output debug: mixer 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
[00000622] main audio output debug: no need for any filter
[00000622] main audio output debug: looking for audio mixer module: 3 candidates
[00000622] main audio output debug: using audio mixer module "trivial_mixer"
[00000622] main audio output debug: input 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
[00000622] main audio output debug: filter(s) 'fl32'->'fl32' 52800 Hz->48000 Hz Stereo->Stereo
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

Post by Sylvain_07 »

And :

err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1824d8,0x182a30): stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ed30,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f268,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f274,0x00000000), stub!
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Lets go to basics Sylvain_07

run winecfg then go to audio tab press make sure alsa alone is selected then try test sound do you get sound. If not alsa config is most likely off.

Next on the bottom of that page look at directsound. There is a hardware accelerated with full and emulation options. emulation is the most dependable. With Full on alsa tries to off load to sound card where esound would not. Esound forced emulation mode on because it provides no access to hardware. This could be the issue. A setting you have never need to set.
Sylvain_07
Level 2
Level 2
Posts: 20
Joined: Mon Feb 01, 2010 8:21 am

Post by Sylvain_07 »

i have solved my problem :

i have upgraded native alsa 1.021 ubuntu lucid to alsa 1.023.
Hugorm
Newbie
Newbie
Posts: 1
Joined: Sun Jun 06, 2010 11:37 am

Post by Hugorm »

i fix my soundproplem by install PulseAudio driver into wine from here

"https://launchpad.net/~neil-aldur/+archive/ppa"

run
sudo add-apt-repository ppa:neil-aldur/ppa

then
sudo apt-get update

then i run
update manager

and i got sound
Locked