Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: talmera on November 03, 2013, 09:11:58 AM
-
Hi, I have recenty set up some new servers and did a fresh install of ulx/ulib and in my console (SRCD) I get this error when trying to complete a ulx command:
[ERROR] Assumption fail!
1. unknown - [C]:-1
I tried searching through the forums but only found one thread on the topic which did not fix my problem :/ does anyone know any way to fix it?
Extra details:
Gamemode: TTT
Dedicated server
Latest SVN
-
There should be a larger stack trace than that, right? Give me more details on your server. Is this a true dedicated server downloaded from steamcmd?
-
yes I downloaded the files for running the server through SteamCMD, oddly enough that is all the error produces there is no stack trace past that, I even set up the -condebug to try and see if that gave more and I got nothing.
-
Interesting. We will have to investigate further.
-
just to double check i did another fresh install of ulx/ulib and it does persist, and to clarify auto complete for ulx works fine from within the server but if I attempt it from the gui console for SRCDS then it generates the error.
-
To expand on why: autocomplete never used to be possible from srcds, even the gui version. So I stubbed that functionality out.
-
ah interesting, is there any way to suppress the error then, I don't mind if it doesn't autocomplete but it produces the error twice for every button I press after "ulx" has been entered in the command box.
-
Find the two places in lua/ulib/shared/commands.lua that 'return error( "Assumption fail!" )' and change it to just be 'return'