the game only crashes instead of loading it also crashed before this update but only when i pressed the x to leave preferences.(also i can only play this in the itch launcher on mac)
Platform information
Game version: 0.3.20.0
Java version: 11.0.12
System information
OS name: Mac OS X
OS version: 10.15.7
OS architecture: x86_64
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: /Users/Wrench/.prefs/tales-of-androgyny-preferences (No such file or directory)
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