Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [andre@arch ~]$ lutris
  2. 2019-10-18 16:08:10,245: Running Lutris 0.5.3
  3. 2019-10-18 16:08:10,245: Using X.Org
  4. 2019-10-18 16:08:10,245: Running Mesa driver 19.2.1 on Radeon RX 580 Series (POLARIS10, DRM 3.33.0, 5.3.7-arch1-1-ARCH, LLVM 9.0.0) (0x67df)
  5. 2019-10-18 16:08:10,246: GPU: 1002:67DF 1DA2:E366 using amdgpu drivers
  6. 2019-10-18 16:08:10,277: Vulkan is supported
  7. 2019-10-18 16:08:10,278: Updating DXVK versions
  8. 2019-10-18 16:08:10,442: Unable to load icon from image /home/andre/.cache/lutris/user.png
  9. Traceback (most recent call last):
  10. File "/usr/lib/python3.7/site-packages/lutris/gui/application.py", line 173, in do_activate
  11. self.window = LutrisWindow(application=self)
  12. File "/usr/lib/python3.7/site-packages/lutris/gui/lutriswindow.py", line 133, in __init__
  13. self.game_panel = GenericPanel(application=self.application)
  14. File "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 44, in __init__
  15. self.place_content()
  16. File "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 73, in place_content
  17. self.put(self.get_user_info_box(), 48, 16)
  18. File "/usr/lib/python3.7/site-packages/lutris/gui/views/generic_panel.py", line 128, in get_user_info_box
  19. user_info = json.load(user_info_file)
  20. File "/usr/lib/python3.7/json/__init__.py", line 296, in load
  21. parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
  22. File "/usr/lib/python3.7/json/__init__.py", line 348, in loads
  23. return _default_decoder.decode(s)
  24. File "/usr/lib/python3.7/json/decoder.py", line 337, in decode
  25. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  26. File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode
  27. raise JSONDecodeError("Expecting value", s, err.value) from None
  28. json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  29. 2019-10-18 16:08:10,893: Updating D9VK versions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement