https://bugs.winehq.org/show_bug.cgi?id=38972 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://store.steampowered.c | |om/app/359950/ CC| |focht(a)gmx.net Component|-unknown |openal32 Summary|unimplemented function |Titan Souls Demo (Steam) |OpenAL32.dll.alGenFilters |crashes on unimplemented | |function | |OpenAL32.dll.alGenFilters Ever confirmed|0 |1 --- Comment #1 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, confirming. --- snip --- $ pwd /home/focht/wine-games/wineprefix-steam/drive_c/Program Files/Steam $ WINEDEBUG=+tid,+seh,+relay,+module,+openal32 wine ./steam.exe -applaunch 359950 -no-dwrite -allowdebug -nominidumps -nobreakpad -windowed >>log.txt 2>&1 ... 0053:trace:module:load_dll looking for L"OpenAL32.dll" in L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\Program Files\\Steam;C:\\Program Files\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\PhysX\\Common;" 0053:trace:module:get_load_order looking for L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\OpenAL32.dll" 0053:trace:module:get_load_order got hardcoded default for L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\OpenAL32.dll" 0053:trace:module:load_builtin_dll Trying built-in L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\OpenAL32.dll" ... 0053:trace:module:load_builtin_callback loaded openal32.dll 0x120e18 0x7e6a0000 0053:Call PE DLL (proc=0x7e6a904c,module=0x7e6a0000 L"openal32.dll",reason=WINE_PREATTACH,res=(nil)) 0053:Ret PE DLL (proc=0x7e6a904c,module=0x7e6a0000 L"openal32.dll",reason=WINE_PREATTACH,res=(nil)) retval=1 0053:trace:module:load_dll Loaded module L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\OpenAL32.dll" (builtin) at 0x7e6a0000 0053:warn:module:import_dll No implementation for OpenAL32.dll.alFilterf imported from L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\TITAN.exe", setting to 0x240000 0053:warn:module:import_dll No implementation for OpenAL32.dll.alFilteri imported from L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\TITAN.exe", setting to 0x24000f 0053:warn:module:import_dll No implementation for OpenAL32.dll.alGenFilters imported from L"C:\\Program Files\\Steam\\SteamApps\\common\\Titan Souls Demo\\TITAN.exe", setting to 0x24001e ... --- snip --- Tidbit: the game uses OpenGL On my system it crashes even before getting OpenAL up, due to Mesa/Nouveau insufficiencies (I'll create a separate bug for that). $ wine --version wine-1.7.47-196-g4e6e9a1 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.