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.

Exception in thread "jME3 Audio Decoder" java.lang.AssertionError

See original GitHub issue
Exception in thread "jME3 Audio Decoder" java.lang.AssertionError
	at com.jme3.audio.openal.ALAudioRenderer.updateInDecoderThread(ALAudioRenderer.java:1004)
	at com.jme3.audio.openal.ALAudioRenderer.run(ALAudioRenderer.java:257)
	at java.lang.Thread.run(Thread.java:748)

jme: 3.5.0-beta9, os: ubuntu/android image fails because both statuses are ‘Paused’

I got this error multiple times in android emulator, then decided to reproduce it the desktop version… had to click play-pause ~50 times before it happened, possible a concurrency issue

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
stephengoldcommented, Jan 23, 2022

Okay, thanks for that info. Your suggested fix sounds plausible to me. It’s unfortunate this issue missed the cut-off for 3.5.0-stable, but I expect we’ll fix it in the next release.

0reactions
stephengoldcommented, Jan 25, 2022

I reproduced this issue in the “v3.3” branch, so it’s not a regression and definitely not related to #1728.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the meaning of this "java.lang.IllegalStateException
java.lang.IllegalStateException: Decoding thread is terminated at com.jme3.audio.openal.ALAudioRenderer.checkDead(ALAudioRenderer.java:236)
Read more >
Exception in thread "main" java.lang.AssertionError
It's a bug in the compiler because the class com.sun.tools.javac.util.Assert.error clearly says it's from javac , the Java compiler, ...
Read more >
jmonkeyengine/ALAudioRenderer.java at master - GitHub
private static final String THREAD_NAME = "jME3 Audio Decoder"; ... throw new IllegalStateException("Decoding thread is terminated");.
Read more >
Diff - refs/tags/android-6.0.1_r30^! - platform/external/jmonkeyengine
New drop of the jmonkeyengine library A new drop of the jmonkeyengine library sources, based on a 2012-03-05 snapshot. Fixes a few unnecessary...
Read more >
assert that in java Code Example - Code Grepper
public static void main(String[] args) { int a = 6; assert a != 6 : "a != 6"; } //Exception in thread "main"...
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