Lutris wont run since update Arch

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?

1 Like

Hi,

I faced the same issue. There has been a gtk3 update -.^

4 Likes

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

3 Likes

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, changed Gtk.TreeModelSort.sort_new_with_model to Gtk.TreeModelSort.new_with_model, and it’s opening up again just fine.

Worked for me, Lutris is oening again!

1 Like

This worked for me. Tanks! :slightly_smiling_face:

neilsimp1

I edited /usr/lib64/python3.8/site-packages/lutris/gui/views/store.py, changed Gtk.TreeModelSort.sort_new_with_model to Gtk.TreeModelSort.new_with_model, and it’s opening up again just fine.

Yep this worked for me also. Thank you. :grinning:

Hi,
Lutris got fixed today. There is no workaround needed anymore. :smiley:
Thank you Strider :stuck_out_tongue:

1 Like