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

jadx.core.utils.exceptions.JadxRuntimeException: Decompiler not yet loaded #1644

Closed
totallylost-helpme opened this issue Aug 16, 2022 · 2 comments

Comments

@totallylost-helpme
Copy link

Please describe what you did before the error occurred.
IMPORTANT! If the error occurs with a specific APK file please attach or provide link to apk file!

  • Jadx version: 1.4.3
  • Java version: 18.0.2
  • Java VM: Oracle Corporation OpenJDK 64-Bit Server VM
  • Platform: Windows 11 (10.0 amd64)
  • Max heap size: 4096 MB
jadx.core.utils.exceptions.JadxRuntimeException: Decompiler not yet loaded
	at jadx.gui.JadxWrapper.getDecompiler(JadxWrapper.java:209)
	at jadx.gui.JadxWrapper.unloadClasses(JadxWrapper.java:76)
	at jadx.gui.ui.dialog.SearchDialog.unloadTempData(SearchDialog.java:491)
	at jadx.gui.ui.dialog.SearchDialog.lambda$dispose$0(SearchDialog.java:155)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

@jpstotz
Copy link
Collaborator

jpstotz commented Aug 16, 2022

Happens if you open and close the search dialog before an APK has been loaded into Jadx.

@skylot
Copy link
Owner

skylot commented Aug 16, 2022

I implement a listener to disable actions if no files are loaded, also use it to close search and usage dialogs on project close.
This should resolve this issue.

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

3 participants