This problem occurs when users try to call a native function from a native dll(encrypted).Faulting application name: *, version: 0.0.0.0, time stamp: 0x654116c1
Faulting module name: KERNELBASE.dll, version: 10.0.19041.4355, time stamp: 0xd7762934
Exception code: 0xc0000602
Fault offset: 0x000000000012d332
Faulting process id: 0x50c0
Faulting application start time: 0x01dab52bdfd9443b
Faulting application path: *
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: a221c95e-8548-4a5c-8ba5-4b11bdac4621
Faulting package full name:
Faulting package-relative application ID:
This dll is produced by C# native AOT compilation and exposes serveral exported native functions.
When certain function is called the programs 100% crashes, and when other functions are called they fail randomly(like twice a day, or crash once within 5 calls, I can't tell the exact steps to produce random crashes). The error code is always 0xc0000602.
The attachment is a screenshot of overview of my settings in VMP lite.
Can you help me?