1911/12 An old version problem.

Issues related to VMProtect
Post Reply
weloveayaka
Posts: 58
Joined: Wed Jul 05, 2023 6:21 am

1911/12 An old version problem.

Post by weloveayaka »

The following issue occurred in build 1911/1912. I tested with versions 1977 and 2001, and the problem did not occur.

Code: Select all

    [In][MarshalAs(UnmanagedType.LPStruct)] Guid pgActionID,
(due to some reason, I edited this post)

In the compilation process of the VMP in version 1911, sometimes the [MarshalAs(UnmanagedType.LPStruct)] attribute would be missing from the above function. This problem appears unstable and requires enabling an additional protection option, such as Memory Protection.
As a result, calling this function would result in the error "Exception from HRESULT: 0x80131130 Record not found on lookup."

Perhaps you are already aware of and have fixed this issue. :)
Last edited by weloveayaka on Wed Mar 06, 2024 1:22 pm, edited 1 time in total.
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: 1911/12 An old version problem.

Post by Admin »

This issue was fixed in the 1914 build.
weloveayaka
Posts: 58
Joined: Wed Jul 05, 2023 6:21 am

Re: 1911/12 An old version problem.

Post by weloveayaka »

could you please send me a 1914 build ( and to )
Due to a lack of testing resources, we can only use older versions for now and switch to 2000+ version a few weeks later.
Last edited by weloveayaka on Wed Mar 06, 2024 1:20 pm, edited 1 time in total.
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: 1911/12 An old version problem.

Post by Admin »

Unfortunately we don't store old versions.
weloveayaka
Posts: 58
Joined: Wed Jul 05, 2023 6:21 am

Re: 1911/12 An old version problem.

Post by weloveayaka »

ok I see, Thank you very much
Post Reply