TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers
http://ulyssesmod.net
Other
104 stars 55 forks source link

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 #96

Open Pyroniix opened 9 months ago

Pyroniix commented 9 months ago

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
    1. func - addons/ulib/lua/ulib/shared/cami_ulib.lua:18
    2. internal_call - lua/includes/modules/hook.lua:387
      1. Call - lua/includes/modules/hook.lua:406
      2. PlayerHasAccess - lua/libraries/sh_cami.lua:274
      3. calcAccess - gamemodes/starwarsrp/gamemode/modules/fspectate/cl_init.lua:47
      4. v - gamemodes/starwarsrp/gamemode/modules/fspectate/cl_init.lua:51
        1. unknown - gamemodes/starwarsrp/gamemode/modules/fadmin/sh_fadmin_darkrp.lua:80

Version

ULib v2.63 ULX v3.73

zpetty33 commented 9 months ago

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.