Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Cpp2IL.Plugin.StrippedCodeRegSupport.dll wont run

Open dimentox opened this issue 1 year ago • 3 comments

[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

dimentox avatar May 30 '24 21:05 dimentox

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

SamboyCoding avatar May 30 '24 22:05 SamboyCoding

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 avatar May 31 '24 06:05 dimentox

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

dimentox avatar May 31 '24 11:05 dimentox

This has been fixed since last release.

SamboyCoding avatar Aug 11 '24 23:08 SamboyCoding