I cannot seem to get ULX to work with my server, since the GMOD 13 update. I have got the latest versions of ULX (3.60) and ULib (2.50) via SVN and have put them in the addons folder (gmod/orangebox/garrysmod/addons/ulx) etc. When I restart the server after adding them, I receive no reference to ULX whatsoever, nothing about it in the server console and ulx/ulx help is an unknown command.
When I rename 'info.txt' in both the ULX and ULib folders to 'addon.txt', we get somewhere. I've pasted the relevant lines below:
Adding Legacy Addon '/home/srcds/gmod/orangebox/garrysmod/addons/ulx'
Adding Legacy Addon '/home/srcds/gmod/orangebox/garrysmod/addons/ulib'
Couldn't include file 'includes/modules/datastream.lua' (File not found) (@addons/ulib/lua/ulib/init.lua (line 1))
Couldn't include file 'includes/modules/datastream.lua' (File not found) (@addons/ulib/lua/ulib/init.lua (line 1))
[ERROR] addons/ulib/lua/ulib/init.lua:1: Module not found!
1. require - [C]:-1
2. unknown - addons/ulib/lua/ulib/init.lua:1
3. include - [C]:-1
4. unknown - addons/ulib/lua/autorun/ulib_init.lua:3
[ERROR] addons/ulib/lua/ulib/init.lua:1: Module not found!
1. require - [C]:-1
2. unknown - addons/ulib/lua/ulib/init.lua:1
3. include - [C]:-1
4. unknown - addons/ulib/lua/autorun/ulib_init.lua:3
Once the server completes booting, again - ulx/ulx help do nothing. I'm unsure on how to fix this issue, I would appreciate any help. I assume it's not a bug as I have not seen any other reports of it, so I have posted it here. We are running on the latest version of Arch Linux (x86_64).