LibK icon indicating copy to clipboard operation
LibK copied to clipboard

LibK Error: Tried to resolve an already rejected deferred

Open Namachi06 opened this issue 3 years ago • 0 comments

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)...

Namachi06 avatar Dec 02 '21 22:12 Namachi06