You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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(ReadOnlySpan
1 cmp, Span
1 dec) in D:\a\Studio\Studio\AssetStudio\LZ4\LZ4Utils.cs:line 57at 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?
The text was updated successfully, but these errors were encountered: