Ephinea PSO BB on Steam Deck (Official Thread)

Hey, first time trying to get this working on Steam Deck. It seems to install fine, but when I try to launch the game it simply doesn't. Here are the logs—any ideas?


signal-2025-10-09-043433.jpeg
 
I was getting the 256 error when installing as well as other folks in this thread, and my issue and solution were...interesting.

After someone suggested that their installer wasn't downloading properly and they got it manually, I did the same, and found my router was blocking the URL found in the Lutris PSOBB JSON. I don't know why my router dislikes the URL, but making the link https rather than http fixed that.

So I downloaded the JSON from the Lutris CDN and edited the link to the file to be https rather than http, pointed Lutris at it rather than searching via Lutris, and it worked just fine!
Just registered to say thank you - I was having the same issue and this fixed it.

To anyone in the future having this issue, if you use Lutris' "search the Lutris website for installers" option, when you start the install it should take a while to download the PSOBB installer and the github file.
If you don't have to wait while the bars fill up while it downloads, it's not downloading! Which obviously means there's no installer to execute. If this happens for you, try MBD's suggestion.

I went to the PSOBB page on the Lutris site, clicked the drop-down arrow on the install button for "Official - Pre-installed for the Ephinea server with the base Lua addon" and downloaded the script.
Open it in a text editor, find the pioneer2 link and change http to https, save, then use the "Install from local script" option in Lutris and select your modified JSON file.
 
Update. It's gotten an error

Invalid Wine prefix path /home/deck/Games/phantasy-star-online-blue-burst, make sure to create the prefix before saving to a registry

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 329, in dispatch
return method(params)
^^^^^^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 426, in task
command = task(**data)
^^^^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/runners/commands/wine.py", line 452, in winetricks
return wineexec(
^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/runners/commands/wine.py", line 366, in wineexec
runner.prelaunch()

File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1064, in prelaunch
self.set_regedit_keys()

File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1005, in set_regedit_keys
prefix_manager.clear_registry_subkeys(path, key)

File "/app/lib/python3.11/site-packages/lutris/util/wine/prefix.py", line 129, in clear_registry_subkeys
registry.save()

File "/app/lib/python3.11/site-packages/lutris/util/wine/registry.py", line 156, in save
raise OSError(

OSError: Invalid Wine prefix path /home/deck/Games/phantasy-star-online-blue-burst, make sure to create the prefix before saving to a registry

Lutris log:
[INFO:2025-10-24 20:12:36,291:application]: Starting Lutris 0.5.19
[INFO:2025-10-24 20:12:36,358:startup]: "card0" is AMD Custom GPU 0932 (1002:1435 1002:0123 amdgpu) Driver 25.0.7
[ERROR:2025-10-24 20:12:36,359:startup]: i386 libGL.so.1 missing (needed by opengl)
[ERROR:2025-10-24 20:12:36,359:startup]: i386 libvulkan.so.1 missing (needed by vulkan)
[ERROR:2025-10-24 20:12:36,359:startup]: i386 libgnutls.so.30 missing (needed by gnutls)
[ERROR:2025-10-24 20:12:36,604:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 20:12:36,605:wine]: Error reading wine version for wine
[ERROR:2025-10-24 20:12:51,490:downloader]: Download failed: HTTPSConnectionPool(host='release-assets.githubusercontent.com', port=443): Max retries exceeded with url: /github-production-release-asset/161428437/25774aa1-f118-449c-a331-e6690e846070?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-25T00%3A49%3A38Z&rscd=attachment%3B+filename%3DGE-Proton10-21.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-24T23%3A49%3A32Z&ske=2025-10-25T00%3A49%3A38Z&sks=b&skv=2018-11-09&sig=LHClDKdAkv8YEfQPIQlviUeFdxVcSUqI8YQ1uljaV38%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MTM1NDc2MSwibmJmIjoxNzYxMzUxMTYxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.8pOP6Vf7rVxDVMYZfRXNZqPbvJj6br15rlSXvf4aoyY&response-content-disposition=attachment%3B%20filename%3DGE-Proton10-21.tar.gz&response-content-type=application%2Foctet-stream (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2fbdf6a850>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 974, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -5] No address associated with hostname

During handling of the above exception, another exception occurred:

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 386, in _make_request
self._validate_conn(conn)
File "/app/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1042, in _validate_conn
conn.connect()
File "/app/lib/python3.11/site-packages/urllib3/connection.py", line 358, in connect
self.sock = conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f2fbdf6a850>: Failed to establish a new connection: [Errno -5] No address associated with hostname

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 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='release-assets.githubusercontent.com', port=443): Max retries exceeded with url: /github-production-release-asset/161428437/25774aa1-f118-449c-a331-e6690e846070?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-25T00%3A49%3A38Z&rscd=attachment%3B+filename%3DGE-Proton10-21.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-24T23%3A49%3A32Z&ske=2025-10-25T00%3A49%3A38Z&sks=b&skv=2018-11-09&sig=LHClDKdAkv8YEfQPIQlviUeFdxVcSUqI8YQ1uljaV38%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MTM1NDc2MSwibmJmIjoxNzYxMzUxMTYxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.8pOP6Vf7rVxDVMYZfRXNZqPbvJj6br15rlSXvf4aoyY&response-content-disposition=attachment%3B%20filename%3DGE-Proton10-21.tar.gz&response-content-type=application%2Foctet-stream (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2fbdf6a850>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))

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 723, in send
history = [resp for resp in gen]
^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/sessions.py", line 723, in <listcomp>
history = [resp for resp in gen]
^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/requests/sessions.py", line 266, in resolve_redirects
resp = self.send(
^^^^^^^^^^
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 565, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='release-assets.githubusercontent.com', port=443): Max retries exceeded with url: /github-production-release-asset/161428437/25774aa1-f118-449c-a331-e6690e846070?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-25T00%3A49%3A38Z&rscd=attachment%3B+filename%3DGE-Proton10-21.tar.gz&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-24T23%3A49%3A32Z&ske=2025-10-25T00%3A49%3A38Z&sks=b&skv=2018-11-09&sig=LHClDKdAkv8YEfQPIQlviUeFdxVcSUqI8YQ1uljaV38%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MTM1NDc2MSwibmJmIjoxNzYxMzUxMTYxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.8pOP6Vf7rVxDVMYZfRXNZqPbvJj6br15rlSXvf4aoyY&response-content-disposition=attachment%3B%20filename%3DGE-Proton10-21.tar.gz&response-content-type=application%2Foctet-stream (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2fbdf6a850>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))
[INFO:2025-10-24 20:13:34,385:file_box]: Download completed
[INFO:2025-10-24 20:16:00,588:file_box]: Download completed
[INFO:2025-10-24 20:16:00,588:files_box]: All files available
[INFO:2025-10-24 20:16:00,588:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 20:16:00,592:installerwindow]: Launching installer commands
[INFO:2025-10-24 20:16:00,628:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 20:16:00,629:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 20:16:31,170:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 20:23:05,641:interpreter]: Cancelling installation of Phantasy Star Online: Blue Burst
[ERROR:2025-10-24 20:24:19,725:wine]: No user.reg found after prefix creation. Prefix might not be valid
[ERROR:2025-10-24 20:24:19,749:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 20:24:19,750:wine]: Error reading wine version for wine
[WARNING:2025-10-24 20:24:19,750:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 20:24:19,750:wine]: No valid prefix detected in /home/deck/Games/phantasy-star-online-blue-burst, creating one...
[INFO:2025-10-24 20:24:19,750:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 20:24:19,750:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 20:24:50,277:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 20:26:15,540:file_box]: Download completed
[INFO:2025-10-24 20:27:14,614:file_box]: Download completed
[INFO:2025-10-24 20:27:14,614:files_box]: All files available
[INFO:2025-10-24 20:27:14,614:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 20:27:14,614:installerwindow]: Launching installer commands
[INFO:2025-10-24 20:27:14,648:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 20:27:14,648:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 20:27:45,173:wine]: Wine prefix creation is taking longer than expected...
[ERROR:2025-10-24 20:32:40,006:wine]: No user.reg found after prefix creation. Prefix might not be valid
[WARNING:2025-10-24 20:32:40,006:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 20:32:40,007:registry]: No registry file at /home/deck/Games/phantasy-star-online-blue-burst/user.reg
[ERROR:2025-10-24 20:32:40,007:jobs]: Error while completing task <function ScriptInterpreter._iter_commands.<locals>.dispatch at 0x7f2fbdf5bd80>: <class 'OSError'> Invalid Wine prefix path /home/deck/Games/phantasy-star-online-blue-burst, make sure to create the prefix before saving to a registry
[ERROR:2025-10-24 20:35:34,899:wine]: No user.reg found after prefix creation. Prefix might not be valid
[ERROR:2025-10-24 20:35:34,920:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 20:35:34,921:wine]: Error reading wine version for wine
[WARNING:2025-10-24 20:35:34,921:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 20:35:34,921:wine]: No valid prefix detected in /home/deck/Games/phantasy-star-online-blue-burst, creating one...
[INFO:2025-10-24 20:35:34,921:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 20:35:34,921:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 20:36:05,447:wine]: Wine prefix creation is taking longer than expected...
[ERROR:2025-10-24 20:43:55,177:wine]: No user.reg found after prefix creation. Prefix might not be valid
[WARNING:2025-10-24 20:43:55,178:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 20:43:55,178:registry]: No registry file at /home/deck/Games/phantasy-star-online-blue-burst/user.reg
[ERROR:2025-10-24 20:43:55,178:jobs]: Error while completing task <function ScriptInterpreter._iter_commands.<locals>.dispatch at 0x7f2fbdf6e0c0>: <class 'OSError'> Invalid Wine prefix path /home/deck/Games/phantasy-star-online-blue-burst, make sure to create the prefix before saving to a registry
[ERROR:2025-10-24 20:43:55,180:interpreter]: Last install command failed, show error
 
Tried a few things and I got an install to happen but when I try to run th game, I get the error that online.exe could not be found.

The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found

Traceback (most recent call last):

File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 29, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/game.py", line 677, in configure_game
gameplay_info = self.get_gameplay_info(launch_ui_delegate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/game.py", line 616, in get_gameplay_info
gameplay_info = self.runner.play()
^^^^^^^^^^^^^^^^^^

File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1259, in play
raise MissingGameExecutableError(filename=game_exe)

lutris.exceptions.MissingGameExecutableError: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found

Lutris log:
[INFO:2025-10-24 21:57:16,135:application]: Starting Lutris 0.5.19
[INFO:2025-10-24 21:57:16,308:startup]: "card0" is AMD Custom GPU 0932 (1002:1435 1002:0123 amdgpu) Driver 25.0.7
[ERROR:2025-10-24 21:57:16,309:startup]: i386 libGL.so.1 missing (needed by opengl)
[ERROR:2025-10-24 21:57:16,309:startup]: i386 libvulkan.so.1 missing (needed by vulkan)
[ERROR:2025-10-24 21:57:16,309:startup]: i386 libgnutls.so.30 missing (needed by gnutls)
[ERROR:2025-10-24 21:57:16,630:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 21:57:16,630:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:05:21,469:system]: Non existent path: /home/deck/.var/app/net.lutris.Lutris/cache/lutris/installer/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:06:23,651:files_box]: All files available
[INFO:2025-10-24 22:06:23,651:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 22:06:23,656:installerwindow]: Launching installer commands
[INFO:2025-10-24 22:06:23,687:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:06:23,688:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 22:06:54,227:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 22:10:03,348:interpreter]: Cancelling installation of phantasy star online blue burst
[INFO:2025-10-24 22:10:38,071:files_box]: All files available
[INFO:2025-10-24 22:10:38,072:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 22:10:38,074:installerwindow]: Launching installer commands
[INFO:2025-10-24 22:10:38,105:wine]: Creating a win64 prefix in /home/deck/Games/pso
[INFO:2025-10-24 22:10:38,106:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 22:11:08,628:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 22:11:14,914:interpreter]: Cancelling installation of pso
[ERROR:2025-10-24 22:14:43,936:wine]: No user.reg found after prefix creation. Prefix might not be valid
[ERROR:2025-10-24 22:14:43,949:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:14:43,949:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:14:43,949:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:14:43,949:wine]: No valid prefix detected in /home/deck/Games/phantasy-star-online-blue-burst, creating one...
[INFO:2025-10-24 22:14:43,950:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:14:43,950:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 22:15:14,466:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 22:15:52,903:file_box]: Download completed
[INFO:2025-10-24 22:15:52,903:files_box]: All files available
[INFO:2025-10-24 22:15:52,903:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 22:15:52,903:installerwindow]: Launching installer commands
[INFO:2025-10-24 22:15:52,933:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:15:52,934:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 22:16:23,455:wine]: Wine prefix creation is taking longer than expected...
[INFO:2025-10-24 22:18:13,088:interpreter]: Cancelling installation of Phantasy Star Online: Blue Burst
[ERROR:2025-10-24 22:18:58,318:wine]: No user.reg found after prefix creation. Prefix might not be valid
[ERROR:2025-10-24 22:18:58,340:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:18:58,340:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:18:58,340:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:18:58,340:wine]: No valid prefix detected in /home/deck/Games/pso, creating one...
[INFO:2025-10-24 22:18:58,341:wine]: Creating a win64 prefix in /home/deck/Games/pso
[INFO:2025-10-24 22:18:58,341:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/wine/wine-ge-8-26-x86_64/bin/wine
[WARNING:2025-10-24 22:19:28,866:wine]: Wine prefix creation is taking longer than expected...
[ERROR:2025-10-24 22:20:16,832:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:20:16,832:wine]: Error reading wine version for wine
[INFO:2025-10-24 22:21:51,493:file_box]: Download completed
[INFO:2025-10-24 22:21:51,493:files_box]: All files available
[INFO:2025-10-24 22:21:51,493:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 22:21:51,493:installerwindow]: Launching installer commands
[INFO:2025-10-24 22:21:51,522:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:21:51,523:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/proton/ge-proton/files/bin/wine
[INFO:2025-10-24 22:21:54,526:wine]: win64 Prefix created in /home/deck/Games/phantasy-star-online-blue-burst
[ERROR:2025-10-24 22:21:54,543:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:21:54,543:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:21:54,543:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:21:54,544:runner]: Accessing game config while runner wasn't given one.
[INFO:2025-10-24 22:21:54,606:wine]: win64 Prefix created in /home/deck/Games/phantasy-star-online-blue-burst
[ERROR:2025-10-24 22:21:54,625:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:21:54,625:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:21:54,625:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:21:54,626:runner]: Accessing game config while runner wasn't given one.
[INFO:2025-10-24 22:21:54,655:wine]: win64 Prefix created in /home/deck/Games/phantasy-star-online-blue-burst
[WARNING:2025-10-24 22:21:54,663:runner]: Accessing game config while runner wasn't given one.
[WARNING:2025-10-24 22:21:54,878:monitored_command]: No file /tmp/lutris-5e91ac7c-d952-4d25-a8d0-648bdfbdb0ea
[ERROR:2025-10-24 22:21:55,729:errors]: Command exited with code
[ERROR:2025-10-24 22:21:55,730:exception_backstops]: Error handling timeout function: Command exited with code
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 131, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 439, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code
[ERROR:2025-10-24 22:22:04,677:errors]: Command exited with code 256
[ERROR:2025-10-24 22:22:04,677: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 131, in wrapper
repeat = func(*a, **kw)
^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/installer/commands.py", line 439, in _monitor_task
raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
[ERROR:2025-10-24 22:22:08,620:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:22:08,620:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:22:08,620:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:22:08,620:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:23:35,792:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:23:35,792:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:23:35,792:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:23:35,792:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:23:40,381:jobs]: Error while completing task <bound method InstallerWindow.create_shortcut of <installerwindow.InstallerWindow object at 0x7fbb3878d1c0 (lutris+gui+installerwindow+InstallerWindow at 0x561ef97fee30)>>: <class 'FileNotFoundError'> [Errno 2] No such file or directory: '/home/deck/.var/app/net.lutris.Lutris/cache/lutris/net.lutris.phantasy-star-online-blue-burst-2.desktop'
[ERROR:2025-10-24 22:23:45,703:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:23:45,703:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:23:45,703:wine]: Wine is not installed on your system; required dependencies may be missing.
[ERROR:2025-10-24 22:23:45,784:exception_backstops]: Phantasy Star Online: Blue Burst (wine) has encountered an error: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 29, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 677, in configure_game
gameplay_info = self.get_gameplay_info(launch_ui_delegate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 616, in get_gameplay_info
gameplay_info = self.runner.play()
^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1259, in play
raise MissingGameExecutableError(filename=game_exe)
lutris.exceptions.MissingGameExecutableError: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
[WARNING:2025-10-24 22:23:45,786:game]: The game has run for a very short time, did it crash?
[ERROR:2025-10-24 22:23:54,898:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:23:54,898:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:23:54,898:wine]: Wine is not installed on your system; required dependencies may be missing.
[ERROR:2025-10-24 22:23:54,980:exception_backstops]: Phantasy Star Online: Blue Burst (wine) has encountered an error: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 29, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 677, in configure_game
gameplay_info = self.get_gameplay_info(launch_ui_delegate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 616, in get_gameplay_info
gameplay_info = self.runner.play()
^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1259, in play
raise MissingGameExecutableError(filename=game_exe)
lutris.exceptions.MissingGameExecutableError: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
[WARNING:2025-10-24 22:23:54,980:game]: The game has run for a very short time, did it crash?
[INFO:2025-10-24 22:24:15,456:shortcut]: Removing Steam shortcut for Phantasy Star Online: Blue Burst (wine)
[INFO:2025-10-24 22:24:43,758:file_box]: Download completed
[INFO:2025-10-24 22:25:58,853:file_box]: Download completed
[INFO:2025-10-24 22:25:58,853:files_box]: All files available
[INFO:2025-10-24 22:25:58,853:installerwindow]: All files are available, continuing install
[INFO:2025-10-24 22:25:58,853:installerwindow]: Launching installer commands
[INFO:2025-10-24 22:25:58,879:wine]: Creating a win64 prefix in /home/deck/Games/phantasy-star-online-blue-burst
[INFO:2025-10-24 22:25:58,880:wine]: Winepath: /home/deck/.var/app/net.lutris.Lutris/data/lutris/runners/proton/ge-proton/files/bin/wine
[INFO:2025-10-24 22:26:01,882:wine]: win64 Prefix created in /home/deck/Games/phantasy-star-online-blue-burst
[ERROR:2025-10-24 22:26:01,899:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:26:01,899:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:26:01,900:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:26:01,900:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:26:15,980:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:26:15,980:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:26:15,980:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:26:15,980:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:27:18,564:wine]: No user.reg found after prefix creation. Prefix might not be valid
[WARNING:2025-10-24 22:27:18,567:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:27:18,567:registry]: No registry file at /home/deck/Games/pso/user.reg
[ERROR:2025-10-24 22:27:18,567:jobs]: Error while completing task <function ScriptInterpreter._iter_commands.<locals>.dispatch at 0x7fbb387989a0>: <class 'OSError'> Invalid Wine prefix path /home/deck/Games/pso, make sure to create the prefix before saving to a registry
[ERROR:2025-10-24 22:27:42,118:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:27:42,119:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:27:42,119:wine]: Wine is not installed on your system; required dependencies may be missing.
[WARNING:2025-10-24 22:27:42,119:runner]: Accessing game config while runner wasn't given one.
[ERROR:2025-10-24 22:27:46,592:jobs]: Error while completing task <bound method InstallerWindow.create_shortcut of <installerwindow.InstallerWindow object at 0x7fbb3874f780 (lutris+gui+installerwindow+InstallerWindow at 0x561ef982b9f0)>>: <class 'FileNotFoundError'> [Errno 2] No such file or directory: '/home/deck/.var/app/net.lutris.Lutris/cache/lutris/net.lutris.phantasy-star-online-blue-burst-2.desktop'
[ERROR:2025-10-24 22:27:50,188:system]: ['wine', '--version'] command failed: [Errno 2] No such file or directory: 'wine'
[ERROR:2025-10-24 22:27:50,188:wine]: Error reading wine version for wine
[WARNING:2025-10-24 22:27:50,189:wine]: Wine is not installed on your system; required dependencies may be missing.
[ERROR:2025-10-24 22:27:50,451:exception_backstops]: Phantasy Star Online: Blue Burst (wine) has encountered an error: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/lutris/exception_backstops.py", line 29, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 677, in configure_game
gameplay_info = self.get_gameplay_info(launch_ui_delegate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/game.py", line 616, in get_gameplay_info
gameplay_info = self.runner.play()
^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/lutris/runners/wine.py", line 1259, in play
raise MissingGameExecutableError(filename=game_exe)
lutris.exceptions.MissingGameExecutableError: The file /home/deck/Games/phantasy-star-online-blue-burst/drive_c/EphineaPSO/online.exe could not be found
[WARNING:2025-10-24 22:27:50,452:game]: The game has run for a very short time, did it crash?
 
Back
Top