Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
17 stars 7 forks source link

[Bug] Error in hit logic #215

Open naydef opened 3 weeks ago

naydef commented 3 weeks ago

Description

L 08/22/2024 - 14:39:39: [SM] Exception reported: Element -1 is out of bounds (Prop m_nStreaks has 4 elements).
L 08/22/2024 - 14:39:39: [SM] Blaming: freak_fortress_2.smx
L 08/22/2024 - 14:39:39: [SM] Call stack trace:
L 08/22/2024 - 14:39:39: [SM]   [0] GetEntProp
L 08/22/2024 - 14:39:39: [SM]   [1] Line 568, freak_fortress_2/attributes.sp::Attributes_OnHitBoss
L 08/22/2024 - 14:39:39: [SM]   [2] Line 452, freak_fortress_2/sdkhooks.sp::SDKHook_TakeDamagePost
L 08/22/2024 - 14:40:14: [SM] Exception reported: Element -1 is out of bounds (Prop m_nStreaks has 4 elements).
L 08/22/2024 - 14:40:14: [SM] Blaming: freak_fortress_2.smx
L 08/22/2024 - 14:40:14: [SM] Call stack trace:
L 08/22/2024 - 14:40:14: [SM]   [0] GetEntProp
L 08/22/2024 - 14:40:14: [SM]   [1] Line 568, freak_fortress_2/attributes.sp::Attributes_OnHitBoss
L 08/22/2024 - 14:40:14: [SM]   [2] Line 452, freak_fortress_2/sdkhooks.sp::SDKHook_TakeDamagePost

I don't have information about the classname that caused this error.