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

Version 8 unknown #21

Closed
Letoric opened this issue Aug 29, 2017 · 10 comments
Closed

Version 8 unknown #21

Letoric opened this issue Aug 29, 2017 · 10 comments

Comments

@Letoric
Copy link

Letoric commented Aug 29, 2017

Hi Qowyn. Looks like the new release of Ark came with a new version of save files. Have fun sir! :)

If you need some sent, let me know.

@TyrelSackett
Copy link

same. happy to send anything needed to help as well.

java.lang.UnsupportedOperationException: Found unknown Version 8
at qowyn.ark.ArkSavegame.readBinaryHeader(ArkSavegame.java:178)
at qowyn.ark.ArkSavegame.readBinary(ArkSavegame.java:140)
at qowyn.ark.ArkSavegame.(ArkSavegame.java:90)
at qowyn.ark.tools.CreatureListCommands.listImpl(CreatureListCommands.java:109)
at qowyn.ark.tools.CreatureListCommands.wild(CreatureListCommands.java:67)
at qowyn.ark.tools.App.main(App.java:117)

@van-dell
Copy link

Same. I get @TyrelSackett's error when doing the wild command, for tamed it's 62 instead of 67:

java.lang.UnsupportedOperationException: Found unknown Version 8
at qowyn.ark.ArkSavegame.readBinaryHeader(ArkSavegame.java:178)
at qowyn.ark.ArkSavegame.readBinary(ArkSavegame.java:140)
at qowyn.ark.ArkSavegame.(ArkSavegame.java:90)
at qowyn.ark.tools.CreatureListCommands.listImpl(CreatureListCommands.java:109)
at qowyn.ark.tools.CreatureListCommands.tamed(CreatureListCommands.java:62)
at qowyn.ark.tools.App.main(App.java:117)

@b13n3rd
Copy link

b13n3rd commented Sep 2, 2017

Apart from the fact, that ark-tools does not know how to handle version 8 there seems to be little to no problem parsing the version savegames. I changed the code so version 8 is treated like version 7 and until now, i could not discover any bugs / problem.

Until qowyn provides an official solution, i provide a hotfixed build: https://ark.bienerd.de/pages/ark-tools-hotfix.html and created a pull request, stating the changes Qowyn/ark-savegame-toolkit#4.

I think we should continue to provide problems / bugs / differences to version 7 to support.

@SwissBorn2Frag
Copy link

@b13n3rd
Your download is detected by Chrome as suspect.

@b13n3rd
Copy link

b13n3rd commented Sep 2, 2017

@SwissBorn2Frag thank you for pointing out. Of course, the file is clean. I guess, chrome flags the file because of ark-tools.exe & ark-tools.jar contents. A note and virustotal scan was added to my page.

@SwissBorn2Frag
Copy link

Thanks. Your fix works :)

@van-dell
Copy link

van-dell commented Sep 2, 2017

@b13n3rd Thanks, works like a charm!

@TyrelSackett
Copy link

well now we have version 9. Thanks Wildcard! @b13n3rd any way to fix for version 9??

@SwissBorn2Frag
Copy link

@b13n3rd
Can you please fix it again? :)
Can you maybe add something like if(version >= "8") to automatically fix it for further versions?

@Qowyn
Copy link
Owner

Qowyn commented Sep 12, 2017

Should be completely fixed with the 0.6.0 release

@Qowyn Qowyn closed this as completed Sep 12, 2017
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

6 participants