java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
13.91k stars 2.38k forks source link

JD-GUI crash #173

Open Corenb opened 7 years ago

Corenb commented 7 years ago

JD-GUI crash when i start it:

https://pastebin.com/24LrjvRr

I have already try to download other version and reinstall java :/

JustGregory-zz commented 7 years ago

From what I see, the "hanging point" is in reference to msvcr100.dll, which is the Microsoft VisualC Runtime library, which is written in C native code, not Java. I also see a reference statement "The crash happened outside the Java Virtual Machine in native code." so .... Not sure why it would apply to a Java decompiler process.

megapro17 commented 7 years ago

I'm have the same error. So it's appears after java update.

jusw85 commented 7 years ago

Same issue here. Possibly related:

https://bugs.openjdk.java.net/browse/JDK-8179014?focusedCommentId=14083422&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14083422

Corenb commented 7 years ago

So we have to wait java 9?...

JustGregory-zz commented 7 years ago

You do not see the error with previous versions of JD-Gui, correct? I think it is fine to use them (if you didn't need the cutting-edge latest, right?) until the fix is in for it.

samrocketman commented 7 years ago

Or contribute support for Java 9. No need to wait.

Corenb commented 7 years ago

Okay I think I have found the problem it seems that the file GodMode of windows 10 (GodMode. {ED7BA470-8E54-465E-825C-99712043E01C}) cause the problem just delete it if you created it on your desktop

tiagocavaleiro commented 7 years ago

On my case it was really the problem pointed by @Corenb And as reported by @jusw85 https://bugs.openjdk.java.net/browse/JDK-8179014 fixes it on Java 9. Backported to Java 8 on https://bugs.openjdk.java.net/browse/JDK-8183468 (it will be released on 8u161)

So the faster way to get this working again is really to rename {ED7BA470-8E54-465E-825C-99712043E01C} or remove it.

aiamuzz commented 6 years ago

oh ... so i am on Java 9 ... and its not opening ... i am on Linux ... no fix/bypass yet ?

samrocketman commented 6 years ago

Java 9 workaround mentioned in https://github.com/java-decompiler/jd-gui/issues/187

MPeti1 commented 6 years ago

Interesting how the godmode file can cause random java applications to crash. I would never thought about it can cause such a problem. @Corenb how did you know?

kihiuFrank commented 5 years ago

i downloaded JD-gui on Kali Linux using the command apt-get install jd-gui. The de-compiler is not launching after i double click on its icon. I try running on terminal and i get this error below. Someone please help.

jdgui-error.zip

emmanue1 commented 5 years ago

@kihiuFrank, this problem ius fixed with the last version 1.4.1. @Corenb, I do not know the God mode of Windows 10. Could you test the last version and give me a feedback ?

kihiuFrank commented 5 years ago

@emmanue1, so i should install version 1.4.1 instead?

emmanue1 commented 5 years ago

@kihiuFrank Yes.

kihiuFrank commented 5 years ago

Thanks a lot...let me try it out.

hane-smitter commented 5 years ago

@emmanue1 i got this error when trying to install the specific version of jd-gui

"E: Version '1.4.1' for 'jd-gui' was not found"

any help please

charisti5676 commented 4 years ago

If it EVER HAPPEN TO SOMEONE THIS IS YOUR FIX https://www.microsoft.com/en-us/download/confirmation.aspx?id=14632

MPeti1 commented 4 years ago

If it EVER HAPPEN TO SOMEONE THIS IS YOUR FIX https://www.microsoft.com/en-us/download/confirmation.aspx?id=14632

You mean installing this will prevent jdgui from crashing if the godmode shortcut is on the desktop?