Skip to content

Instantly share code, notes, and snippets.

@bisby
Created August 11, 2015 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bisby/51245101ac2077c93ab0 to your computer and use it in GitHub Desktop.
Save bisby/51245101ac2077c93ab0 to your computer and use it in GitHub Desktop.
Terraria Lib Fix - Obsolete
#!/bin/bash
#Putting this here for posterity. This has been fixed
TERRARIA_LOC=/home/bisby/gamedisk/SteamLibrary/steamapps/common/Terraria
mv $TERRARIA_LOC/lib64/libmonosgen-2.0.so.0 $TERRARIA_LOC/lib64/libmonosgen-2.0.so.0.bak
ln -s /usr/lib64/libmonosgen-2.0.so.1.0.0 $TERRARIA_LOC/lib64/libmonosgen-2.0.so.0
mv $TERRARIA_LOC/mscorlib.dll $TERRARIA_LOC/mscorlib.dll.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment