Batfoxkid / FreakFortressBat

No longer supported.
https://github.com/Batfoxkid/Freak-Fortress-2-Rewrite
GNU General Public License v3.0
30 stars 20 forks source link

[Bug] Bug I Have in error logs #102

Closed wonyoungb closed 4 years ago

wonyoungb commented 4 years ago

Description

A clear and concise description of what the bug is. L 11/28/2019 - 03:16:45: [SM] Exception reported: Array index out-of-bounds (index 36, limit 36) L 11/28/2019 - 03:16:45: [SM] Blaming: freak_fortress_2.smx L 11/28/2019 - 03:16:45: [SM] Call stack trace: L 11/28/2019 - 03:16:45: [SM] [1] Line 17716, Unofficial Freak Fortress::Native_HasAbility L 11/28/2019 - 03:16:45: [SM] [3] FF2_HasAbility L 11/28/2019 - 03:16:45: [SM] [4] Line 69, Q:\SteamLibrary\Steam\SteamApps\common\Team Fortress 2\tf\addons\sourcemod\scripting\ff2_necrozma.sp::HookAbilities L 11/28/2019 - 03:16:45: [SM] [5] Line 50, Q:\SteamLibrary\Steam\SteamApps\common\Team Fortress 2\tf\addons\sourcemod\scripting\ff2_necrozma.sp::Event_RoundStart L 11/28/2019 - 03:18:32: [SM] Exception reported: invalid handle 0 (error: 4) L 11/28/2019 - 03:18:32: [SM] Blaming: freak_fortress_2.smx L 11/28/2019 - 03:18:32: [SM] Call stack trace: L 11/28/2019 - 03:18:32: [SM] [0] WriteFileLine L 11/28/2019 - 03:18:32: [SM] [1] Line 4905, Unofficial Freak Fortress::OnRoundEnd

Environment

Batfoxkid commented 4 years ago

For the first one, it seems like ff2_necrozma subplugin is checking more than it should. The second error I'll look into since I have no been developing on boss logging (may end up removing).