SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.56k stars 178 forks source link

Cpp2IL.Plugin.StrippedCodeRegSupport.dll wont run #283

Open dimentox opened 1 month ago

dimentox commented 1 month ago

[Info] [Plugins] Using Plugin: Orbis PKG [Fail] [Plugins] Plugin Cpp2IL.Plugin.StrippedCodeRegSupport.StrippedCodeRegSupportPlugin threw an exception during OnLoad: System.MissingMethodException: Attempted to access a missing method. at Cpp2IL.Plugin.StrippedCodeRegSupport.StrippedCodeRegSupportPlugin.OnLoad() at Cpp2IL.Core.Cpp2IlPluginManager.InitAll() in //Cpp2IL.Core/Cpp2IlPluginManager.cs:line 70. It will not receive any further events. Unhandled exception. System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.Generic.List1.Enumerator.MoveNextRare() at System.Collections.Generic.List1.Enumerator.MoveNext() at Cpp2IL.Core.Cpp2IlPluginManager.InitAll() in //Cpp2IL.Core/Cpp2IlPluginManager.cs:line 66 at Cpp2IL.Core.Cpp2IlApi.Init(String ) in /_/Cpp2IL.Core/Cpp2IlApi.cs:line 27 at Cpp2IL.Program.GetRuntimeOptionsFromCommandLine(String[] commandLine) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 349 at Cpp2IL.Program.Main(String[] args) in C:\Users\Sam\RiderProjects\Cpp2IL\Cpp2IL\Program.cs:line 444

SamboyCoding commented 1 month ago

Are you definitely running the net7 build, not the netframework one? Netframework doesn't support plugins

dimentox commented 1 month ago

yes the latest build .

On Thu, May 30, 2024, 5:02 PM Sam Byass @.***> wrote:

Are you definitely running the net7 build, not the netframework one? Netframework doesn't support plugins

— Reply to this email directly, view it on GitHub https://github.com/SamboyCoding/Cpp2IL/issues/283#issuecomment-2140928085, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGRJPCGWDDMNOC6B2GZKELZE6OVVAVCNFSM6AAAAABIRWE6T2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBQHEZDQMBYGU . You are receiving this because you authored the thread.Message ID: @.***>

dimentox commented 1 month ago

SHA1 716d919cf578b53e6a70083d17e9faf882d79d30 Cpp2IL-2022.1.0-pre-release.14-Windows.exe