El Foro

Crashes when installing Directx9 components

Autor Respuestas
DeCoi Saturday 6 August 2016 at 19:29
DeCoiAnonymous

Playonlinux crashes when installing Directx9 components...

Lenovo e540 laptop, running manjaro linux (64bit) trying to install League of Legends (however when creating a drive seperate from LoL the same thing happens)

In terminal i get this:

fixme:sfc:SRSetRestorePointA 0x33fa40 0x5a9624
fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
err:setupapi:do_file_copyW Unsupported style(s) 0x144
fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.25"
err:module:load_builtin_dll failed to load .so lib for builtin L"XAudio2_0.dll": libopenal.so.1: cannot open shared object file: No such file or directory
[POL_Wine] Error: Wine seems to have crashed

kind regards,
DeCoi

Editado por: DeCoi

DeCoi Sunday 7 August 2016 at 1:00
DeCoiAnonymous

ok...not sure how but after a bit of messing around i manager to get it installed...now the next problem.

 

it will not start correctly. When i try to run it i see some new processes in the Process manager but nothing apears and the processes end after maybe 5seconds...whe run from terminal i get thsi:

/usr/share/playonlinux/playonlinux --run "League of Legends" %F
Looking for python... 3.5.2 - skipped
Looking for python2.7... 2.7.12 - wxversion(s): 3.0-gtk2
selected
[main] Message: PlayOnLinux (4.2.10) is starting
[clean_tmp] Message: Cleaning temp directory
Script started /home/decoi/.PlayOnLinux/shortcuts/League of Legends

(wrapper.py:25657): Gtk-CRITICAL **: IA__gtk_window_resize: assertion 'width > 0' failed
[POL_System_CheckFS] Message: Checking filesystem for lol.launcher.admin.exe
[POL_Wine] Message: Running wine-1.9.2-LeagueOfLegends5 lol.launcher.admin.exe %F (Working directory : /home/decoi/.PlayOnLinux/wineprefix/LeagueOfLegends/drive_c/Riot Games/League of Legends)
[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
[POL_Wine] Message: Wine return: 0

 

DeCoi Monday 8 August 2016 at 10:23
DeCoiAnonymous

Installed wine-staging + winetricks + wine-gecko + wine-mono

downloaded the installer from the LoL website

sudo pacman -S openal lib32-openal

then minstalled with wine and let it update

then run these 2:
$ WINEARCH=win32 WINEPREFIX=$HOME/.wine32 winetricks d3dx9 vcrun2005 wininet corefonts adobeair ie8
$ WINEARCH=win32 WINEPREFIX=$HOME/.wine32 winecfg

and we are sorted
The shop (to buy toons and skins, etc) is working...which it wasnt when installing with Playonlinux

kind regards,
DeCoi