嘗試透過 wine 執行 pokerstars 時出現 Dll 錯誤

嘗試透過 wine 執行 pokerstars 時出現 Dll 錯誤

我用的是arch Linux。我安裝了 wine,下載了 pokerstars windows 安裝程式。它似乎安裝得很好,但是當我嘗試打開它時,出現以下錯誤:

0108:err:module:load_so_dll failed to load .so lib "/usr/lib32/wine/openal32.dll.so": libopenal.so.1: cannot open shared object file: No such file or directory
0108:err:module:import_dll Loading library OpenAL32.dll (which is needed by L"C:\\Program Files\\PokerStars.NET\\libcocos2d.dll") failed (error c000007a).
0108:err:module:import_dll Library libcocos2d.dll (which is needed by L"C:\\Program Files\\PokerStars.NET\\PokerStarsOpenGl.exe") not found
0108:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\PokerStars.NET\\PokerStarsOpenGl.exe" failed, status c0000135
0110:err:module:load_so_dll failed to load .so lib "/usr/lib32/wine/openal32.dll.so": libopenal.so.1: cannot open shared object file: No such file or directory
0110:err:module:import_dll Loading library OpenAL32.dll (which is needed by L"C:\\Program Files\\PokerStars.NET\\libcocos2d.dll") failed (error c000007a).
00fc:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub
0110:err:module:import_dll Library libcocos2d.dll (which is needed by L"C:\\Program Files\\PokerStars.NET\\PokerStars.exe") not found
0110:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\PokerStars.NET\\PokerStars.exe" failed, status c0000135

答案1

我剛剛修復了使用 I3wm 在 Manjaro 上運行的相同錯誤。

若要修復指定的 DLL 錯誤,請安裝下列相依性:

 sudo pacman -S lib32-openal openal

相關內容