http://bugs.winehq.org/show_bug.cgi?id=30112
Fernando Martins fernando@cmartins.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando@cmartins.nl
--- Comment #6 from Fernando Martins fernando@cmartins.nl 2012-03-31 09:26:02 CDT --- I can confirm with 1.5.1. However, I have an alsa plugins version older than required and I see the backtrace (which seems to be the same as OP's) dies in some dsound function:
Backtrace: =>0 0x200b3ee7 DSOUND_timer+0xe7(timerID=0x1, msg=0, dwUser=0x77f8da0, dw1=0, dw2=0) [/home/nando/wine-git/dlls/dsound/mixer.c:809] in dsound (0x083ee9b8) 1 0x685baf9f TIME_MMSysTimeThread+0x27e(arg=0x685a0000) [/home/nando/wine-git/dlls/winmm/time.c:181] in winmm (0x083eea48) 2 0x7bc6f5c0 call_thread_func_wrapper+0xb() in ntdll (0x083eea58) 3 0x7bc6f7fd call_thread_func+0x7c(entry=0x685bad20, arg=0x685a0000, frame=0x83eeb48) [/home/nando/wine-git/dlls/ntdll/signal_i386.c:2532] in ntdll (0x083eeb28) 4 0x7bc6f59e call_thread_entry_point+0x11() in ntdll (0x083eeb48) 5 0x7bc79355 start_thread+0xf4(info=0x7ffccfb8) [/home/nando/wine-git/dlls/ntdll/thread.c:405] in ntdll (0x083ef398) 6 0x68163cc9 start_thread+0xd8() in libpthread.so.0 (0x083ef498) 0x200b3ee7 DSOUND_timer+0xe7 [/home/nando/wine-git/dlls/dsound/mixer.c:809] in dsound: movl 0x0(%eax),%edx 809 hr = IAudioClock_GetFrequency(device->clock, &clock_freq);