BATTLETECH – Linux Gaming

BATTLETECH – Linux Gaming 1 - steamlists.com
BATTLETECH – Linux Gaming 1 - steamlists.com
Getting this game started on linux.
Debugging aides etc.

 
 

Getting Logs

 
This will create a new log file 
 
First create a folder for your crash logs (all games) 

mkdir ~/game-logs

 
Then in Steam configure Battletech Launch options with this 
 

%command% > ~/game-logs/battletech.log 2>&1

 
1. Write Output to a file called battletech.log in ~/game-logs 
2. Write Error Messages AND regular Messages into the output aka logfile 
 
 

Common Culprit: glibc.so.6

 
Sometimes GLIBc changes and the game is not in sync. 
 
Often deleting it from the game helps. 
 
Delete: 

<My_Steamlibrary>/steamapps/common/BATTLETECH/BattleTech_Data/Plugins/x86_64/libc.so.6

 
Note that renaming the file by eg. attaching a “.bak” to it will not prevent it from being found! 
 

This is all about BATTLETECH – Linux Gaming; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
 
 
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*