Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- innoextract failed to extract GOG setup file
- multiprocessing.pool.RemoteTraceback:
- """
- Traceback (most recent call last):
- File "/usr/lib/python3.11/multiprocessing/pool.py", line 125, in worker
- result = (True, func(*args, **kwds))
- ^^^^^^^^^^^^^^^^^^^
- File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 31, in extract_archive
- _do_extract(path, temp_path, opener, mode, extractor)
- File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 144, in _do_extract
- _extract_gog(archive, dest)
- File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 231, in _extract_gog
- _decompress_gog(path, dest)
- File "/app/lib/python3.11/site-packages/lutris/util/extract.py", line 213, in _decompress_gog
- raise RuntimeError("innoextract failed to extract GOG setup file")
- RuntimeError: innoextract failed to extract GOG setup file
- """
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/app/lib/python3.11/site-packages/lutris/util/jobs.py", line 30, in target
- result = self.function(*a, **kw)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/app/lib/python3.11/site-packages/lutris/installer/interpreter.py", line 325, in dispatch
- return method(params)
- ^^^^^^^^^^^^^^
- File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 212, in extract
- self._killable_process(extract.extract_archive, filename, dest_path, merge_single, extractor)
- File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 548, in _killable_process
- result = result_obj.get() # Wait process end & re-raise exceptions
- ^^^^^^^^^^^^^^^^
- File "/usr/lib/python3.11/multiprocessing/pool.py", line 774, in get
- raise self._value
- RuntimeError: innoextract failed to extract GOG setup file
- Lutris log:
- [INFO:2024-12-21 21:54:03,054:application]: Starting Lutris 0.5.18
- [INFO:2024-12-21 21:54:03,077:startup]: "card1" is Intel HD Graphics 520 (8086:1916 1028:071e i915) Driver 24.3.1
- [INFO:2024-12-21 21:54:39,569:gog]: Getting game details for 1760534591
- [INFO:2024-12-21 21:54:39,638:gog]: Getting game details for 1760534591
- [INFO:2024-12-21 21:54:40,807:installer]: Getting files for gogsetup
- [INFO:2024-12-21 21:54:40,807:gog]: Getting game details for 1760534591
- [INFO:2024-12-21 21:54:40,873:gog]: Getting download info for https://api.gog.com/products/1760534591/downlink/installer/en1installer3
- [INFO:2024-12-21 21:54:41,303:gog]: Getting download info for https://api.gog.com/products/1760534591/downlink/installer/en1installer4
- [INFO:2024-12-21 21:54:46,876:file_box]: Download completed
- [INFO:2024-12-21 21:55:45,989:file_box]: Download completed
- [INFO:2024-12-21 21:55:45,989:files_box]: All files available
- [INFO:2024-12-21 21:55:45,990:installerwindow]: All files are available, continuing install
- [INFO:2024-12-21 21:55:45,995:installerwindow]: Launching installer commands
- [INFO:2024-12-21 21:55:46,098:wine]: Creating a win64 prefix in /home/corey/Games/gog/sid-meiers-civilization-iv
- [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
- [INFO:2024-12-21 21:55:55,945:wine]: win64 Prefix created in /home/corey/Games/gog/sid-meiers-civilization-iv
- [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
- [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