Thread: Minion on Linux
View Single Post
05/20/19, 07:19 PM   #4
calvin.scones
Join Date: May 2019
Posts: 1
Java Error

I followed the instructions here, but I am getting an error at running java -jar Minion-jfx.jar

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 29
Current serial number in output stream: 30

I verified that java is the right version, and tried 8u212 as well

--------------------------------------------------------------------------------------------------
EDIT

Simple reboot fixed this

For anyone finding this post later the issue was that Manjaro/arch uses openJDK, and using:
"archlinux-java set <JRE version>"
fixes the issue, but will error out until after a reboot


Feel free to remove this post if you want since this is a sticky.

Last edited by calvin.scones : 05/20/19 at 07:31 PM.
  Reply With Quote