Fix Lutris stuck on "Lutris is starting" problem on linux
For a lot of time many users are facing some weird problem that lutris is stuck on lutris is starting problem. So i found many fixes. I hope any one of these work for you.
1.Remove and Reinstall wine
This method did a great job for most users. Here Wine creates a Mess with lutris so all you have to do is-
->Remove Wine Folder "rm -r ~/.wine"
->Uninstall and install Wine as per your distro.
->Create a 32bit wine prefix "WINEARCH=win32 WINEPRIFIX=~/.wine wine wineboot"
If this does not fix your problem move to next step.
2. Fix DXVK not Initialised
3.Remove Lutris Cache files-
3. Install "lutris-git" from aur
4. 32bit Architecture problem
NOTE:This method only works for debian based distros like debian, ubuntu, mx, mint etc.
when we try to force quit lutris a error message appears
"lutris was unable to find vulkan support for the i386 architecture this will prevent many games and program from working ecc"
if this is not the case for you this method won't work!
So if this message appears just type the following command and hit enter
"sudo dpkg --add-architecture i386 && sudo apt update && sudo apt full-upgrage"
5. Last and Final Fix
This is not a permanent fix but would not affect your lutris experience. So what you have to do is
->Close the "lutris is starting" window using ALT+F4
If you are lucky enough lutris window would open as usual. You have to do it every time you run lutris.
Comments
Post a Comment