thank you so much, I just thought it wasnt making the file to begin with, turns out Im blind as a bat, thank you again ^^
EthanEclipse
Recent community posts
So I recently got this game and I've been searching for ways to fix it with no end in sight, I hope someone can help me fix this. The error is listed below both pop up and the Error Log.
Platform information
Game version: 0.3.21.0
Java version: 11.0.12
System information
OS name: Windows 10
OS version: 10.0
OS architecture: amd64
Stack trace:
com.badlogic.gdx.utils.GdxRuntimeException: Error writing preferences: .prefs/tales-of-androgyny-preferences
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Preferences.flush(Lwjgl3Preferences.java:181)
at com.majalis.talesofandrogyny.ToAPreferences.flush(ToAPreferences.java:21)
at com.majalis.translation.TR.changeLanguage(TR.java:155)
at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:137)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:433)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:381)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:116)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:82)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Error writing file: .prefs\tales-of-androgyny-preferences (External)
at com.badlogic.gdx.files.FileHandle.write(FileHandle.java:302)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Preferences.flush(Lwjgl3Preferences.java:178)
... 8 more
Caused by: java.io.FileNotFoundException: C:\Users\ethan\.prefs\tales-of-androgyny-preferences (Access is denied)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
at com.badlogic.gdx.files.FileHandle.write(FileHandle.java:298)
... 9 more