Author Topic: ULx console error?  (Read 3043 times)

0 Members and 1 Guest are viewing this topic.

Offline Tom

  • Newbie
  • *
  • Posts: 32
  • Karma: -1
ULx console error?
« on: August 04, 2009, 11:40:40 AM »
every time I join our server, when i am supposed to be a super admin, i spawn as a member. when i try to re-add myself through the rcon command i keep getting this error:
ULib/shared/misc.lua:349: Infinite Loop Detected![UCL] Access set.

What does this mean? how can i fix it?

any help would be appreciated, thanks again, tom

Offline [WCA]AIDS

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 7
    • PlanetWCA Forums
Re: ULx console error?
« Reply #1 on: August 04, 2009, 01:15:11 PM »
Add yourself and your other admins to the default garrysmod admin file.  Settings/users.txt
settings/users.txt is overriding any other settings in rev 25. If you don't want that behavior, set ULib.UCL_LOAD_DEFAULT to false in defines.lua. For most people's purposes, this works out to be the better behavior.
The file Megiddo is talking about is located in Addons/ULib/Lua/ULib/Shared 
Line number 51, simply change the 'true' to 'false'


That doesn't have anything to do with the infinite loop, but you should then have admin.
« Last Edit: August 04, 2009, 01:17:42 PM by [WCA]AIDS »

Offline Tom

  • Newbie
  • *
  • Posts: 32
  • Karma: -1
Re: ULx console error?
« Reply #2 on: August 04, 2009, 01:26:31 PM »
Well its not the fact that im not admin any more that worries me.
Its that every time someone joins i get the same ULX error and everyone's ranks are mucked up.

Thanks for the help though

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULx console error?
« Reply #3 on: August 04, 2009, 01:39:22 PM »
Run 'ulx debuginfo' and post the output here, please.
Experiencing God's grace one day at a time.

Offline Tom

  • Newbie
  • *
  • Posts: 32
  • Karma: -1
Re: ULx console error?
« Reply #4 on: August 05, 2009, 04:37:42 AM »
Well it just came up with the name, steam ID and rank of every single member that has ever been on our server.
It also has the allow and denys of all the ranks and also has the default superadmins name and ID....
Is this the right thing?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULx console error?
« Reply #5 on: August 05, 2009, 06:01:56 AM »
yes
Experiencing God's grace one day at a time.

Offline Tom

  • Newbie
  • *
  • Posts: 32
  • Karma: -1
Re: ULx console error?
« Reply #6 on: August 05, 2009, 06:27:14 AM »
well how would that help?

Just names and IDs....

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULx console error?
« Reply #7 on: August 05, 2009, 03:01:24 PM »
Tom, we wrote debug info to assist us in helping people like you.
It tells us many things, including possible file corruption, bad editing, mods that might conflict, to name but a few things it tells us.
You don't have to attach the file if you don't wish to; but it's difficult to assist you without it.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming