Keeps giving me some error about not being able to open a window. Skimmed the topics and the common questions and didn't find anything that helped. I even tried running it via java and it just crashed with no error report. Via windows it spat out...
Stack trace:
com.badlogic.gdx.utils.GdxRuntimeException: Couldn't create window
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:530)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:463)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:449)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:163)
at com.majalis.talesofandrogyny.desktop.DesktopLauncher.main(DesktopLauncher.java:113)
I'd be very thankful for help as this is a fave game to play. Even took to doing a clean full reset of my save data and that didn't do it either.