LibK
LibK copied to clipboard
LibK Error: Tried to resolve an already rejected deferred
Hello,
I'm currently facing an issue after joining my Gmod Deathrun server. Indeed, I have added an addon bought from the gmod store recently which is gesture and setted up at 100%.
After restarting the server and then joining it, this error appears in the console:
[libk] addons/libk/lua/libk/client/cl_libk_client.lua:3: Tried to resolve an already rejected deferred!
1. error - [C]:-1
2. Resolve - addons/libk/lua/libk/shared/1_sh_promises.lua:179
3. fn - addons/libk/lua/libk/client/cl_libk_client.lua:3
4. unknown - addons/ulib/lua/ulib/shared/hook.lua:109
We can notice that:
- The scoreboard addon (also from the gmod store) has completely stopped working without error.
- After removing the scoreboard addon, the error is not showing up anymore from LibK, everything works. (But I want to keep the scoreboard addon)...