You are not logged in.
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
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
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
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
PSA: League of Legends will stop working in Linux in the near future. Link
Offline
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