Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Fleamonji on January 14, 2011, 08:42:03 PM

Title: SVN: Not taking partial names for command
Post by: Fleamonji on January 14, 2011, 08:42:03 PM
ulx goto "Orzlar"
You teleported to Orzlar

ulx goto orz
Command "ulx goto", argument #1: no target found

It seems like it isn't taking partial names, as the title says
Title: Re: SVN: Not taking partial names for command
Post by: Megiddo on January 14, 2011, 08:49:11 PM
Did you modify any of the ULX or ULib code? What other addons are you running?
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 14, 2011, 09:28:04 PM
Did you modify any of the ULX or ULib code? What other addons are you running?

nope.  someone also reported this in the XGUI topic

(http://gyazo.com/7cc2b03433fbe4d424ae9dc7f6f0c153.png)

addons.
Title: Re: SVN: Not taking partial names for command
Post by: Megiddo on January 14, 2011, 10:52:48 PM
Is this a Linux server? Perhaps garry made more changes to how lua works on Linux. Otherwise, it seems like you're missing core files somewhere. Post all messages in your server console from server startup to player join.
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 14, 2011, 11:15:30 PM
Is this a Linux server? Perhaps garry made more changes to how lua works on Linux. Otherwise, it seems like you're missing core files somewhere. Post all messages in your server console from server startup to player join.

Windows.

http://pastebin.com/sFwjZyeM
Title: Re: SVN: Not taking partial names for command
Post by: JamminR on January 14, 2011, 11:21:27 PM
Megiddo, meta, Boolean?
I'm thinking DarkRP is breaking our stuff

Fleamonji, will it load in sandbox, with NewAdmin removed from your local machine/cache cleared?
We've seen some versions of DarkRP come with Newadmin, and it seems to try to run stuff locally, even when it shouldn't.
Title: Re: SVN: Not taking partial names for command
Post by: Megiddo on January 14, 2011, 11:33:02 PM
What is SethHack? Ten to one that's causing it.
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 15, 2011, 12:39:23 AM
With it disabled:

Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)
Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)
Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)


And ULX/ULib SVN is installed on SRCDS on my hard drive, so it's not running from my GMod.  I'm running a modded DarkRP core (basically deleted FAdmin and spawned a few NPCs).
Title: Re: SVN: Not taking partial names for command
Post by: Megiddo on January 15, 2011, 03:14:12 AM
With it disabled:

Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)
Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)
Hook 'ULibQueueThink' Failed: [ulib\shared\util.lua:180] attempt to call field 'isInHook' (a nil value)


And ULX/ULib SVN is installed on SRCDS on my hard drive, so it's not running from my GMod.  I'm running a modded DarkRP core (basically deleted FAdmin and spawned a few NPCs).

What other addons do you have on your client? Do other users in your server have this problem?
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 15, 2011, 09:18:36 AM
(http://gyazo.com/9576ce5ce53539492e72034b6a042317.png)

BCS is my SVN for a simple ban menu I made with Derma (since our main server doesn't run ULX/ULib SVN yet)
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 15, 2011, 09:29:42 AM
I'll ask the other guys now.  Also, this error in server:

(http://gyazo.com/585d79aa69cd18c06b0a58b9e3d6c1f3.png)
Title: Re: SVN: Not taking partial names for command
Post by: Fleamonji on January 15, 2011, 03:37:05 PM
I'll ask the other guys now.  Also, this error in server:

(http://gyazo.com/585d79aa69cd18c06b0a58b9e3d6c1f3.png)

Sorry to double post, but I want to get this dev server to replace the current one tonight, and I need this fixed.  The sandbox settings/CVar settings aren't saving/showing up by default, and I'm sure this is the issue.

EDIT:  I found the issue.

http://ulyssesmod.net/xgui/sbox_cvars.txt

404'd
Title: Re: SVN: Not taking partial names for command
Post by: Stickly Man! on January 15, 2011, 05:00:54 PM
Ack-- We were planning on moving XGUI to it's own SVN before we ended up merging it with ULX, so a repo was created there but wasn't used.. And apparently it removed that file. It's fixed now.

It only would affect people with new installations of XGUI, so that's why we didn't hear about it till now.