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

[Bug] BufferUnderflowException #33

Open
DrZed opened this issue Jan 18, 2018 · 0 comments
Open

[Bug] BufferUnderflowException #33

DrZed opened this issue Jan 18, 2018 · 0 comments

Comments

@DrZed
Copy link

DrZed commented Jan 18, 2018

I was getting an OutOfMemory exception until I allocated 7GB for my save, then it finally did this.

I'm trying to fix my pteranodon, it messed up during save and crashed and when I loaded it back up the stamina was 300 instead of over 1000 that I had put point into.

My save is
TheIsland.zip

The command I executed is
java -jar -Xmx7168m -Xms7168m ark-tools.jar s2j F:\Games\Steam\steamapps\common\ARK\ShooterGame\Saved\SavedArksLocal\TheIsland.ark save.json

java.nio.BufferUnderflowException at java.nio.DirectCharBufferU.get(Unknown Source) at qowyn.ark.ArkArchive.getString(ArkArchive.java:194) at qowyn.ark.ArkSavFile.readBinary(ArkSavFile.java:46) at qowyn.ark.FileFormatBase.readBinary(FileFormatBase.java:30) at qowyn.ark.tools.ConvertingCommands.toJson(ConvertingCommands.java:89) at qowyn.ark.tools.ConvertingCommands.savToJson(ConvertingCommands.java:64) at qowyn.ark.tools.App.main(App.java:125)

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