OS: archlinux
After upgrading alsa-lib from 1.2.9 to 1.2.10, wine apps crash on startup. (I have tried two: PokerStars and VLC). Below example of VLC app crashing:
Code: Select all
$ wine vlc.exe
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
free(): invalid pointer
unhandled vlc exception
I'm not sure if this is a alsa-lib issue because I didn't spot any malfunction with sound or other linux applications, except WINE apps.