Timer calls
#1

Hello, I have a bug on my server.
Sometimes a timer call himself and my server crash. I have a 1 minute timer, but I don't know how, the timer run away and call 10 times in a second...

I have installed crashdetect but nothing is found, suggestions?
Reply
#2

Could we see it?
Reply
#3

If you have a 10-minute timer but it's being called very frequently, it'd because that timer has been set multiple times.
Reply
#4

The timer is set only 1 time!
Reply
#5

When does it get set? Put a debug message there so you know when it gets set.
Reply
#6

what the timer contains? Gve us the codes of the function that timer contains
Reply
#7

Can we see it what is the problem ?
Reply
#8

Before the server restarts, I get

Quote:

[09:11:41] Incoming connection: 92.83.40.226:54502
[09:12:07] Warning: client exceeded 'messageholelimit' (1) 5.13.98.255:63273 (503 Limit: 3000
[09:12:11] Kicking 92.83.40.226 because they didn't logon to the game.
[09:12:31] Warning: client exceeded 'messageholelimit' (1) 79.114.107.153:52628 (4076) Limit: 3000
[09:12:54] Incoming connection: 109.96.10.23:3864

Edit: sometimes timer no. 1, sometimes timer no. 2 ... I don't know why these timmers called himself ...

Код:
	spdtimer = SetTimer("Speedo", 750, 1);
	usetimer = SetTimer("UsedTimer", 60000, 1);
	othtimer = SetTimer("OtherTimer", 1000, 1);
	spectatetimer = SetTimer("Spectator", 500, 1);
I use fixes2 from ******
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)