-
Notifications
You must be signed in to change notification settings - Fork 2
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
Exceptions when running against PuzzlesLib #35
Comments
Oh, great. Another nested jar issue with LL-Java-Zip This will log every single file, so it will generate a huge amount of logs. |
@Col-E, can you help with this? It was a nested jar scan but I don't know more than that. |
I can't really help much without a sample unfortunately. Most I can say is the data index is out of bounds of the file. So since its embedded, maybe there was an extract issue? That being said, you really only need to use readJvm for the root jar. The embedded jars can be read with standard or naive. |
Seems to throw when scanning the attached mod by itself, updated issue title accordingly. |
Should be a temporary workaround in the current pre-release tho the root cause is not yet fixed. |
Running this command resulted in the below output for me:
java -verbose -jar ./jneedle-cli-0.1.0-SNAPSHOT-all.jar -f "/home/pointy/.local/share/PrismLauncher/"
(also present without-verbose
). I tested using the artifact from this build, however using the current release build on the same directory also throws exceptions includingIllegalStateException
,IndexOutOfBoundsException
,IOException
andIllegalArgumentException
.The tool seemed to work fine for me when run on individual modpack directories.
Thanks,
pointy
The text was updated successfully, but these errors were encountered: