http://bugs.winehq.org/show_bug.cgi?id=3950
------- Additional Comments From cus@fazekas.hu 2005-28-11 11:56 ------- I think i've found it.
I was wrong in the bug description, and it is function wine_dll_get_owner that fails silently for me, because there is no sound.dll.so symlink.
It worked for saulius, because he probably had this symlink from a previus wine compile.
But wine itself and the make procedure does not create it, it creates only the sound.drv.so symlink, but it's useless here, since wine wants to load sound.dll.
So a possible fix for this bug is to create not just a sound.drv.so but also a sound.dll.so symlink.