question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Found unknown Version 11

See original GitHub issue

Hi, getting this error as of today 27th July 2023), not played or imported since the patch the other day. I download the latest save from (i.e. ‘TheVolcano_27.07.2023_18.20.06.ark.gz’), extract the archive and then rename the file to ‘TheVolcano.ark’, and then do File > Importing from savegame.

Save file import error - ARK Smart Breeding v0.55.0.0

An error occurred while importing the file D:\Nitrado ARK Server Backups\TheVolcano.ark.

Found unknown Version 11

System.NotSupportedException in SavegameToolkit

Method throwing the error: SavegameToolkit.ArkSavegame.readBinaryHeader

StackTrace:
   at SavegameToolkit.ArkSavegame.readBinaryHeader(ArkArchive archive)
   at SavegameToolkit.ArkSavegame.ReadBinary(ArkArchive archive, ReadingOptions options)
   at ARKBreedingStats.ImportSavegame.ReadSavegameFile(String fileName)
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at ARKBreedingStats.ImportSavegame.<ImportCollectionFromSavegame>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at ARKBreedingStats.Form1.<RunSavegameImport>d__671.MoveNext()

Issue Analytics

  • State:open
  • Created 2 months ago
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
miragedmukcommented, Aug 21, 2023

@tylercasson Thanks man - your pointer for the Cryopod.CustomItemDatas containing an offset for the creature data was a big piece I hadn’t worked out yet.

Hacking away and attempting to identify what I can but still a way to go before I reach the “DinoTamedInventoryComponent_” object. Once we get there though it should just load in as a standard GameObject and that will contain the appropriate creature data for us to query as normal.

1reaction
tylercassoncommented, Aug 20, 2023

I’m trying to see if I can get this “pointer” integrated into the normal read process where it used to be able to just read CustomItemDatas, but at this point, I’m just throwing things at a wall until something sticks lol

Read more comments on GitHub >

github_iconTop Results From Across the Web

found an unknown app on my windows 11 in "Installed ...
found an unknown app on my windows 11 in "Installed apps" that has no name & I can not delete it!I don't know...
Read more >
Unable to compile simple Java 10 / Java 11 project with ...
If I run MAVEN_SKIP_RC=1 mvn -version , now the JAVA_HOME is taken into account. but the real fix is to find the culprit...
Read more >
Migration angular 11 -> 12 causing Unknown error from ...
I have migrated from Angular 11 to Angular 12. ... BrowserslistError: Unknown version 81 of android at Function.select ...
Read more >
[BUG] pyproject.toml: name, version not recognized ...
I recently started using Python 3.10 and found the pyproject.toml -based installation lacking. It now doesn't reads name and version ...
Read more >
iOS update and restore errors
If your device couldn't be restored and you get a message that "an unknown error occurred [error number]," use these steps.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found