Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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

Hrm, it says the file is being used by another process - I wonder if you have the file being opened by something else? If you delete that file, it should be re-created on launch.