Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Kln0620

2
Posts
2
Following
A member registered Nov 08, 2016

Recent community posts

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

(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.