Advertisement
Rioku

Lutris error log

Jun 4th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. lutris
  2.  
  3. (lutris:15733): Gtk-WARNING **: Theme parsing error: gtk.css:2310:25: The style property GtkPaned:handle-size is deprecated and shouldn't be used anymore. It will be removed in a future version
  4.  
  5. (lutris:15733): Gtk-WARNING **: Theme parsing error: gtk.css:2310:25: The style property GtkPaned:handle-size is deprecated and shouldn't be used anymore. It will be removed in a future version
  6. INFO 2017-06-04 23:10:50,854 [lutriswindow]:Connected to lutris.net as Riokei
  7. ERROR 2017-06-04 23:10:51,246 [sql]:SQL query 'select * from games WHERE {} in (?)' failed. 4 retries remaining
  8. ERROR 2017-06-04 23:10:51,247 [sql]:unrecognized token: "{"
  9. ERROR 2017-06-04 23:10:52,248 [sql]:SQL query 'select * from games WHERE {} in (?)' failed. 3 retries remaining
  10. ERROR 2017-06-04 23:10:52,249 [sql]:unrecognized token: "{"
  11. ERROR 2017-06-04 23:10:53,250 [sql]:SQL query 'select * from games WHERE {} in (?)' failed. 2 retries remaining
  12. ERROR 2017-06-04 23:10:53,251 [sql]:unrecognized token: "{"
  13. ERROR 2017-06-04 23:10:54,253 [sql]:SQL query 'select * from games WHERE {} in (?)' failed. 1 retries remaining
  14. ERROR 2017-06-04 23:10:54,253 [sql]:unrecognized token: "{"
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3.5/site-packages/lutris/util/jobs.py", line 38, in <lambda>
  17. GLib.idle_add(lambda: self.callback(result, error))
  18. File "/usr/lib/python3.5/site-packages/lutris/gui/lutriswindow.py", line 347, in update_gui
  19. added_games = pga.get_games_where(id__in=added_ids)
  20. File "/usr/lib/python3.5/site-packages/lutris/pga.py", line 200, in get_games_where
  21. return sql.db_query(PGA_DB, query, tuple(condition_values))
  22. File "/usr/lib/python3.5/site-packages/lutris/util/sql.py", line 121, in db_query
  23. cursor_execute(cursor, query, params)
  24. File "/usr/lib/python3.5/site-packages/lutris/util/sql.py", line 30, in cursor_execute
  25. return cursor.execute(query, params)
  26. sqlite3.OperationalError: unrecognized token: "{"
  27. INFO 2017-06-04 23:11:26,937 [application]:Installing overwatch-installer
  28. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  29. INFO 2017-06-04 23:11:49,596 [interpreter]:Downloading file 1 of 2
  30. INFO 2017-06-04 23:11:54,035 [interpreter]:Downloading file 2 of 2
  31. ERROR 2017-06-04 23:11:54,748 [jobs]:Error while completing task <bound method CommandsMixin.task of <lutris.installer.interpreter.ScriptInterpreter object at 0x7f5f0f183cf8>>: module 'posixpath' has no attribute 'exist'
  32. <class 'AttributeError'> module 'posixpath' has no attribute 'exist'
  33. File "/usr/lib/python3.5/site-packages/lutris/util/jobs.py", line 29, in target
  34. result = self.function(*args, **kwargs)
  35. File "/usr/lib/python3.5/site-packages/lutris/installer/commands.py", line 329, in task
  36. thread = task(**data)
  37. File "/usr/lib/python3.5/site-packages/lutris/runners/wine.py", line 114, in create_prefix
  38. if not os.path.exist(wineboot_path):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement