League of Legends critical error

Hi guys , I need your help. League of legends is installing it starts running but evri time i whant to jump in a match i get “Critical Error” .
I have installed all the dependencies possible and i am using lutris-ge-lol-7.0.2
I use Pop OS 22.04
41f4945d1ac472f4385aaecf4fe624f28293ed36

1 Like

Hi! I installed league last night and had the same error and I did some poking around and found that if you start Lutris from the console using this command it works with no issues: sudo sh -c ‘sysctl -w abi.vsyscall32=0’ && lutris

Hope this helps!

1 Like

Thank you for answering my question , but all i get from this is " ‘sysctl: not found
" . Any ideea?

1 Like

I executed it with sudo sysctl -w abi.vsyscall32=0 && lutris and it worked on Manjaro

1 Like

This one (sysctl -w abi.vsyscall32=0 && lutris) workt thank you so much!

Little followup on this one:

on Arch the file for the variable abi.vsyscall32=0 is either:
/etc/sysctl.conf
or
/etc/sysctl.d/99-sysctl.conf

add the variable and reload with:
sudo sysctl -p