I seem to be getting the following error on my server which runs the latest version of ULX and ULib:
[ERROR] addons/ulib/lua/ulib/shared/hook.lua:110: lua/includes/extensions/table.lua:710: bad argument #1 to 'pairs' (table expected, got nil)
1. fn - [C]:-1
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:110
Some debugging seems to indicate the error happens right after PlayerSpawn is called, and some deep debugging shows it happens right before the PlayerSpawn hook with the unique: ULXRagdollSpawnCheck is called. I don't know if this helps anything and I haven't been able to find the issue myself.
Some pointers to how I could find the cause would be nice.