TShock fails to run, "You must install .NET to run this application." even if Mono JIT compiler version 6.8.0.105 is successfully installed. #2930
Unanswered
creeloper27
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Mono isn't required at all. You would need to install the .NET6 runtime |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproduction steps
sudo apt install mono-complete
/home/user/servers-and-services/terraria-server/
)wget https://github.com/Pryaxis/TShock/releases/download/v5.1.3/TShock-5.1.3-for-Terraria-1.4.4.9-linux-x64-Release.zip
and7z x TShock*
)chmod u+x TShock.Server
./TShock.Server
running
sudo apt install mono-complete
successfully:running
./TShock.Server
unsuccessfully:other notes:
mono --version
Beta Was this translation helpful? Give feedback.
All reactions