Il2CppDumper icon indicating copy to clipboard operation
Il2CppDumper copied to clipboard

System.ArgumentException: The source array was not long enough.

Open CHEATSGAMES opened this issue 2 years ago • 0 comments

  • Il2CppDumper version: 6.7.25
  • Metadata version: 24,4
  • Describe the issue When I try to dump these files, these errors appear on the console. Initializing metadata... Metadata Version: 24,4 Initializing il2cpp file... Il2Cpp Version: 24,4 Searching... CodeRegistration : 1d7050 MetadataRegistration : 1d7560 System.ArgumentException: The source array was not long enough. Check srcIndex and the length as well as the lower bounds of the array. em System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) em Il2CppDumper.Il2Cpp.Init(UInt64 codeRegistration, UInt64 metadataRegistration) na C:\projects\il2cppdumper\Il2CppDumper\Il2Cpp\Il2Cpp.cs:linha 220 em Il2CppDumper.Il2Cpp.AutoPlusInit(UInt64 codeRegistration, UInt64 metadataRegistration) na C:\projects\il2cppdumper\Il2CppDumper\Il2Cpp\Il2Cpp.cs:linha 102 em Il2CppDumper.Program.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) na C:\projects\il2cppdumper\Il2CppDumper\Program.cs:linha 213 ERROR: An error occurred while processing. Press any key to exit...
  • Upload executable file and global-metadata.dat files.zip

CHEATSGAMES avatar Jul 23 '22 03:07 CHEATSGAMES