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

Error: Failed to scan jar file #52

Open
BinaryVigilante opened this issue Jun 9, 2023 · 1 comment
Open

Error: Failed to scan jar file #52

BinaryVigilante opened this issue Jun 9, 2023 · 1 comment

Comments

@BinaryVigilante
Copy link

I'm getting this error while scanning my home directory on Arch Linux:

Failed to scan Jar file: /home/binary/mnt/games/badlion/.minecraft/versions/BLClient/PRODUCTION3/1.19.4/BLClient.jar
Error:9

I'm running Nekodetector as root.

@comicsansgreenki
Copy link

comicsansgreenki commented Jun 12, 2023

This happened for me with Betacraft's discord_rpc.jar plugin.
Console log:

java.util.zip.ZipException: zip file is empty
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:228)
	at java.util.zip.ZipFile.<init>(ZipFile.java:157)
	at java.util.jar.JarFile.<init>(JarFile.java:171)
	at java.util.jar.JarFile.<init>(JarFile.java:135)
	at me.cortex.jarscanner.Main$1.lambda$visitFile$0(Main.java:181)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

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

2 participants