mirror of
https://github.com/rei-kes/Amalgam.git
synced 2025-06-20 00:37:21 +08:00
Add additional comment note relating to crash in FSN
This commit is contained in:
parent
52619df35e
commit
3179220770
@ -22,6 +22,8 @@ MAKE_HOOK(BaseClientDLL_FrameStageNotify, U::Memory.GetVFunc(I::BaseClientDLL, 3
|
|||||||
if (Vars::Visuals::Removals::ViewPunch.Value)
|
if (Vars::Visuals::Removals::ViewPunch.Value)
|
||||||
pLocal->m_vecPunchAngle() = Vec3(); // visual no-recoil
|
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 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.
|
// CRASH: Exception thrown at 0x00007FFC5A09EED0 (client.dll) in tf_win64.exe: 0xC0000005: Access violation reading location 0x000001F636472562.
|
||||||
// crashes likely not fsn related
|
// crashes likely not fsn related
|
||||||
|
Loading…
x
Reference in New Issue
Block a user