Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: tgp1994 on March 26, 2009, 04:57:29 PM

Title: Getting console spammed by a Timer Error
Post by: tgp1994 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!
Title: Re: Getting console spammed by a Timer Error
Post by: Megiddo 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.
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 on March 27, 2009, 12:30:16 PM
What do you think it could be? The addons I have are:


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

Any ideas of what it could be?
Title: Re: Getting console spammed by a Timer Error
Post by: ahref on March 27, 2009, 02:50:08 PM
dark rp
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 on March 27, 2009, 02:53:30 PM
What makes you so sure about that?
Title: Re: Getting console spammed by a Timer Error
Post by: Megiddo on March 27, 2009, 03:35:59 PM
Not likely to be dark rp, it would be using gamemode.Call instead of hook.Call.
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 on March 27, 2009, 03:39:41 PM
So other than that, would you think my other addons would be using gm?
Title: Re: Getting console spammed by a Timer Error
Post by: spbogie 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.
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 on March 28, 2009, 06:54:02 AM
When I do that it says nil. And thanks for offering some help so far :)
Title: Re: Getting console spammed by a Timer Error
Post by: deadeye536 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.
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 on March 29, 2009, 07:15:25 PM
Possibly the temporary server fix found here (http://www.facepunch.com/showthread.php?p=14375514) should fix ULX, but it looks like it wasn't completely fixing rp :P
Title: Re: Getting console spammed by a Timer Error
Post by: ahref on March 30, 2009, 12:20:19 AM
What makes you so sure about that?

dark rp was messing up in update 61 :(
Title: Re: Getting console spammed by a Timer Error
Post by: tgp1994 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.