Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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

No no, just that the jar should be running with the jre that's packaged with the game, not a different version.

i'm embarrassed to say this but i dont know how sorry for being so dumb

Let me try:

Open command prompt and navigate to that folder and type `java -jar ToA.jar`

(1 edit)

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 !

(1 edit)

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?

(1 edit)

Sorry for the wait in replying, it as my damn username all the time! that was a damn kanjin on it! sorry for making you pound your head on it but thanks for your support!