Grasscutters / Grasscutter

A server software reimplementation for a certain anime game.
https://grasscutter.io/
GNU Affero General Public License v3.0
16.21k stars 4.47k forks source link

Attempting to run GC on Linux doesn't work #13

Closed KingRainbow44 closed 2 years ago

KingRainbow44 commented 2 years ago

This is because GC is hardcoded to use the file separator \ (how it is on Windows). UNIX-based operating systems use / as the file seperator. Example: File folder = new File(Grasscutter.getConfig().RESOURCE_FOLDER + "BinOutput\\Avatar\\");

MlgmXyysd commented 2 years ago

just change hardcoded \ to File.separator