Advertisement
Guest User

Untitled

a guest
Dec 21st, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | Gaming | 0 0
  1. innoextract failed to extract GOG setup file
  2.  
  3. multiprocessing.pool.RemoteTraceback:
  4. """
  5. Traceback (most recent call last):
  6. File "/usr/lib/python3.11/multiprocessing/pool.py", line 125, in worker
  7. result = (True, func(*args, **kwds))
  8. ^^^^^^^^^^^^^^^^^^^
  9. File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 31, in extract_archive
  10. _do_extract(path, temp_path, opener, mode, extractor)
  11. File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 144, in _do_extract
  12. _extract_gog(archive, dest)
  13. File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 231, in _extract_gog
  14. _decompress_gog(path, dest)
  15. File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 213, in _decompress_gog
  16. raise RuntimeError("innoextract failed to extract GOG setup file")
  17. RuntimeError: innoextract failed to extract GOG setup file
  18. """
  19.  
  20.  
  21. The above exception was the direct cause of the following exception:
  22.  
  23.  
  24. Traceback (most recent call last):
  25.  
  26. File "/app/lib/python3.11/site-packages/lutris/util/jobs.py", line 30, in target
  27. result = self.function(*a, **kw)
  28. ^^^^^^^^^^^^^^^^^^^^^^^
  29.  
  30. File "/app/lib/python3.11/site-packages/lutris/installer/interpreter.py", line 325, in dispatch
  31. return method(params)
  32. ^^^^^^^^^^^^^^
  33.  
  34. File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 212, in extract
  35. self._killable_process(extract.extract_archive, filename, dest_path, merge_single, extractor)
  36.  
  37. File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 548, in _killable_process
  38. result = result_obj.get() # Wait process end & re-raise exceptions
  39. ^^^^^^^^^^^^^^^^
  40.  
  41. File "/usr/lib/python3.11/multiprocessing/pool.py", line 774, in get
  42. raise self._value
  43.  
  44. RuntimeError: innoextract failed to extract GOG setup file
  45.  
  46. Lutris log:
  47. [INFO:2024-12-21 21:54:03,054:application]: Starting Lutris 0.5.18
  48. [INFO:2024-12-21 21:54:03,077:startup]: "card1" is Intel HD Graphics 520 (8086:1916 1028:071e i915) Driver 24.3.1
  49. [INFO:2024-12-21 21:54:39,569:gog]: Getting game details for 1760534591
  50. [INFO:2024-12-21 21:54:39,638:gog]: Getting game details for 1760534591
  51. [INFO:2024-12-21 21:54:40,807:installer]: Getting files for gogsetup
  52. [INFO:2024-12-21 21:54:40,807:gog]: Getting game details for 1760534591
  53. [INFO:2024-12-21 21:54:40,873:gog]: Getting download info for https://api.gog.com/products/1760534591/downlink/installer/en1installer3
  54. [INFO:2024-12-21 21:54:41,303:gog]: Getting download info for https://api.gog.com/products/1760534591/downlink/installer/en1installer4
  55. [INFO:2024-12-21 21:54:46,876:file_box]: Download completed
  56. [INFO:2024-12-21 21:55:45,989:file_box]: Download completed
  57. [INFO:2024-12-21 21:55:45,989:files_box]: All files available
  58. [INFO:2024-12-21 21:55:45,990:installerwindow]: All files are available, continuing install
  59. [INFO:2024-12-21 21:55:45,995:installerwindow]: Launching installer commands
  60. [INFO:2024-12-21 21:55:46,098:wine]: Creating a win64 prefix in /home/corey/Games/gog/sid-meiers-civilization-iv
  61. [INFO:2024-12-21 21:55:46,099:wine]: Winepath: /home/corey/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
  62. [INFO:2024-12-21 21:55:55,945:wine]: win64 Prefix created in /home/corey/Games/gog/sid-meiers-civilization-iv
  63. [ERROR:2024-12-21 21:55:56,100:jobs]: Error while completing task <function ScriptInterpreter._iter_commands.<locals>.dispatch at 0x710ca139ccc0>: <class 'RuntimeError'> innoextract failed to extract GOG setup file
  64. [ERROR:2024-12-21 21:55:56,102:interpreter]: Last install command failed, show error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement