Hi everyone,
I'm running into some issues using Lutris, and I'd like resetting everything up to the initial config. Is there a proper way to uninstall them both and then reinstalling them?
I was facing a general error while trying to install League of Legends:
Exit with return code 256
I was reading that this could be anything, so it was preferable to reinstall everything.
I've tried with:
sudo rm -rf /var/lib/lutris
sudo rm -rf /var/lutris
sudo rm -rf /lutris
rm -rf ~/.config/lutris
sudo rm -rf /var/lib/wine
sudo rm -rf /var/wine
sudo rm -rf /wine
rm -rf ~/.config/wine
rm -rf ~/.wine
rm -rf ~/.lutris
sudo apt purge wine
sudo apt purge winetricks
sudo apt purge lutris
sudo apt autoremove
sudo apt install wine
sudo apt install winetricks
sudo apt install lutris
winecfg
This however has installed wine 6 (I previously had wine 8) and now I'm not even able to install the Epic Games launcher.
Additional info: I cannot even run games on Steam, they just hang on starting up.
Editing to add some context:
I have firstly noticed that this was the error:
Start monitoring process.
00bc:err:esync:esync_init Failed to open esync shared memory file; make sure no stale wineserver instances are running without WINEESYNC.
Monitored process exited.
Initial process has exited (return code: 256)
So I did disable ESYNC on Wine runner (via Lutris, after the whole reinstallation).
Then I had this error:
00c0:err:environ:run_wineboot boot event wait timed out
wine: could not load kernel32.dll, status c0000135
So I have removed .wine/ and I'm now getting:
Start monitoring process.
------------------------------------------------------
warning: Your version of wine is no longer supported upstream. You should upgrade to 7.x
------------------------------------------------------
grep: /home/bl4ckk/Games/epic-games-store/*.reg: File o directory non esistente
------------------------------------------------------
WINEPREFIX INFO:
Drive C: totale 12
drwxrwxr-x 3 bl4ckk bl4ckk 4096 ott 11 21:35 .
drwxrwxr-x 3 bl4ckk bl4ckk 4096 ott 11 21:35 ..
drwxrwxr-x 3 bl4ckk bl4ckk 4096 ott 11 21:35 users
Registry info:
/home/bl4ckk/Games/epic-games-store/*.reg:
------------------------------------------------------
------------------------------------------------------
warning: /home/bl4ckk/.local/share/lutris/runners/wine/wine-ge-8-17-x86_64/bin/wine cmd.exe /c echo '%AppData%' returned empty string, error message "/home/bl4ckk/.local/share/lutris/runners/wine/wine-ge-8-17-x86_64/bin/wine: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/bl4ckk/.local/share/lutris/runners/wine/wine-ge-8-17-x86_64/bin/wine)"
------------------------------------------------------
Monitored process exited.
Initial process has exited (return code: 256)
All processes have quit
Exit with return code 256
DEBUG 2023-10-11 21:44:13,309 [command.on_stop:195]:Process 65210 has terminated with code 256
DEBUG 2023-10-11 21:44:13,808 [commands._monitor_task:449]:Return code: 256
ERROR 2023-10-11 21:44:13,809 [errors.__init__:18]:Command exited with code 256
And I'm still there.