Advertisement
Guest User

Untitled

a guest
Dec 11th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/usr/lib/python3.12/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
  4. return handler(*args, **kwargs)
  5. ^^^^^^^^^^^^^^^^^^^^^^^^
  6.  
  7. File "/usr/lib/python3.12/site-packages/lutris/gui/installerwindow.py", line 779, in load_input_menu_page
  8. self.stack.jump_to_page(present_input_menu_page)
  9.  
  10. File "/usr/lib/python3.12/site-packages/lutris/gui/widgets/navigation_stack.py", line 80, in jump_to_page
  11. self._go_to_page(page_presenter, False, Gtk.StackTransitionType.NONE)
  12.  
  13. File "/usr/lib/python3.12/site-packages/lutris/gui/widgets/navigation_stack.py", line 130, in _go_to_page
  14. self.navigation_exit_handler = page_presenter()
  15. ^^^^^^^^^^^^^^^^
  16.  
  17. File "/usr/lib/python3.12/site-packages/lutris/gui/installerwindow.py", line 759, in present_input_menu_page
  18. model.append([key, label])
  19.  
  20. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 998, in append
  21. return self._do_insert(-1, row)
  22. ^^^^^^^^^^^^^^^^^^^^^^^^
  23.  
  24. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 989, in _do_insert
  25. row, columns = self._convert_row(row)
  26. ^^^^^^^^^^^^^^^^^^^^^^
  27.  
  28. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 889, in _convert_row
  29. result.append(self._convert_value(cur_col, value))
  30. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31.  
  32. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 903, in _convert_value
  33. return GObject.Value(self.get_column_type(column), value)
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35.  
  36. File "/usr/lib/python3.12/site-packages/gi/overrides/GObject.py", line 206, in __init__
  37. self.set_value(py_value)
  38.  
  39. File "/usr/lib/python3.12/site-packages/gi/overrides/GObject.py", line 238, in set_value
  40. raise TypeError("Expected string but got %s%s" %
  41.  
  42. TypeError: Expected string but got 0<class 'int'>
  43.  
  44. Lutris log:
  45. [INFO:2024-12-11 05:59:54,588:application]: Starting Lutris 0.5.18
  46. [INFO:2024-12-11 05:59:54,608:startup]: "card1" is AMD Radeon RX 7700 XT (1002:747e 1da2:475f amdgpu) Driver 24.3.1
  47. [INFO:2024-12-11 05:59:54,625:startup]: "card0" is AMD Radeon Graphics (1002:164e 1462:7d78 amdgpu) Driver 24.3.1
  48. [ERROR:2024-12-11 05:59:54,625:startup]: i386 libgnutls.so.30 missing (needed by gnutls)
  49. [INFO:2024-12-11 06:01:10,392:file_box]: Download completed
  50. [INFO:2024-12-11 06:01:10,893:file_box]: Download completed
  51. [INFO:2024-12-11 06:01:10,895:file_box]: Download completed
  52. [INFO:2024-12-11 06:01:11,391:file_box]: Download completed
  53. [INFO:2024-12-11 06:01:11,394:file_box]: Download completed
  54. [INFO:2024-12-11 06:01:11,394:files_box]: All files available
  55. [INFO:2024-12-11 06:01:11,394:installerwindow]: All files are available, continuing install
  56. [INFO:2024-12-11 06:01:11,394:installerwindow]: Launching installer commands
  57. [INFO:2024-12-11 06:01:11,438:wine]: Creating a win32 prefix in /home/user/Games/sid-meiers-civilization-iv
  58. [INFO:2024-12-11 06:01:11,438:wine]: Winepath: /home/user/.local/share/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
  59. [INFO:2024-12-11 06:01:51,934:wine]: win32 Prefix created in /home/user/Games/sid-meiers-civilization-iv
  60. [WARNING:2024-12-11 06:02:08,110:wine]: Wine is not installed on your system; required dependencies may be missing.
  61. [ERROR:2024-12-11 06:02:09,128:errors]: Command exited with code 256
  62. [ERROR:2024-12-11 06:02:09,128:exception_backstops]: Error handling timeout function: Command exited with code 256
  63. Traceback (most recent call last):
  64. File "/usr/lib/python3.12/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
  65. return handler(*args, **kwargs)
  66. ^^^^^^^^^^^^^^^^^^^^^^^^
  67. File "/usr/lib/python3.12/site-packages/lutris/util/jobs.py", line 127, in wrapper
  68. repeat = func(*a, **kw)
  69. ^^^^^^^^^^^^^^
  70. File "/usr/lib/python3.12/site-packages/lutris/installer/commands.py", line 447, in _monitor_task
  71. raise ScriptingError(_("Command exited with code %s") % command.return_code)
  72. lutris.installer.errors.ScriptingError: Command exited with code 256
  73. [INFO:2024-12-11 06:02:15,791:interpreter]: Cancelling installation of Civilization IV
  74. [INFO:2024-12-11 06:02:51,074:file_box]: Download completed
  75. [INFO:2024-12-11 06:02:51,575:file_box]: Download completed
  76. [INFO:2024-12-11 06:02:51,576:file_box]: Download completed
  77. [INFO:2024-12-11 06:02:52,073:file_box]: Download completed
  78. [INFO:2024-12-11 06:02:52,076:file_box]: Download completed
  79. [INFO:2024-12-11 06:02:52,076:files_box]: All files available
  80. [INFO:2024-12-11 06:02:52,076:installerwindow]: All files are available, continuing install
  81. [INFO:2024-12-11 06:02:52,076:installerwindow]: Launching installer commands
  82. [INFO:2024-12-11 06:02:52,121:wine]: Creating a win32 prefix in /home/user/Games/sid-meiers-civilization-iv
  83. [INFO:2024-12-11 06:02:52,121:wine]: Winepath: /home/user/.local/share/lutris/runners/wine/lutris-7.2-2-x86_64/bin/wine
  84. [INFO:2024-12-11 06:02:57,054:wine]: win32 Prefix created in /home/user/Games/sid-meiers-civilization-iv
  85. [WARNING:2024-12-11 06:03:13,231:wine]: Wine is not installed on your system; required dependencies may be missing.
  86. [ERROR:2024-12-11 06:03:47,259:exception_backstops]: Error handling idle function: Expected string but got 0<class 'int'>
  87. Traceback (most recent call last):
  88. File "/usr/lib/python3.12/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
  89. return handler(*args, **kwargs)
  90. ^^^^^^^^^^^^^^^^^^^^^^^^
  91. File "/usr/lib/python3.12/site-packages/lutris/gui/installerwindow.py", line 779, in load_input_menu_page
  92. self.stack.jump_to_page(present_input_menu_page)
  93. File "/usr/lib/python3.12/site-packages/lutris/gui/widgets/navigation_stack.py", line 80, in jump_to_page
  94. self._go_to_page(page_presenter, False, Gtk.StackTransitionType.NONE)
  95. File "/usr/lib/python3.12/site-packages/lutris/gui/widgets/navigation_stack.py", line 130, in _go_to_page
  96. self.navigation_exit_handler = page_presenter()
  97. ^^^^^^^^^^^^^^^^
  98. File "/usr/lib/python3.12/site-packages/lutris/gui/installerwindow.py", line 759, in present_input_menu_page
  99. model.append([key, label])
  100. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 998, in append
  101. return self._do_insert(-1, row)
  102. ^^^^^^^^^^^^^^^^^^^^^^^^
  103. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 989, in _do_insert
  104. row, columns = self._convert_row(row)
  105. ^^^^^^^^^^^^^^^^^^^^^^
  106. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 889, in _convert_row
  107. result.append(self._convert_value(cur_col, value))
  108. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  109. File "/usr/lib/python3.12/site-packages/gi/overrides/Gtk.py", line 903, in _convert_value
  110. return GObject.Value(self.get_column_type(column), value)
  111. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  112. File "/usr/lib/python3.12/site-packages/gi/overrides/GObject.py", line 206, in __init__
  113. self.set_value(py_value)
  114. File "/usr/lib/python3.12/site-packages/gi/overrides/GObject.py", line 238, in set_value
  115. raise TypeError("Expected string but got %s%s" %
  116. TypeError: Expected string but got 0<class 'int'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement