Errores de DLL al intentar ejecutar pokerstars a través de Wine

Errores de DLL al intentar ejecutar pokerstars a través de Wine

Yo uso arch linux. Instalé Wine, descargué el instalador de Windows de PokerStars. Pareció instalarse bien, pero cuando intento abrirlo aparece el siguiente error:

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

Respuesta1

Acabo de solucionar el mismo error al ejecutar Manjaro con I3wm.

Para corregir los errores de DLL designados, instale las siguientes dependencias:

 sudo pacman -S lib32-openal openal

información relacionada