You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been finding out my server suddenly crashed the moment a map change happened, which seems to be related the moment another addon calls require("gm_luaerror"). For some reason, it does not affect it when the server process starts for the first time, only on map changes.
The server is running on the master branch.
The host machine runs on Windows Server 2019.
The text was updated successfully, but these errors were encountered:
TwistedTail
changed the title
"Unable to "
"Unable to sigscan function HandleClientLuaError" on map change
Jun 3, 2023
Just tested and this happens on my servers too. Only happens on map changes. Windows Server 2019, latest version of luaerror, latest version of main branch GMod.
Out of curiosity, I figured that it might be a good idea to try an older release. I went ahead and tried out 1.5.7 and the issue does not appear to be happening. Not sure if anyone else has tried this and had any success, but hopefully it sheds some light into what the issue might be.
Been finding out my server suddenly crashed the moment a map change happened, which seems to be related the moment another addon calls
require("gm_luaerror")
. For some reason, it does not affect it when the server process starts for the first time, only on map changes.The server is running on the master branch.
The host machine runs on Windows Server 2019.
The text was updated successfully, but these errors were encountered: