NoSuchMethodError STBRPRect
See original GitHub issueHi !
Since I refresh my gradle project, I have a NoSuchMethodError.
This is the stacktrace :
Caused by: java.lang.NoSuchMethodError: org.lwjgl.stb.STBRPRect.was_packed()I at imgui.stb.ExtensionsKt.getWasPacked(extensions.kt:14) at imgui.FontAtlas.buildPackCustomRects(font.kt:821) at imgui.FontAtlas.buildWithStbTrueType(font.kt:633) at imgui.FontAtlas.build(font.kt:243) at imgui.FontAtlas.getTexDataAsAlpha8(font.kt:252) at imgui.FontAtlas.getTexDataAsRGBA32(font.kt:262) at imgui.impl.LwjglGL3.createFontsTexture(LwjglGL3.kt:245) at imgui.impl.LwjglGL3.createDeviceObjects(LwjglGL3.kt:176) at imgui.impl.LwjglGL3.newFrame(LwjglGL3.kt:108)
Thanks, Catvert.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (1 by maintainers)
Top Results From Across the Web
How do I fix a NoSuchMethodError? - java - Stack Overflow
If the exception appears when calling a method on objects instantiated by classes you made, then your build process seems to be faulty....
Read more >3.1.2-SNAPSHOT - java.lang.NoSuchMethodError
Hi guys, running some application here against 3.1.1 under Linux absolutely fine. Now I am trying to switch to 3.1.2-SNAPSHOT due to some ......
Read more >NoSuchMethodError · Issue #240 · JetBrains/intellij-arend
I got this in arend-lib: java.lang.NoSuchMethodError: 'java.lang.Comparable kotlin.sequences.SequencesKt.minOrNull(kotlin.sequences.
Read more >How to solve NoSuchMethodError - Processing forum
I get the following error when I try to compile my code. Please suggest a solution for the same. java.lang.RuntimeException: java.lang.
Read more >How To Fix java.lang.NoSuchMethodError:org ... - YouTube
In this video, I will tell how to fix java.lang. NoSuchMethodError : org.testng.TestRunner.addListener(Ljava/lang/Object;)V issue.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s working thanks for your help !
Ops, should be fixed now