You are not logged in.

#1 2024-01-21 17:14:15

Inu_Tokisaki
Member
Registered: 2024-01-21
Posts: 10

[SOLVED] Cannot install League Of Legends using Lutris

Hey guys, Arch newbie here, I just tried to install LOL using Lutris and even tho I managed to fixed some issues I got stuck here.
This is the error that Lutris gives me:

 Failed to execute process '/home/$USER/.local/share/lutris/runners/wine/wine-ge-lol-8-27-x86_64/bin/wine /home/$USER/Games/league-of-legends/drive_c/windows/explorer.exe /home/$USER/.cache/lutris/installer/league-of-legends/lol_installer/live.eune.exe'. Check that the file exists 

And this is the output that terminal gives me while using

 sudo sh -c 'sysctl -w abi.vsyscall32=0' && lutris 

:

 abi.vsyscall32 = 0
2024-01-21 17:54:15,250: Starting Lutris 0.5.16
2024-01-21 17:54:15,252: Running Intel Mesa driver 23.3.3 on Mesa Intel(R) Graphics (ADL-N) (0x46d1)
2024-01-21 17:54:15,252: GPU: 8086:46D1 103C:8BB8 (i915 drivers)
2024-01-21 17:54:21,733: Runner <lutris.runners.wine.wine object at 0x702ebdb47f90> needs to be installed
2024-01-21 17:54:21,733: Getting runner information for wine (version: wine-ge-8-25-x86_64)
2024-01-21 17:59:16,194: Download completed
2024-01-21 17:59:16,194: All files available
2024-01-21 17:59:16,195: All files are available, continuing install
2024-01-21 17:59:16,199: Launching installer commands
2024-01-21 17:59:19,785: Creating a win64 prefix in /home/$USER/Games/league-of-legends
2024-01-21 17:59:19,785: No wineboot executable found in /home/$USER/.local/share/lutris/runners/wine/wine-ge-lol-8-27-x86_64/bin/wine, your wine installation is most likely broken
2024-01-21 17:59:19,886: Creating a win64 prefix in /home/$USER/Games/league-of-legends
2024-01-21 17:59:19,886: No wineboot executable found in /home/$USER/.local/share/lutris/runners/wine/wine-ge-lol-8-27-x86_64/bin/wine, your wine installation is most likely broken
2024-01-21 17:59:19,903: No valid prefix detected in /home/$USER/Games/league-of-legends, creating one...
2024-01-21 17:59:19,903: Creating a win64 prefix in /home/$USER/Games/league-of-legends
2024-01-21 17:59:25,743: win64 Prefix created in /home/$USER/Games/league-of-legends
2024-01-21 17:59:25,790: Accessing game config while runner wasn't given one.
2024-01-21 17:59:25,790: Accessing game config while runner wasn't given one.
2024-01-21 17:59:25,790: The game doesn't have an executable
Failed to execute process '/home/$USER/.local/share/lutris/runners/wine/wine-ge-lol-8-27-x86_64/bin/wine /home/$USER/Games/league-of-legends/drive_c/windows/explorer.exe /home/$USER/.cache/lutris/installer/league-of-legends/lol_installer/live.eune.exe'. Check that the file exists
2024-01-21 17:59:25,881: No file /tmp/lutris-7cf69f4b-7edc-4e01-b81d-b962644af95d
2024-01-21 17:59:26,793: Command exited with code 
2024-01-21 17:59:26,793: Error handling timeout function: Command exited with code 
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
    return handler(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/lutris/installer/commands.py", line 443, in _monitor_task
    raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 

I guess there's some issue with wine but I cannot find out what's the problem is.

Last edited by Inu_Tokisaki (2024-01-23 19:33:03)

Offline

#2 2024-01-21 23:29:00

nbqr
Member
Registered: 2013-06-27
Posts: 14

Re: [SOLVED] Cannot install League Of Legends using Lutris

Have you followed the suggestions in the error messages? That is, have you verified that the files reported as missing exist?
It strikes me as unusual that $USER appears in the output, in most cases it would show your actual user name.
Can you install other games with Lutris, or run Windows programs with wine?

By the way, you need to use code blocks to enclose the output.

Offline

#3 2024-01-22 10:09:38

Inu_Tokisaki
Member
Registered: 2024-01-21
Posts: 10

Re: [SOLVED] Cannot install League Of Legends using Lutris

nbqr wrote:

Have you followed the suggestions in the error messages? That is, have you verified that the files reported as missing exist?
It strikes me as unusual that $USER appears in the output, in most cases it would show your actual user name.
Can you install other games with Lutris, or run Windows programs with wine?

By the way, you need to use code blocks to enclose the output.


The two .exe's work but for some reason Lutris creates only wine-ge-8-25-x86_64 instead of wine-ge-lol-8-27-x86_64 and I don't know where I can get the wine-ge-lol folder that I need for that.

Offline

#4 2024-01-22 10:22:56

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] Cannot install League Of Legends using Lutris

Inu_Tokisaki wrote:

wine-ge-lol-8-27-x86_64 and I don't know where I can get the wine-ge-lol folder that I need for that.

Re-install desired runner from within Lutris built-in Runners Manager.
Alternatively, if you're in needs of Glorious Eggroll's custom wine, please have a look at its instructions: https://github.com/GloriousEggroll/wine … stallation


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2024-01-22 13:30:42

icar
Member
From: Catalunya
Registered: 2020-07-31
Posts: 456

Re: [SOLVED] Cannot install League Of Legends using Lutris

PSA: League of Legends will stop working in Linux in the near future. Link

Offline

#6 2024-01-22 17:35:55

Inu_Tokisaki
Member
Registered: 2024-01-21
Posts: 10

Re: [SOLVED] Cannot install League Of Legends using Lutris

d.ALT wrote:
Inu_Tokisaki wrote:

wine-ge-lol-8-27-x86_64 and I don't know where I can get the wine-ge-lol folder that I need for that.

Re-install desired runner from within Lutris built-in Runners Manager.
Alternatively, if you're in needs of Glorious Eggroll's custom wine, please have a look at its instructions: https://github.com/GloriousEggroll/wine … stallation

I didn't know you can install specific runners from Lutris but after dealing with couple of other issues I managed to get the game running. Thank you very much.

Offline

Board footer

Powered by FluxBB