mojira.dev

Michael Steenbeek

Assigned

No issues.

Reported

MC-100030 The bundled LWJGL version contains a bug that is fixed upstream Invalid MC-97991 LWJGL cannot handle connected but disabled outputs Invalid MC-97823 Minecraft 1.8.9 (and all versions from 1.8.2) crash on startup with ArrayIndexOutOfBoundsException Duplicate

Comments

According to the LWJGL developers, this bug has been fixed, but Minecraft uses an older version of LWJGL which doesn't contain the fix. So Minecraft should update its version.
See here: https://github.com/LWJGL/lwjgl/issues/129#issuecomment-189235820

The problem is in how LWJGL interprets XRANDR's output, because if I manipulate XRANDR's output to tell LWJGL there is only one screen connected LWJGL doesn't give a fault and the game works. Apparently LWJGL chokes when a screen is connected but not turned on - like when you play on an external monitor and your laptop screen is disabled, like it is in my case.
Since most games on Linux use xrandr - without any issues - the problem lies in LWJGL. This library is supplied by Minecraft and thus your responsibility.

Xrandr IS installed, as it is in every Ubuntu desktop install. And since other games and older Minecraft versions work correctly, this is a Minecraft issue.