Author Topic: SVN: Not taking partial names for command  (Read 4647 times)

0 Members and 6 Guests are viewing this topic.

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
SVN: Not taking partial names for command
« 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

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SVN: Not taking partial names for command
« Reply #1 on: January 14, 2011, 08:49:11 PM »
Did you modify any of the ULX or ULib code? What other addons are you running?
Experiencing God's grace one day at a time.

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #2 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



addons.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SVN: Not taking partial names for command
« Reply #3 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.
Experiencing God's grace one day at a time.

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #4 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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: SVN: Not taking partial names for command
« Reply #5 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SVN: Not taking partial names for command
« Reply #6 on: January 14, 2011, 11:33:02 PM »
What is SethHack? Ten to one that's causing it.
Experiencing God's grace one day at a time.

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #7 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).

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SVN: Not taking partial names for command
« Reply #8 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?
Experiencing God's grace one day at a time.

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #9 on: January 15, 2011, 09:18:36 AM »


BCS is my SVN for a simple ban menu I made with Derma (since our main server doesn't run ULX/ULib SVN yet)

Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #10 on: January 15, 2011, 09:29:42 AM »
I'll ask the other guys now.  Also, this error in server:


Offline Fleamonji

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
Re: SVN: Not taking partial names for command
« Reply #11 on: January 15, 2011, 03:37:05 PM »
I'll ask the other guys now.  Also, this error in server:



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
« Last Edit: January 15, 2011, 04:47:34 PM by Fleamonji »

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: SVN: Not taking partial names for command
« Reply #12 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.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6