View Single Post
Thread
:
Linux (Steam) Toribash Replays Won't Play
hanna
View Public Profile
Send a private message to hanna
Find More Posts by hanna
Active Inventory
Deactivated Inventory
Trade History
Dec 16, 2018
hanna
View Public Profile
Send a private message to hanna
Find More Posts by hanna
Active Inventory
Deactivated Inventory
Trade History
NON-EXISTING!
Join Date: Jun 2015
Dec 16, 2018
this may be wrong but it could be the fact windows and linux use different line endings.
Windows:
\r\n
Linux:
\n
when loading the files it could be conflicting, just an idea however.