http://bugs.winehq.org/show_bug.cgi?id=28693
Bug #: 28693 Summary: Old version Bass.dll fails to load Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: jiashulu@gmail.com Classification: Unclassified
I have trouble playing an old game which uses the audio library Bass.dll.
After typing "wine rpg.exe", nothing happens for a while and then an error occurs:
err:ntdll:RtlpWaitForCriticalSection section 0x7efec904 "/var/tmp/portage/app-emulation/wine-9999/work/wine-9999/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0028, blocked by 0009, retrying (60 sec)
It seems that Bass.dll calls to DirectSoundEnumerate in its Dllmain and something goes wrong.
An old version of Bass.dll can be downloaded from its homepage: http://www.un4seen.com/download.php?bass08 There are also some test programs for Bass.dll in the package above. They all fail to start under wine but work all right under windows.