Open jcbrockschmidt opened 3 years ago
If people who have gotten this script to work could provide their 1) distro+version 2) wine version 3) winetricks version and 4) Proton version, that would be much appreciated.
seems like the script is working as expected at least, if the launcher's starting up and installing game files fine. does the BrickadiaLauncher.log say anything?
seems like the script is working as expected at least, if the launcher's starting up and installing game files fine. does the BrickadiaLauncher.log say anything?
Unfortunately, it doesn't report what went wrong:
Hello!
Log file started:
2020/12/23 17:39:09 (local)
2020/12/24 01:39:09 (UTC)
---------------------------------------------------------------------
[0x2b |00:00:00.010] SSL library version: "OpenSSL 1.1.1d 10 Sep 2019"
[0x2b |00:00:00.010] SSL library build version: "OpenSSL 1.1.1d 10 Sep 2019"
[0x2b |00:00:00.031] Server: false
[0x2b |00:00:00.031] Branch: "main"
[0x2b |00:00:00.031] Running in UI mode.
[0x2b |00:00:00.126] Removed "C:/Program Files/Brickadia/BrickadiaInstalls/main_new" successfully.
[0x2b |00:00:00.126] Removed "C:/Program Files/Brickadia/BrickadiaInstalls/temp" successfully.
[0x2b |00:00:00.126] ******* 1 / 3 DOWNLOAD MANIFEST & START HASH JOBS *******
[0x2b |00:00:00.126] Starting download for "https://static.brickadia.com/update/manifest-main-windows.json" attempt 1
[0x2f |00:00:00.322] Starting game file hash job.
[0x2f |00:00:00.362] Found 0 game files that require hashing.
[0x2f |00:00:00.362] Found 132 game files that are unchanged from last hash run.
[0x2f |00:00:00.364] Hashed all game files successfully.
[0x2b |00:00:01.702] Game file hash job finished, 132 files hashed.
[0x2b |00:00:01.778] Downloaded "https://static.brickadia.com/update/manifest-main-windows.json" successfully.
[0x2b |00:00:01.778] Manifest retrieved successfully.
[0x2b |00:00:01.779] ******* 2 / 3 CHECK LAUNCHER & DOWNLOAD VERSION INFO *******
[0x2b |00:00:01.779] Successfully retrieved local manifest.
[0x2b |00:00:01.779] Checking if the launcher needs to self-update.
[0x2b |00:00:01.780] Manifest doesn't list a launcher version number.
[0x2b |00:00:01.780] ******* 3 / 3 PATCH GAME *******
[0x2b |00:00:01.780] Validating existing install against local manifest.
[0x2b |00:00:01.782] All files validated successfully.
[0x2b |00:00:01.783] Saved install receipt.
[0x2b |00:00:01.783] Trying to launch Brickadia.
[0x2b |00:00:01.784] Attempting to run: "C:/Program Files/Brickadia/BrickadiaInstalls/main/Brickadia/Binaries/Win64/Brickadia-Win64-Shipping.exe" with arguments: ()
[0x2b |00:00:01.826] Brickadia launched successfully.
---------------------------------------------------------------------
Goodbye!
When Brickadia is running for you (or anyone else) on Proton, what does the process look like in ps
? Perhaps it is running in the background to some extent.
im now experiencing a similar issue where, if i'm directly launching the script without a terminal, the game never launches. if i do use a terminal, the game will launch.
@TheBlackParrot Would you be ok providing your 1) distro and version 2) output of wine --version
3) output of winetricks --version
and 4) Proton version?
this should be fixed now, i didn't think an exec
was necessary to start the launcher, but apparently it was?
https://github.com/TheBlackParrot/brickadia-proton/commit/edbaede9777f3d2061baa2fc94ae4cd9426f074d
I update Ubuntu from 18.04 to 20.04, updated my NVIDIA drivers from 390 to 455 (for an NVIDIA GeForce GTX 770), and downloaded the new script, but it's still doing the same thing. I tried it in a terminal and from the file manager, with exec
and with nohup
, and still nothing.
Also tried installing DXVK via WINEPREFIX=... dxvk-setup install -d
, but it didn't change anything.
I am on Ubuntu 18.04 with wine 5.0.3 and winetricks 20201206. Here's my output for
>brickadia.sh install
. I perform a fresh install of Proton 4.11:I choose not to run the game or create a desktop shortcut after the installer finishes, and go on to run
>brickadia.sh run
:The launcher comes up and installs Brickadia to 100%, then closes. Then nothing happens. I check
ps aux | grep -i brickadia
and can't see anything. It appears something crashed. If try running>brickadia.sh run
again I getThen nothing happens.
Contents of
pfx/drive_c/users/steamuser/Local\ Settings/Application\ Data/
areContents of
pfx/drive_c/Program Files/Brickadia
are:I have also tried wine 3.0 and winetricks 20180217 with Proton 4.11 and 5.0, which produced similar results.