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

Duplicate Filename Exception when saving sources. #56

Closed
ghost opened this issue Aug 21, 2016 · 3 comments
Closed

Duplicate Filename Exception when saving sources. #56

ghost opened this issue Aug 21, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 21, 2016

Whenever i try to decompile Shiginima Launcher SE v3.100.jar, it gets stuck at 72% then it throws that error!

java.util.zip.ZipException: duplicate entry: javax/annotation/CheckForNull.java

Tried to decompile on linux, no luck, tried on windows, no luck..

@deathmarine
Copy link
Owner

Decompile or save all the sources? I've downloaded the same file and its view-able. I'm pretty sure the exception is thrown because the source (*.java) is included in the megajar. It seems they are using maven shade to reduce dependencies but not removing the source files. Either way I can gracefully handle the exception but I never actually anticipate having the sources stored in the jar.

@deathmarine deathmarine changed the title *ERROR* *LINUX-WINDOWS* Duplicate Filename Exception when saving sources. Aug 24, 2016
deathmarine added a commit that referenced this issue Aug 24, 2016
sources, retaining the originals and the decompiled source. Addresses
#56
deathmarine added a commit that referenced this issue Aug 24, 2016
sources, retaining the originals and the decompiled source. Addresses
#56
@ghost
Copy link
Author

ghost commented Aug 24, 2016

ok, thanks for fixing it! could you also post a download link with the fixed one pls >?

@deathmarine
Copy link
Owner

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

1 participant