UltimateAntiCheat icon indicating copy to clipboard operation
UltimateAntiCheat copied to clipboard

Access violation error

Open ShamaIow opened this issue 3 months ago • 1 comments

Hello, thanks for updating first!

Platform: x64 C++ 14 Unicode chars set Debug definitions: _CRT_SECURE_NO_WARNINGS and _WINSOCK_DEPRECATED_NO_WARNINGS

While trying to see if everything works, i got access violation at AntiCheat::IsVTableHijacked((void*)g_AC) or AntiCheat::RemapAndCheckPages();. I can't figure it out i'm too bad in C++. I built an exe like the release you made and i get this error for the function IsVTableHijacked:

Exception thrown at 0x00007FFF9E06D0B5 (ucrtbased.dll) in UltimateAnticheat.exe: 0xC0000005: Access violation writing location 0x00000182984A4430. image

And the second error i get is on the function AntiCheat::RemapAndCheckPages() Exception thrown at 0x00000235BDEF4A64 in UltimateAnticheat.exe: 0xC0000005: Access violation reading location 0x00007FF727D84D10 image

ShamaIow avatar Mar 25 '24 14:03 ShamaIow