PhlexPlexico / G5WS

Game Server Plugin for G5API
https://phlex.avidgamers.me
GNU General Public License v3.0
18 stars 8 forks source link

Exception: Not enough space on the heap #46

Closed kyoto44 closed 1 year ago

kyoto44 commented 1 year ago

I am constantly getting this kind of error. I don't know how bad it can affect plugin functionality. Running server in a docker container, (Ryzen 5 3600/64 GB DDR4).

L 11/28/2022 - 13:56:32: [G5WS.smx] Failed to add http param key=xxxxxxxxxxxxxxxxxxxxxxxx
L 11/28/2022 - 13:56:32: [SM] Exception reported: Not enough space on the heap
L 11/28/2022 - 13:56:32: [SM] Blaming: G5WS.smx
L 11/28/2022 - 13:56:32: [SM] Call stack trace:
L 11/28/2022 - 13:56:32: [SM]   [1] Line 291, /home/runner/work/G5WS/G5WS/tmp/addons/sourcemod/scripting/include/json.inc::json_encode
L 11/28/2022 - 13:56:32: [SM]   [2] Line 272, /home/runner/work/G5WS/G5WS/tmp/addons/sourcemod/scripting/include/json.inc::json_encode
L 11/28/2022 - 13:56:32: [SM]   [3] Line 722, /home/runner/work/G5WS/G5WS/tmp/addons/sourcemod/scripting/include/json/object.inc::JSON_Object.Encode
L 11/28/2022 - 13:56:32: [SM]   [4] Line 224, G5WS.sp::Get5_OnPlayerDeath
L 11/28/2022 - 13:56:32: [SM]   [6] Call_Finish
L 11/28/2022 - 13:56:32: [SM]   [7] Line 756, get5/scripting/get5/stats.sp::Stats_PlayerDeathEvent
PhlexPlexico commented 1 year ago

Please don't use release 4.0.1 as it contains an event that is not fully implemented. I've published one of the nightlies as the latest release that comments out this so far.

It shouldn't affect the plugin but it will appear every time a player dies. Please use this instead

https://github.com/PhlexPlexico/G5WS/releases/tag/Nightly-c5dfa8

Thanks!