Kenzzer / Slender-Fortress-New-Versions

A modification of Team Fortress 2 based on the game Slender: The Eight Pages.
GNU General Public License v3.0
18 stars 11 forks source link

Exception reported: NULL not allowed #35

Closed legoj15 closed 6 years ago

legoj15 commented 6 years ago

Hello there! After compiling the latest (e1922be) sf2.smx, every time a boss spawns on my server, it crashes with this:


L 09/01/2018 - 15:02:03: [SM] Blaming: sf2.smx
L 09/01/2018 - 15:02:03: [SM] Call stack trace:
L 09/01/2018 - 15:02:03: [SM]   [0] SDKCall
L 09/01/2018 - 15:02:03: [SM]   [1] Line 195, sf2/nextbot/nextbot.sp::NextBotGroundLocomotion.SetVelocity
L 09/01/2018 - 15:02:03: [SM]   [2] Line 1897, sf2/npc/npc_chaser.sp::SlenderChaseBossProcessMovement
Kenzzer commented 6 years ago

That's strange, but thanks for report I'll make sure to fix it.

Kenzzer commented 6 years ago

Alright NULL issue has been fixed, although It wasn't the reason for your server crash. It's an issue with the navmesh plugin, please download and compile the latest version: https://github.com/Benoist3012/sourcepawn-navmesh

legoj15 commented 6 years ago

Thanks!