* Wine failures with Alsa 1.0.0rc1
@ 2003-12-04 12:56 Mark Knecht
2003-12-04 13:21 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Mark Knecht @ 2003-12-04 12:56 UTC (permalink / raw)
To: Alsa-Devel
** Thu Dec 4 04:41:38 2003
Starting '/opt/cxoffice/bin/wineloader' '--'
'winepath.exe' '--long' '--'
'/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe'
Argument conversion:
[/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe]
-> [C:\SIERRA\CAESAR3DEMO\c3.exe]
Command:
/opt/cxoffice/bin/wineloader winewrapper.exe cxoffice --
C:\SIERRA\CAESAR3DEMO\c3.exe
** Thu Dec 4 04:41:38 2003
Starting '/opt/cxoffice/bin/wineloader' 'winewrapper.exe' 'cxoffice'
'--'
'C:\SIERRA\CAESAR3DEMO\c3.exe'
fixme:imm:ImmAssociateContext ((nil), 0x404c3350): semi-stub
fixme:imm:ImmAssociateContext ((nil), 0x404c2e20): semi-stub
fixme:imm:ImmAssociateContext ((nil), 0x40502838): semi-stub
err:module:BUILTIN32_LoadLibraryExA failed to load .so lib for builtin
winealsa.drv: /opt/cxoffice/lib/wine/winealsa.drv.so: undefined symbol:
snd_pcm_playback_drain
err:module:NE_LoadBuiltinModule failed to load .so lib for 16-bit
builtin winealsa.drv: /opt/cxoffice/lib/wine/winealsa.drv.so: undefined
symbol: snd_pcm_playback_drain
bash-2.05b$
>From the Wine config file:
; Uncomment the "Drivers" line matching your sound setting.
;"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Wine failures with Alsa 1.0.0rc1
2003-12-04 12:56 Wine failures with Alsa 1.0.0rc1 Mark Knecht
@ 2003-12-04 13:21 ` Takashi Iwai
2003-12-04 14:49 ` Mark Knecht
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2003-12-04 13:21 UTC (permalink / raw)
To: Mark Knecht; +Cc: Alsa-Devel
At Thu, 04 Dec 2003 04:56:00 -0800,
Mark Knecht wrote:
>
> ** Thu Dec 4 04:41:38 2003
> Starting '/opt/cxoffice/bin/wineloader' '--'
> 'winepath.exe' '--long' '--'
> '/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe'
>
> Argument conversion:
> [/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe]
> -> [C:\SIERRA\CAESAR3DEMO\c3.exe]
> Command:
> /opt/cxoffice/bin/wineloader winewrapper.exe cxoffice --
> C:\SIERRA\CAESAR3DEMO\c3.exe
>
> ** Thu Dec 4 04:41:38 2003
> Starting '/opt/cxoffice/bin/wineloader' 'winewrapper.exe' 'cxoffice'
> '--'
> 'C:\SIERRA\CAESAR3DEMO\c3.exe'
>
> fixme:imm:ImmAssociateContext ((nil), 0x404c3350): semi-stub
> fixme:imm:ImmAssociateContext ((nil), 0x404c2e20): semi-stub
> fixme:imm:ImmAssociateContext ((nil), 0x40502838): semi-stub
> err:module:BUILTIN32_LoadLibraryExA failed to load .so lib for builtin
> winealsa.drv: /opt/cxoffice/lib/wine/winealsa.drv.so: undefined symbol:
> snd_pcm_playback_drain
> err:module:NE_LoadBuiltinModule failed to load .so lib for 16-bit
> builtin winealsa.drv: /opt/cxoffice/lib/wine/winealsa.drv.so: undefined
> symbol: snd_pcm_playback_drain
it's a very old symbol used only in ALSA 0.5.x.
most likely the detection code in wine is broken, typically checking
only SND_MINOR_VERSION and not checking SND_MAJOR_VERSION.
if so, the wine driver believes that it's a 0.5.x, since the minor
version is 0 now.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Wine failures with Alsa 1.0.0rc1
2003-12-04 13:21 ` Takashi Iwai
@ 2003-12-04 14:49 ` Mark Knecht
0 siblings, 0 replies; 3+ messages in thread
From: Mark Knecht @ 2003-12-04 14:49 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alsa-Devel
>
> it's a very old symbol used only in ALSA 0.5.x.
> most likely the detection code in wine is broken, typically checking
> only SND_MINOR_VERSION and not checking SND_MAJOR_VERSION.
> if so, the wine driver believes that it's a 0.5.x, since the minor
> version is 0 now.
>
>
> Takashi
Thanks Takashi. I'm running Codeweavers Crossover Office, so I'll pass this
on to them first. Possibly I'll also try Transgaming's version of Wine which
is likely newer and more up to date.
- Mark
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-12-04 14:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-04 12:56 Wine failures with Alsa 1.0.0rc1 Mark Knecht
2003-12-04 13:21 ` Takashi Iwai
2003-12-04 14:49 ` Mark Knecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.