Hey Majalis. I've recently tried to migrate from the Win version to the Linux one, but I'm encountering an error at startup. I am on Arch Linux (yeah, I know).
Here my error.txt output:
java.lang.ExceptionInInitializerError
at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:591)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:124)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:954)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
... 2 more
It seems to be related to not being able to find my display; perhaps it is related to the stickied opengl error? I'm at a loss.
I've already tried redownloading the .rar (of the most current release). As this is my first time using the Linux version, this is the only release I've tested this with.
Thanks in advance!