Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hi, loving the idea of the game, unfortunately I can't play it at the moment, every time i try to play it i get the following message;

Sorry, fatal error - please let Majalis know! Error: Error writing file: data\save.json (Local)


Edit: this appears on both the 32 and 64 bit versions.

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

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.