http://bugs.winehq.org/show_bug.cgi?id=35477
--- Comment #4 from Artem S. Tashkinov t.artem@mailcity.com --- (In reply to comment #3)
Looks like your audio system is not properly configured. You could check with WINEDEBUG=+winmm
Hello!
$ WINEDEBUG=+winmm ./epsilon-final.exe trace:winmm:DllMain 0x7dec0000 0x1 (nil) fixme:storage:create_storagefile Storage share mode not implemented. fixme:iphlpapi:NotifyAddrChange (Handle 0xfde8e0, overlapped 0xfde8ec): stub trace:winmm:DllMain 0x7dec0000 0x0 0x1 trace:winmm:DllMain 0xb6e30000 0x1 (nil) err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x720x0 @60! (XRandR 1.2) trace:winmm:waveOutOpen (0x12e3837c, 4294967295, 0x32fe14, 30, 0, 00020008) trace:winmm:WINMM_StartDevicesThread Starting up devices thread err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded warn:winmm:WINMM_OpenDevice Initialize failed: 8889000f wine: Unhandled exception 0x80000003 in thread 9 at address 0x404e02 (thread 0009), starting debugger... 0x00404e02: int $3 Modules: Module Address Debug info Name (65 modules) ...
# lsof -n | grep snd goldendic 2241 user mem REG 8,2 427536 277346 /usr/lib/libsndfile.so.1.0.20 kmix 2248 user 10u CHR 116,7 0t0 106 /dev/snd/controlC0 kmix 2248 user 11u CHR 116,13 0t0 3904 /dev/snd/controlC1 kmix 2248 user 12u CHR 116,15 0t0 2616 /dev/snd/controlC2 firefox 2599 user mem REG 8,2 427536 277346 /usr/lib/libsndfile.so.1.0.20 chrome 2871 user mem REG 8,2 427536 277346 /usr/lib/libsndfile.so.1.0.20 skype 4270 skype mem REG 8,2 427536 277346 /usr/lib/libsndfile.so.1.0.20
Nothing is using audio here.
Probably I have to update wine here (I have 1.7.10 installed).