Advertisement
Brutico

Lutris -d

Dec 29th, 2019
817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. lutris -d
  2. INFO 2019-12-29 12:10:02,024 [application.do_command_line:225]:Running Lutris 0.5.4
  3. INFO 2019-12-29 12:10:02,025 [startup.check_driver:55]:Using NVIDIA drivers 440.44 for x86_64
  4. INFO 2019-12-29 12:10:02,025 [startup.check_driver:60]:GPU: GeForce GTX 1080
  5. INFO 2019-12-29 12:10:02,026 [startup.check_driver:79]:GPU: 10DE:1B80 19DA:0426 using nvidia drivers
  6. INFO 2019-12-29 12:10:02,062 [startup.check_vulkan:132]:Vulkan is supported
  7.  
  8. Traceback (most recent call last):
  9. File "/usr/lib64/python3.6/site-packages/lutris/gui/application.py", line 173, in do_activate
  10. self.window = LutrisWindow(application=self)
  11. File "/usr/lib64/python3.6/site-packages/lutris/gui/lutriswindow.py", line 102, in __init__
  12. self.game_store = self.get_store()
  13. File "/usr/lib64/python3.6/site-packages/lutris/gui/lutriswindow.py", line 321, in get_store
  14. self.show_installed_first,
  15. File "/usr/lib64/python3.6/site-packages/lutris/gui/views/store.py", line 133, in __init__
  16. self.modelsort = Gtk.TreeModelSort.sort_new_with_model(self.modelfilter)
  17. AttributeError: type object 'TreeModelSort' has no attribute 'sort_new_with_model'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement