legui icon indicating copy to clipboard operation
legui copied to clipboard

java.lang.NoSuchMethodError: 'void org.lwjgl.system.ThreadLocalUtil.setFunctionMissingAddresses(int, int)'

Open nextdayy opened this issue 3 years ago • 1 comments

Hi, I tried to build legui for contribution to it and research into playing video, but when I tried to run this on Java 16 I got this error upon starting:

Exception in thread "main" java.lang.NoSuchMethodError: 'void org.lwjgl.system.ThreadLocalUtil.setFunctionMissingAddresses(int, int)'
	at org.lwjgl.opengl.GL.create(GL.java:183)
	at org.lwjgl.opengl.GL.create(GL.java:129)
	at org.lwjgl.opengl.GL.create(GL.java:115)
	at org.lwjgl.opengl.GL.<clinit>(GL.java:85)

Not sure if this is something I'm doing wrong, also the CONTRIBUTING.md no longer exists so I couldn't check that either. Thanks for your help!

nextdayy avatar Jun 29 '22 17:06 nextdayy

Foremost, sorry for the late reply.

This kind of issue looks like you have different version of LWJGL then the one specified in the gradle properties. Could you please check it?

SpinyOwl avatar Oct 10 '23 00:10 SpinyOwl