TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers

Home Page:http://ulyssesmod.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Srlion Hook Library: Stopped ULX/ULib from loading it's hook library! without have this in my steam workshop collection and in my server files

Pyroniix opened this issue · comments

Steps to reproduce

  1. nothing i've just restarted my server without any modification and I have this issues

Expected behavior

nothing just i've restart my server just to do a normal restart and I have this issues

Actual behavior

Srlion Hook Library: Stopped ULX/ULib from loading it's hook library!

Error(s) in server console, if any

Lua Error:
[ulx] addons/ulx/lua/ulx/log.lua:173: attempt to call method 'Nick' (a nil value)

  1. func - addons/ulx/lua/ulx/log.lua:173
  2. Run - lua/includes/modules/hook.lua:443
  3. func - addons/atlaschat/lua/atlaschat/init.lua:647
  4. unknown - lua/includes/extensions/net.lua:38
    [ulx] addons/ulx/lua/ulx/log.lua:173: attempt to call method 'Nick' (a nil value)
  5. func - addons/ulx/lua/ulx/log.lua:173
  6. Run - lua/includes/modules/hook.lua:443
  7. func - addons/atlaschat/lua/atlaschat/init.lua:647
  8. unknown - lua/includes/extensions/net.lua:38

Error(s) in player's console, if any

Srlion Hook Library: Stopped ULX/ULib from loading it's hook library!

[ulib] addons/ulib/lua/ulib/shared/sh_ucl.lua:48: attempt to call method 'UniqueID' (a nil value)

  1. query - addons/ulib/lua/ulib/shared/sh_ucl.lua:48
  2. func - addons/ulib/lua/ulib/shared/cami_ulib.lua:18
    3. internal_call - lua/includes/modules/hook.lua:387
    4. Call - lua/includes/modules/hook.lua:406
    5. PlayerHasAccess - lua/libraries/sh_cami.lua:274
    6. calcAccess - gamemodes/starwarsrp/gamemode/modules/fspectate/cl_init.lua:47
    7. v - gamemodes/starwarsrp/gamemode/modules/fspectate/cl_init.lua:51
    8. unknown - gamemodes/starwarsrp/gamemode/modules/fadmin/sh_fadmin_darkrp.lua:80

Version

ULib v2.63
ULX v3.73

I'm unsure why you'd be getting this issue. It could be caused by AtlasChat (where the error is coming from) or because you have Srlion's Hook Library on your server. ULib uses a hook library, so they likely are not compatible with each other.