From 3179220770ac5f3345763a7ccf8ad7a674c2c721 Mon Sep 17 00:00:00 2001 From: Riley Date: Mon, 27 May 2024 21:37:16 -0500 Subject: [PATCH] Add additional comment note relating to crash in FSN --- Amalgam/src/Hooks/BaseClientDLL_FrameStageNotify.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Amalgam/src/Hooks/BaseClientDLL_FrameStageNotify.cpp b/Amalgam/src/Hooks/BaseClientDLL_FrameStageNotify.cpp index bae7632..6efee36 100644 --- a/Amalgam/src/Hooks/BaseClientDLL_FrameStageNotify.cpp +++ b/Amalgam/src/Hooks/BaseClientDLL_FrameStageNotify.cpp @@ -21,7 +21,9 @@ MAKE_HOOK(BaseClientDLL_FrameStageNotify, U::Memory.GetVFunc(I::BaseClientDLL, 3 G::PunchAngles = pLocal->m_vecPunchAngle(); // use in aimbot if (Vars::Visuals::Removals::ViewPunch.Value) pLocal->m_vecPunchAngle() = Vec3(); // visual no-recoil - F::Resolver.FrameStageNotify(pLocal); + F::Resolver.FrameStageNotify(pLocal); + // BUGBUG: Pixy; This will also crash in vphysics! + // Exception thrown at 0x00007FFB7467A08D (vphysics.dll) in tf_win64.exe: 0xC0000005: Access violation reading location 0x0000000000000000. // CRASH: Exception thrown at 0x00007FFCD004E223 (client.dll) in tf_win64.exe: 0xC0000005: Access violation reading location 0x0000025800000000. // CRASH: Exception thrown at 0x00007FFC5A09EED0 (client.dll) in tf_win64.exe: 0xC0000005: Access violation reading location 0x000001F636472562. // crashes likely not fsn related