Linux Terraria 1.4.1.2 won't start

SivaMachina

Terrarian
Steam or GOG
GOG
Single Player/Multiplayer
Both
Operating System
Linux Other
Terraria Version
1.4.1.2
Controls Used
Keyboard/Mouse
OS
Kubuntu 20.04

I decided to upgrade Terraria. And now it won't start.

More info in my screenshot
 

Attachments

  • Screenshot_20201114_020521.png
    Screenshot_20201114_020521.png
    133.4 KB · Views: 344
Last edited:
Hello,

I am having the same issue with 1.4.1.2, also using the GOG/Linux version, but with a different error.
Running Debian 10 64-bit, my older installs (<= 1.4.1.1) run fine.

I get the following error when launching from console:
Code:
~/GOG Games/Terraria 1.4.1.2$ ./start.sh 
Running Terraria (English)
./start.sh: line 20: ./Terraria.exe: cannot execute binary file: Exec format error


I checked using the 'file' command, this is the output for both the faulty executable (1.4.1.2) and the working one (1.4.1.1);
Code:
~/GOG Games/Terraria 1.4.1.1/game$ file Terraria.exe 
Terraria.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows
Code:
~/GOG Games/Terraria 1.4.1.2/game$ file Terraria.exe 
Terraria.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows


Thanks in advance for looking into this, feel free to PM me for more information when desired.
 
So gog forgot to add

Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${CURRENT_DIR}/game/lib64/"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${CURRENT_DIR}/game/lib/"


To the start.sh
 
Seems it's not the only issue with the scripts supplied by GOG.
SivaMachina's post made me curious, running the Terraria script inside the 'game' folder launches the game just fine.

Somewhere my mind thought that the .exe was some sort of hybrid that would run on linux as well...
Either way, the script built by GOG has errors, appearantly.

Perhaps I could file this as an issue with GOG and see how they respond?
 
Back
Top Bottom