You are not logged in.
Hello community. I got problems with starting League of Legends. I installed LOL via PlayonLinux - I used to play this game on my Ubuntu few months ago and there were no problems.
I got my Arch Linux installed for a week. I am mainly Java and jQuery programmer, but I also like playing League of Legends.
I got 64bit OS and multiple graphic cards (bumblebee works, its ok).
THE PROBLEM is no sound and it keeps crashing after login screen.
Looking for python... 3.4.2 - skipped
Looking for python2.7... 2.7.9 - selected
[main] Message: PlayOnLinux (4.2.5) is starting
[clean_tmp] Message: Cleaning temp directory
Script started /home/flawlezz/.PlayOnLinux/shortcuts/League of Legends
[POL_System_CheckFS] Message: Checking filesystem for lol.launcher.admin.exe
[POL_Wine] Message: Running wine-1.7.33-LeagueOfLegends2 lol.launcher.admin.exe %F (Working directory : /home/flawlezz/.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-W … ilder.html
[POL_Wine] Message: Wine return: 0
[flawlezz@flawlezz-pc ~]$ p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
.0.1.126/deploy//LolClient.exe: http.c:2739: read_more_chunked_data: Assertion `!stream->end_of_data' failed.
wine: Assertion failed at address 0xf7700bf0 (thread 0009), starting debugger.AND IT CRASHES AFTER LOGIN
League of Legends updater works then I press button "START", type my nickname and password and then I log in and It always crashes.
Also tried "optirun..", but errors errors and keep crashing.
What I have installed.
lib32-libldap, lib32-lcms2, libgcrypt, lib32-alsa-lib, lib32-gnutls , lib32-libpulse , I followed wiki of Arch Linux, article League of Legends.
Please, Help me!
Thank you so much!
Regards,
FlaWleZz.
Last edited by flawlezz (2015-01-25 17:03:27)
Offline
$ pkgfile -s libasound_module_pcm_pulse.so
extra/alsa-plugins
multilib/lib32-alsa-plugins
$ pkgfile -s gnome-keyring-pkcs11.so
extra/gnome-keyringYou'll need lib32-alsa-plugins installed and if the missing /usr/lib32/pkcs11/gnome-keyring-pkcs11.so is a show stopper you'll need a 32bit gnome-keyring which is probably in the AUR.
HTH, welcome to Arch ![]()
Last edited by smudge (2015-01-26 03:41:44)
Offline
$ pkgfile -s libasound_module_pcm_pulse.so extra/alsa-plugins multilib/lib32-alsa-plugins $ pkgfile -s gnome-keyring-pkcs11.so extra/gnome-keyringYou'll need lib32-alsa-plugins installed and if the missing /usr/lib32/pkcs11/gnome-keyring-pkcs11.so is a show stopper you'll need a 32bit gnome-keyring which is probably in the AUR.
HTH, welcome to Arch
It's already installed. The same output as yours. ![]()
The problem is still not fixed. Please help me.
Thanks.
Offline
Your pkgfile output should be the same as mine, it just searches the package databases not your installed packages.
What's your output from pacman -Qs alsa-plugins and pacman -Qs gnome-keyring?
Offline
This is a known problem with playonlinux builds in conjunction with pulseaudio 5.0, you can get around it by starting playonlinux builds manually by setting the correct environment variables before starting the game, also look at my post (and the general discussion in this thread) on how to do that: https://bbs.archlinux.org/viewtopic.php … 8#p1463368
That said, you will get better results if you use standard wine (with a 32bit prefix) and follow the advice in step 4 here: https://appdb.winehq.org/objectManager. … ngId=86939
Offline