Closed ghost closed 7 years ago
:+1: nothing is working not even you @danielga
Fixed in the latest commit.
I think it's happening again. Not triggering the hook.
I couldn't confirm the error on Windows, everything is working fine. @chelog please open a new issue next time.
I downloaded the cl version of the binary hoping to hide errors from the server somehow. I required it in the client state not the menu state.
luaerror.EnableCompiletimeDetour(true) makes include think the file is empty or something. I have tried having both of them false one true and both true.
Running script a.lua... Couldn't include file 'a.lua' (File not found) ()
hook.Add("LuaError","heck",function(...) print("oh no an error ",...) end) hook.Add("ClientLuaError","heck",hook.GetTable()["LuaError"]["heck"])
to trigger an error i am doing: lua_run_cl - lua_run_cl wat=" lua_run_cl local n n()
none of them print anything