question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NoSuchMethodError STBRPRect

See original GitHub issue

Hi ! 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:closed
  • Created 6 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Catvertcommented, Mar 13, 2018

It’s working thanks for your help !

0reactions
elect86commented, Mar 13, 2018

Ops, should be fixed now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found