Author Topic: Unauthed player issues after update  (Read 1637 times)

0 Members and 1 Guest are viewing this topic.

Offline sweetfoo

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Unauthed player issues after update
« on: August 28, 2016, 01:02:28 PM »
My ULib/ULX versions
ULib v..3.71d
ULX v..2.61d

Game mode(s) I am having this problem on: Terrortown

Lua errors shown in console, if any:
Code: [Select]
[ERROR] Unauthed player
  1. query - [C]:-1
   2. fn - addons/ulx-master/lua/ulx/xgui/bans.lua:519
    3. fn - addons/ulib-master/lua/ulib/shared/hook.lua:109
     4. func - addons/ulib-master/lua/ulib/client/cl_util.lua:22
      5. unknown - lua/includes/extensions/net.lua:32
Code: [Select]

[ERROR] Unauthed player
  1. query - [C]:-1
   2. processModules - addons/ulx-master/lua/ulx/modules/cl/xgui_client.lua:235
    3. fn - addons/ulx-master/lua/ulx/modules/cl/xgui_client.lua:189
     4. Call - addons/ulib-master/lua/ulib/shared/hook.lua:109
      5. fn - addons/ulib-master/lua/ulib/cl_init.lua:49
       6. unknown - addons/ulib-master/lua/ulib/shared/hook.lua:109

After the recent ULib update strange errors have been happening randomly. Admins getting "Your ULX player has not been Authed" while not being able to open their XGUI unless reconnecting, etc. Any ideas?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Unauthed player issues after update
« Reply #1 on: August 28, 2016, 06:10:39 PM »
Sweetfoo, searching our forum for "unauthed" finds a few reports of this.
Of those that were troubleshot to completion, there were other non-ULib errors occurring before the ULib loaded, and basically, though we haven't seen what is causing it, some addon is breaking the player spawn hook that many addons use, including ulx to authenticate on join.

I noticed in one of your errors bans.lua is mentioned, and in another, way down the trace, net.lua is mentioned; you wouldn't happen to be using URM by any chance?
If so, try removing it and see if that helps. The author of URM had to update recently due to a conflict when bans load. If you're using it, make sure you go to the author's release thread and get the latest.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline sweetfoo

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Unauthed player issues after update
« Reply #2 on: August 29, 2016, 03:59:52 AM »
Sorry for not having searched the forums first, JamminR! I don't have URM, but I am going through the troubleshooting steps now and will report back with what I find is the cause.