HelloTinyFD.java error

Started by orange451, December 08, 2018, 20:42:30

Previous topic - Next topic

orange451

When I run HelloTinyFD.java from the github, I'm met with this error:

Exception in thread "main" java.lang.NoSuchMethodError: org.lwjgl.system.MemoryStack.nUTF8Safe(Ljava/lang/CharSequence;Z)I
	at org.lwjgl.util.tinyfd.TinyFileDialogs.tinyfd_messageBox(TinyFileDialogs.java:237)
	at test.HelloTinyFD.main(HelloTinyFD.java:112)


Points to this line:
tinyfd_messageBox("tinyfd_query", "", "ok", "info", true);


Tried it on a freshly downloaded version of LWJGL from the website (STABLE).
Am I missing a library?

spasi

Sounds like you're on a 3.2.1 build of tinyfd and a 3.2.0 build of the LWJGL core.

orange451

You are correct. Not sure how I managed that one.

Thanks!