Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nextdayy opened this issue Jun 29, 2022 · 1 comment

Comments

@nextdayy
Copy link

nextdayy commented Jun 29, 2022

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!

@SpinyOwl
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants