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

Save file import for ASA #1323

Open
eddielane71488 opened this issue Nov 20, 2023 · 1 comment
Open

Save file import for ASA #1323

eddielane71488 opened this issue Nov 20, 2023 · 1 comment

Comments

@eddielane71488
Copy link

When attempting to import my server save I get the following error.

Save file import error - ARK Smart Breeding v0.58.0.0

An error occurred while importing the file Z:\ASA\ShooterGame\Saved\SavedArks\TheIsland_WP\TheIsland_WP.ark.

Found unknown Version 20819

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.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.d__699.MoveNext()

@cadon
Copy link
Owner

cadon commented Nov 20, 2023

The file format for ASA is completely different from the format of ASE and is currently not supported.

@cadon cadon changed the title Import Save Game produces error Save file import for ASA Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants