After update lutris bugs out

Hi all it seem lutris buged out after latest update.
My specs are

Kernel: 5.4.0-3-amd64 x86_64 bits: 64 Desktop: Gnome 3.34.4 
Distro: Debian GNU/Linux bullseye/sid

> spazz@node804:~$ lutris -d
> INFO     2020-03-21 20:53:30,294 [application.do_command_line:222]:Running Lutris 0.5.0.1
> INFO     2020-03-21 20:53:30,295 [startup.check_driver:43]:Using NVIDIA drivers 440.64 for x86_64
> INFO     2020-03-21 20:53:30,295 [startup.check_driver:47]:GPU: GeForce GTX 970
> INFO     2020-03-21 20:53:30,295 [startup.check_driver:64]:GPU: 10DE:13C2 1458:367A using nvidia drivers
> INFO     2020-03-21 20:53:30,319 [startup.check_vulkan:87]:Vulkan is supported
> INFO     2020-03-21 20:53:30,320 [dxvk.get_dxvk_versions:24]:Updating DXVK versions
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/lutris/gui/application.py", line 175, in do_activate
>     self.window = LutrisWindow(application=self)
>   File "/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py", line 97, in __init__
>     self.game_store = self.get_store()
>   File "/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py", line 289, in get_store
>     self.show_installed_first,
>   File "/usr/lib/python3/dist-packages/lutris/gui/views/store.py", line 92, in __init__
>     self.modelsort = Gtk.TreeModelSort.sort_new_with_model(self.modelfilter)
> AttributeError: type object 'TreeModelSort' has no attribute 'sort_new_with_model'
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/lutris/gui/application.py", line 333, in do_command_line
>     self.window.present()
> AttributeError: 'NoneType' object has no attribute 'present'

any tips would be apreciated :slight_smile:

Sigh.
Maybe someone really should make a sticky topic about popular bugs or something…
I explained how to fix this several times in different threads; here’s one of them (and here’s the explanation).

1 Like

Thank you I will look into these post.