Using any SDK function in .NET causes deadlock on "Saving..."

Seems that using any sort of SDK functionality in .NET VMProtect causes a deadlock on the “Saving…” phase (stuck at 0%)

https://i.vgy.me/AO66Z3.png

Example code:

    public class VMPTest
    {
        [BeginVirtualization]
        public static void Main(string[] args)
        {
            if (SDK.IsDebuggerPresent(true))
            {
                Console.WriteLine("Debugger detected!");
                Console.ReadLine();
            }
            else
            {
                Console.WriteLine("Debugger not detected!");
                Console.ReadLine();
            }
        }
    }

Example program (just compiled from above):
https://anonfile.com/T5p4ff23nf/VMPNetTesting_exe

If you need my SDK DLL you can DM/email me.

Please send your example to info@vmpsoft.com

I have same problem and I don’t use any sdk function.

Do you enable the anti-VM or anti-debug in the VMProtect settings? Its also reproducable this way aswell.

Done, check your email.

Fixed in the 1031 build:
http://vmpsoft.com/files/VMProtectDemo.exe

I’m using just virtualization on some functions.

Also, did you try it after the update?
The problem still continues for me :frowning:

Same problem in 1130. And i have error “Invalid token type: call…” and its so hard to find Methud to delete

And i have error “Invalid token type: call…”

Please send us a test example.

How could I get this new build? I have a ‘Professional’ license for VMProtect and did not get an email for this update. If the new build could either be sent to my email address or some way of activating the demo with my license, it would be nice. Thanks!

Edit: Got it now.