ULX

Author Topic: Getting console spammed by a Timer Error  (Read 6237 times)

0 Members and 2 Guests are viewing this topic.

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Getting console spammed by a Timer Error
« on: March 26, 2009, 04:57:29 PM »
Hi there, right now, with the latest SVN update, I am getting console spammed by an error message reading:
Code: [Select]
Timer Error: ULib/server/hook.lua:139: attempt to index local 'gm' <a number value>

By the way, I am running my server through SRCDS, with the latest DarkRP svn as gamemode.
I have also update garrysmod today.

Thanks in advance!

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Getting console spammed by a Timer Error
« Reply #1 on: March 26, 2009, 08:13:18 PM »
Something outside of Ulysses is calling hook.Call with an invalid arg. You'd get a similar error without ULib installed.
Experiencing God's grace one day at a time.

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #2 on: March 27, 2009, 12:30:16 PM »
What do you think it could be? The addons I have are:

  • Phoenix-Storms 3
  • Prop Ghost
  • The wire SVN
  • Wire Unofficial SVN
  • Fading Door Stool
  • Stacker
  • PCMod2 Latest
  • Sound Emitter
  • weight Stool
  • Ultimate Vehicle Pack
  • CSS Realistic Weapons 4
  • Bail Out
  • And of course, the latest SVN version of DarkRP.

And this command seems to be called at regular intervals, so that could limit my list.

Any ideas of what it could be?

Offline ahref

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
Re: Getting console spammed by a Timer Error
« Reply #3 on: March 27, 2009, 02:50:08 PM »
dark rp

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #4 on: March 27, 2009, 02:53:30 PM »
What makes you so sure about that?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Getting console spammed by a Timer Error
« Reply #5 on: March 27, 2009, 03:35:59 PM »
Not likely to be dark rp, it would be using gamemode.Call instead of hook.Call.
Experiencing God's grace one day at a time.

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #6 on: March 27, 2009, 03:39:41 PM »
So other than that, would you think my other addons would be using gm?

Offline spbogie

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: 41
Re: Getting console spammed by a Timer Error
« Reply #7 on: March 27, 2009, 05:44:39 PM »
With a little initial digging, the one that seems to stick out is PCMod.
Try running lua_run print( PCMod.GM ) on the server console and reply with the output.
I have not failed. I've just found 10,000 ways that won't work. - Thomas A. Edison
I reject your reality and substitute my own. - Adam Savage

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #8 on: March 28, 2009, 06:54:02 AM »
When I do that it says nil. And thanks for offering some help so far :)

Offline deadeye536

  • Newbie
  • *
  • Posts: 12
  • Karma: 1
  • Happy to help :P
    • My Personal site.
Re: Getting console spammed by a Timer Error
« Reply #9 on: March 29, 2009, 07:03:55 PM »
I can confirm this, I have been getting that message at a regular interval. I have uploaded the debugdump.txt file if this will help clarify anything.

Like tgp1994, when I ran that console command, my result was nil.

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #10 on: March 29, 2009, 07:15:25 PM »
Possibly the temporary server fix found here should fix ULX, but it looks like it wasn't completely fixing rp :P

Offline ahref

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
Re: Getting console spammed by a Timer Error
« Reply #11 on: March 30, 2009, 12:20:19 AM »
What makes you so sure about that?

dark rp was messing up in update 61 :(

Offline tgp1994

  • Newbie
  • *
  • Posts: 31
  • Karma: 1
  • TGPServ
    • TGPServ Forums
Re: Getting console spammed by a Timer Error
« Reply #12 on: March 30, 2009, 12:27:59 PM »
I guess that is the most likely answer. DarkRP seems to have had lots of compatibility issues ULX, and being one of the most versitile admin mods, I guess lots of people use it.