Hi all, this is the first time i have a problem with lutris. Updated my system using “sudo pacman -Syu” and rebooted my machine. Now lutris wont launch at all, and there is no error messages in the terminal. Just a cursor and nothing else. Same thing happends if i try lutris -d.
Version im running after update is “5.5.4-arch1-1 #1 SMP PREEMPT Sat, 15 Feb 2020 00:36:29 +0000 x86_64 GNU/Linux”
Anyone else has this problem or have any clue what could have happend?
Hi,
I faced the same issue. There has been a gtk3 update -.^
Hey, I just downgraded gtk3 with this command and it works
sudo pacman -U /var/cache/pacman/pkg/gtk3-1:3.24.13-1-x86_64.pkg.tar.xz
It is a dirty workaround, but I hope they will fix it next version
worked for me too thanks!
Dirty workaround indeed, but it did the job. Thanks alot!
Was also having this problem, this worked, thanks for the help!
neilsimp1
I edited
/usr/lib64/python3.8/site-packages/lutris/gui/views/store.py
, changedGtk.TreeModelSort.sort_new_with_model
toGtk.TreeModelSort.new_with_model
, and it’s opening up again just fine.
Worked for me, Lutris is oening again!
This worked for me. Tanks!
neilsimp1
I edited
/usr/lib64/python3.8/site-packages/lutris/gui/views/store.py
, changedGtk.TreeModelSort.sort_new_with_model
toGtk.TreeModelSort.new_with_model
, and it’s opening up again just fine.
Yep this worked for me also. Thank you.
Hi,
Lutris got fixed today. There is no workaround needed anymore.
Thank you Strider