Managed to update the winetricks but that didnt help. This is the error in that other window:
Command exited with code 256
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
return handler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
Lutris log:
[INFO:2025-03-09 12:02:12,106:application]: Starting Lutris 0.5.18
[INFO:2025-03-09 12:02:12,153:startup]: "card0" is AMD Custom GPU 0405 (1002:163f 1002:0123 amdgpu) Driver 24.3.4
[ERROR:2025-03-09 12:03:45,111:downloader]: Download failed: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/http/client.py", line 1395, in getresponse
response.begin()
File "/usr/lib/python3.11/http/client.py", line 325, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/http/client.py", line 286, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 718, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/requests/adapters.py", line 489, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/packages/six.py", line 769, in reraise
raise value.with_traceback(tb)
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/http/client.py", line 1395, in getresponse
response.begin()
File "/usr/lib/python3.11/http/client.py", line 325, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/http/client.py", line 286, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 718, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/util/downloader.py", line 134, in async_download
response = requests.get(self.url, headers=headers, stream=True, timeout=30, cookies=self.cookies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/adapters.py", line 547, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
[ERROR:2025-03-09 12:03:45,241:file_box]: Download from <download_progress_box.DownloadProgressBox object at 0x7fbb1cc75280 (lutris+gui+widgets+download_progress_box+DownloadProgressBox at 0x555a4e7bd1e0)> failed: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
[INFO:2025-03-09 12:03:46,246:file_box]: Download completed
[INFO:2025-03-09 12:03:49,391:file_box]: Download completed
[INFO:2025-03-09 12:03:49,392:files_box]: All files available
[INFO:2025-03-09 12:03:49,392:installerwindow]: All files are available, continuing install
[INFO:2025-03-09 12:03:49,392:installerwindow]: Launching installer commands
[ERROR:2025-03-09 12:04:04,171:errors]: Command exited with code 256
[ERROR:2025-03-09 12:04:04,171:exception_backstops]: Error handling timeout function: Command exited with code 256
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
return handler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
[INFO:2025-03-09 12:09:26,212:interpreter]: Cancelling installation of Phantasy Star Online: Blue Burst
[INFO:2025-03-09 12:09:51,782:file_box]: Download completed
[INFO:2025-03-09 12:09:54,290:file_box]: Download completed
[INFO:2025-03-09 12:09:54,291:files_box]: All files available
[INFO:2025-03-09 12:09:54,291:installerwindow]: All files are available, continuing install
[INFO:2025-03-09 12:09:54,291:installerwindow]: Launching installer commands
[ERROR:2025-03-09 12:10:09,050:errors]: Command exited with code 256
[ERROR:2025-03-09 12:10:09,051:exception_backstops]: Error handling timeout function: Command exited with code 256
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 79, in error_wrapper
return handler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/util/jobs.py", line 127, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 447, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256