Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Error: Specified argument was out of the range of valid values #36

Closed
John78964 opened this issue Nov 21, 2023 · 2 comments
Closed

Error: Specified argument was out of the range of valid values #36

John78964 opened this issue Nov 21, 2023 · 2 comments

Comments

@John78964
Copy link

John78964 commented Nov 21, 2023

Trying to open almost any assetbundle file from game "Overlord: King of Nazarick" (CN game) throws this error:

[Error]
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
at AssetStudio.LZ4.Decompress(ReadOnlySpan1 cmp, Span1 dec) in D:\a\Studio\Studio\AssetStudio\LZ4\LZ4Utils.cs:line 57
at AssetStudio.BundleFile.ReadBlocks(FileReader reader, Stream blocksStream) in D:\a\Studio\Studio\AssetStudio\BundleFile.cs:line 556
at AssetStudio.BundleFile..ctor(FileReader reader, Game game) in D:\a\Studio\Studio\AssetStudio\BundleFile.cs:line 147
at AssetStudio.AssetsManager.LoadBundleFile(FileReader reader, String originalPath, Int64 originalOffset, Boolean log) in D:\a\Studio\Studio\AssetStudio\AssetsManager.cs:line 257

Here is an example file:
/////(this file is extracted from apk file)

Is it even possible to open these files?

@Modder4869
Copy link

@John78964
Copy link
Author

Thank you very much, this works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants