Search found 9 matches

by Zirak
Thu Apr 24, 2025 3:40 pm
Forum: Technical questions
Topic: VMProtect Ultimate v3.9.4 build 2305 - "Method not found" error
Replies: 4
Views: 5824

Re: VMProtect Ultimate v3.9.4 build 2305 - "Method not found" error

Hi, I sent an updated project to you on telegram (31mb can't attach on forums). I seem to be getting this exception now: Unhandled exception. System.TypeInitializationException: The type initializer for 'Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource' threw an exceptio...
by Zirak
Thu Apr 24, 2025 2:12 am
Forum: Technical questions
Topic: VMProtect Ultimate v3.9.4 build 2305 - "Method not found" error
Replies: 4
Views: 5824

VMProtect Ultimate v3.9.4 build 2305 - "Method not found" error

Hi, I'm experiencing this error: System.MissingMethodException: Method not found: 'Microsoft.Extensions.DependencyInjection.ServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceColle...
by Zirak
Fri Oct 14, 2022 7:19 pm
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

Re: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

Latest build appears to work, thank you for the swift support.
by Zirak
Fri Oct 14, 2022 5:35 pm
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

Re: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

Oh yes, I have that on my initial function:

Code: Select all

[Obfuscation(Feature = "virtualizationlockbykey", Exclude = false)]
Would this not be needed if I'm doing my own check for serial key? Strange that it wasn't happening on build 1530 and prior releases though.
by Zirak
Fri Oct 14, 2022 5:27 pm
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

Re: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

I'm not sure if I see a "Lock To Serial Number" feature, but I have the "Lock to HWID" turned off. I do check for a serial number programmatically, but I don't think this code should break the ability for VMProtect to compile, not sure.. Example Code: SerialState st = SDK.SetSeri...
by Zirak
Fri Oct 14, 2022 5:20 pm
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

Re: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

Build 1532 seems to fix the original issue and now appears to run my test project completely fine, but the new issue that was introduced in Build 1531 (Runtime error at CompileToVM: add) when trying to compile my other project in VMProtect still appears to occur. I'm not sure how easy it is for you ...
by Zirak
Fri Oct 14, 2022 2:51 pm
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

Re: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

Hi, With the latest build 1531 it looks like it doesn't even reach the first Console.WriteLine() anymore, seems to crash almost immediately for the same VMPTest project that I attached previously. (I am testing in Release build) VMPTestFail.png On another project (that was packing fine previously) i...
by Zirak
Thu Oct 13, 2022 1:58 am
Forum: Technical questions
Topic: VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection
Replies: 9
Views: 4094

VMProtect v3.7.2 build 1530 - .NET application crashes with Import Protection

Hello, I have attached a project of a test app that crashes in the latest version of VMProtect, this project used to run perfectly fine with version v3.5.1.1387. It seems like when Import Protection is turned on the application crashes when it tries to access the static string "SymLink", a...