tModLoaderServer.bin.x86_64 does not appear to be in the linux .zip
See original GitHub issueDescription
running ./tModLoaderServer on ubuntu server 18.04 gives
cp: cannot stat './Terraria.bin.x86_64': No such file or directory ./tModLoaderServer: line 51: ./tModLoaderServer.bin.x86_64: No such file or directory
Steps to Reproduce
mkdir ~/terraria
cd terraria
wget http://terraria.org/system/dedicated_servers/archives/000/000/032/original/terraria-server-1353.zip
wget https://github.com/tModLoader/tModLoader/releases/download/v0.11/tModLoader.Linux.v0.11.zip
unzip terraria-server-1353.zip
cp -r ./1353/Linux/* ./
unzip tModLoader.Linux.v0.11.zip
chmod u+x tModLoaderServer*
./tModLoaderServer
Expected behavior
the server starts i think
Actual behavior
it is giving
cp: cannot stat './Terraria.bin.x86_64': No such file or directory ./tModLoaderServer: line 51: ./tModLoaderServer.bin.x86_64: No such file or directory
Reproduction frequency
100% of the time all the time
Versions
terraria server v1.3.5.3 tmodloader v0.11
Mods
fresh install
Additional Information
terraria is a fun game and thank you for your mod loader
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
We’ve hopefully fixed this for next release. Stay tuned.
It’s not supposed to exist, the script has been updated to copy it from TerrariaServer.bin.x86_64