Hey there! The game should have created an error.txt file - if you could copy the contents of that file here that'd be a big help. Out of curiosity, where are you placing the game folder? It's possible that you're in a folder where we can't create files - like a folder that requires admin access to put files in. If you have a folder that syncs to dropbox, that might also be the problem.
Hey, i've simply got it in a folder in my downloads folder so shouldn't be admin protected.
the error message is as follows;
com.badlogic.gdx.utils.GdxRuntimeException: Error writing file: data\save.json (Local)
at com.badlogic.gdx.files.FileHandle.writeString(FileHandle.java:353)
at com.badlogic.gdx.files.FileHandle.writeString(FileHandle.java:339)
at com.majalis.save.SaveManager.saveToJson(SaveManager.java:116)
at com.majalis.save.SaveManager.saveDataValue(SaveManager.java:73)
at com.majalis.battle.Battle.battleLoop(Battle.java:230)
at com.majalis.screens.BattleScreen.render(BattleScreen.java:70)
at com.badlogic.gdx.Game.render(Game.java:46)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:223)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:124)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Error writing file: data\save.json (Local)
at com.badlogic.gdx.files.FileHandle.writer(FileHandle.java:330)
at com.badlogic.gdx.files.FileHandle.writeString(FileHandle.java:350)
... 8 more
Caused by: java.io.FileNotFoundException: C:\Users\Kalon\Downloads\New folder\Tales of Androgyny Win64 v0.1.12.1\data\save.json (The process cannot access the file because it is being used by another process)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at com.badlogic.gdx.files.FileHandle.writer(FileHandle.java:322)
... 9 more