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

System.InvalidOperationException: Sequence contains no matching element #835

Open
masagrator opened this issue Dec 22, 2024 · 1 comment

Comments

@masagrator
Copy link
Contributor

masagrator commented Dec 22, 2024

  • Il2CppDumper version: 6.7.46

  • Target Unity version: 2021.3.34.f1

  • Describe the issue:

Initializing metadata...
Metadata Version: 29
Initializing il2cpp file...
System.InvalidOperationException: Sequence contains no matching element
   at System.Linq.ThrowHelper.ThrowNoMatchException()
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 , Func`2 )
   at Il2CppDumper.NSO.MapVATR(UInt64 addr) in C:\projects\il2cppdumper\Il2CppDumper\ExecutableFormats\NSO.cs:line 205
   at Il2CppDumper.NSO..ctor(Stream stream) in C:\projects\il2cppdumper\Il2CppDumper\ExecutableFormats\NSO.cs:line 95
   at Il2CppDumper.NSO.UnCompress() in C:\projects\il2cppdumper\Il2CppDumper\ExecutableFormats\NSO.cs:line 320
   at Il2CppDumper.Program.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 140
   at Il2CppDumper.Program.Main(String[] args) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 97
Press any key to exit...

My educated guess is that they moved from RELA to RELR in recent SDK updates, and tool doesn't support parsing it. Older updates of game work fine.

@masagrator
Copy link
Contributor Author

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

No branches or pull requests

1 participant