Author Topic: I need help with this strand of ulx errors  (Read 2366 times)

0 Members and 1 Guest are viewing this topic.

Offline blue

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
I need help with this strand of ulx errors
« on: December 28, 2020, 08:51:51 AM »
[ulib] addons/ulib/lua/ulib/shared/cami_ulib.lua:18: [ULIB] Unauthed player
  1. query - [C]:-1
   2. fn - addons/ulib/lua/ulib/shared/cami_ulib.lua:18
    3. Call - addons/ulib/lua/ulib/shared/hook.lua:109
     4. PlayerHasAccess - gamemodes/darkrp/gamemode/libraries/sh_cami.lua:383
      5. updatePrivs - gamemodes/darkrp/gamemode/modules/doorsystem/cl_doors.lua:8
       6. fn - gamemodes/darkrp/gamemode/modules/doorsystem/cl_doors.lua:14
        7. unknown - addons/ulib/lua/ulib/shared/hook.lua:109


If someone could tell me what would be causing these errors and how to fix them that would be much appreciated. Thank you.

Offline Timmy

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 252
  • Karma: 168
  • Code monkey
Re: I need help with this strand of ulx errors
« Reply #1 on: December 29, 2020, 08:37:51 AM »
Three possible causes so far. Ordered from most likely to least likely:
  • An addon is breaking the auth hook.
    Fix: remove offending addon.
  • Missing or invalid garrysmod/settings/users.txt file.
    Usually accompanied by this error: lua/includes/extensions/player_auth.lua:66: bad argument #1 to 'KeyValuesToTable' (string expected, got no value)
    Fix: put default users.txt in garrysmod/settings (attached to this post).
  • This weird autorefresh issue.
    Fix: disable autorefresh and/or hibernation.
« Last Edit: January 20, 2021, 03:54:34 AM by Timmy »