Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Milk_ on November 29, 2012, 08:03:24 AM
-
So after a few hours of my server being up, or when files are updated while it is still running.. the chat commands seem to stop working. My darkrp / commands, and ulx commands via console.. but ! commands just don't work again until server restart?
-
Sounds like another mod is grabbing exclusive control of the chat hooks. If you can narrow it down to the mod causing issues, we'd be happy to look into the cause and contact the mod's author.
-
So after a few hours of my server being up, or when files are updated while it is still running.. the chat commands seem to stop working. My darkrp / commands, and ulx commands via console.. but ! commands just don't work again until server restart?
Try typing in "ulx debuginfo" into your server console (RCON) and paste the file generated here.
Also try remmembering any addons that also use Chat hooks that you have recently downloaded, and list them here.
-
[ERROR] addons/ulx/lua/ulx/modules/sh/util.lua:235: bad argument #2 to 'format' (number expected, got nil)
1. format - [C]:-1
2. call - addons/ulx/lua/ulx/modules/sh/util.lua:235
3. __fn - addons/ulib/lua/ulib/shared/commands.lua:943
4. unknown - addons/ulib/lua/ulib/shared/commands.lua:1296
5. unknown - lua/includes/modules/concommand.lua:69
-
In regards to that specific command not working (ulx debuginfo): Either your server is really screwed up, or Garry's made another undocumented, pointless change. The worrying bit is that this new bug would affect reserved slots if garry did indeed remove it. Will look into this problem (which is unrelated to the main topic) as soon as I can.
-
I have this same problem on my server and get that exact same output from debuginfo. I don't have any issues with reserved slots though.
-
It seems that the chat commands break for me whenever I make changes to any code. Can someone else confirm this?
-
Same thing is happening for me to.
Getting pretty annoying.
-
We don't currently support Garry's dynamic reloading process.
-
It's annoying, but unless the writer of the addon (And Megiddo just stated ULX isn't supported yet) you will need to restart the map/restart the server any time you make any changes to the code while the server is running.
It's a nice feature that Garry added, but it's not the easiest to use on the side of a developer.