http://bugs.winehq.org/show_bug.cgi?id=23875
--- Comment #11 from sleijeri@gmail.com 2011-05-02 15:51:42 CDT --- (In reply to comment #8)
ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
This doesn't look right, are you sure you installed lib32asound2 properly?
fixme:dbghelp:addr_to_linear Failed to linearize address 117f:ffd0 (mode 0) fixme:dbghelp:addr_to_linear Failed to linearize address 1157:ffd0 (mode 0) fixme:dbghelp:addr_to_linear Failed to linearize address 1167:ffd0 (mode 0) fixme:dbghelp:addr_to_linear Failed to linearize address 114f:ffd0 (mode 0)
Never seen those... could be a dbghelp issue; cc eric.
Ya true. I had lib32-alsa-plugins package missing from arch. But that didnt fix the crash. Im not using either way pulse-audio so...(In reply to comment #10)
--- from log --- wine: Call from 0x7bc4a718 to unimplemented function msvcrt.dll._snwprintf_s, aborting
please try to run with builtin msvcrt DLL instead of builtin
(the fail to linearize errors are more a symptom than a cause... dbghelp thinks it gets call to 16bit code, which I don't believe it's the case for WoW. so the stack has likely been thrashed. it has to be investigated to know why)
A+
Didnt work any better with builtin or native. I can paste dbg-msg from either if it helps to debug.