java-decompiler / jd-gui

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

Save All Sources fails on certain jar files #390

Open nati0n opened 2 years ago

nati0n commented 2 years ago

I'm reversing some android applications, using dex2jar to generate jar files. All of the jar files can be viewed on JD-GUI fine, but some fail to export using 'Save All Sources.' The progress bar hangs and the zip file stays at 22 bytes. It seems in the backend there is some issue with these files. Here's a jar from Signal that fails.

Taz-Caldwell commented 2 years ago

Having the same issue as well. My progress bar stops at 80% and never progresses. I believe reverting back to older versions (1.4.2) and lower will solve the issue temporarily.

Wyctus commented 2 years ago

Same here, it stops at 22 bytes.