wait, what? I shoud take what is inside the jre folder to outside? If is using a fresh extraction is what you mean it as my initial failure sorry
Viewing post in So I'm kida dumb and don't know how to instal the game
an even bigger error code appears now lol
D:\Tales of Androgyny Win64\Tales of Androgyny Win64>java -jar TalesOfAndrogyny.jar
[LwjglApplication] Couldn't initialize audio, disabling audio
java.lang.UnsatisfiedLinkError: C:\Users\Usu?rio\AppData\Local\Temp\libgdxUsu?rio\1cecf4f6\lwjgl64.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.openal.AL.<clinit>(AL.java:59)
at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.<init>(OpenALAudio.java:72)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:90)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:71)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:44)
java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.Sys
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:592)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "LWJGL Application"
thanks for trying to help me !
I'm suspecting now that the problem is the character in your username being replaced with a ? in the stack trace, which I assume is an á. It looks like it might be a library issue... I'll try to dig deeper on it. Can you try switching to a different user (a simple user named TestUser or something should be fine) and see if that fixes it?