Merge remote-tracking branch 'origin/develop' into minidump
This commit is contained in:
commit
050f867288
@ -646,7 +646,10 @@ namespace Components
|
||||
Utils::Hook(0x56AC60, AntiCheat::AimTargetGetTagPosStub, HOOK_JUMP).Install()->Quick();
|
||||
|
||||
// TODO: Probably move that :P
|
||||
AntiCheat::InitLoadLibHook();
|
||||
if (!Dedicated::IsEnabled())
|
||||
{
|
||||
AntiCheat::InitLoadLibHook();
|
||||
}
|
||||
|
||||
// Prevent external processes from accessing our memory
|
||||
AntiCheat::ProtectProcess();
|
||||
|
@ -26,6 +26,10 @@ namespace Components
|
||||
OutputDebugStringA("Failed to create new minidump!");
|
||||
Utils::OutputDebugLastError();
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxA(0, "Failed to create file!", "ERROR", MB_ICONERROR);
|
||||
}
|
||||
|
||||
printf("Trying to print an error message from ExceptionFilter...");
|
||||
switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|
||||
|
Loading…
Reference in New Issue
Block a user