Author Topic: error - help please :)  (Read 3443 times)

0 Members and 4 Guests are viewing this topic.

Jason

  • Guest
error - help please :)
« on: November 28, 2007, 11:19:09 AM »
Hey when i type in menu on my listen server i get this error .. heres an example:

Fúsíón [TK] [CL]: !menu
ULib/_cl_2.10/sh_ucl.lua:23: attempt to index field '?' (a nil value)

Jason

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: error - help please :)
« Reply #1 on: November 28, 2007, 11:41:18 AM »
Are there errors on startup?
Experiencing God's grace one day at a time.

Offline Jason

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
  • Woop - Maximo park
    • Team - Killl clan website
Re: error - help please :)
« Reply #2 on: November 29, 2007, 08:45:12 AM »
Are there errors on startup?

No its only when i type !menu in the chat ... it does not show the menu just says that error at the side.
Jason

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: error - help please :)
« Reply #3 on: November 29, 2007, 10:32:40 AM »
Try removing garrysmod/data/ulib/users.txt and re-add your admins.
Experiencing God's grace one day at a time.

Offline Jason

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
  • Woop - Maximo park
    • Team - Killl clan website
Re: error - help please :)
« Reply #4 on: December 01, 2007, 03:28:19 AM »
Thanks that has worked... now i got another problem ... when i type !menu only motd comes up nothing else ...
 ;D  ???
« Last Edit: December 01, 2007, 03:30:06 AM by Jason »
Jason

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: error - help please :)
« Reply #5 on: December 01, 2007, 04:56:49 AM »
If only the Motd appears it can mean one of 2 things..

you arent an admin.. type ulx who in your console and see what groups you are in.

somehow, your admin group doesn't have the ulx adminmenu and ulx clientmenu flags.

try "ulx adminmenu" and "ulx clientmenu" in console and see if it opens them or if it says you don't have access.

Offline Jason

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
  • Woop - Maximo park
    • Team - Killl clan website
Re: error - help please :)
« Reply #6 on: December 02, 2007, 04:48:16 AM »
well i do have access because i can use the commands but it just dont let me ...

heres the lua code:
Code: [Select]
"Users"
{
"Jason"
{
"id" "STEAM_0:0:*"
"type" "steamid"
"pass" ""
"pass_req" "0"
"groups"
{
"superadmin"
}
"allow"
{
"ulx kick"
"ulx ban"
"immunity"
}
"deny"
{
"ulx cexec"
}
}
"Cube"
{
"id" "STEAM_0:1:*"
"type" "steamid"
"pass" ""
"pass_req" "0"
"groups"
{
"superadmin"
}
"allow"
{
"ulx kick"
"ulx ban"
"immunity"
}
"deny"
{
"ulx cexec"
}
}
}

If it helps ...
Jason

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: error - help please :)
« Reply #7 on: December 02, 2007, 09:51:49 AM »
Please use the command "ulx debuginfo", then copy/paste or attach the output in the file indicated in your console after running it.
(Please also realize, we've had you skip several steps by doing this that may fix your issue - See http://forums.ulyssesmod.net/index.php/topic,383.0.html )
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming