Author Topic: Bug: Temp. ban doesn't work  (Read 6092 times)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Bug: Temp. ban doesn't work
« on: July 12, 2008, 08:05:30 AM »
The temp ban doesn't work. I give the player "newbie" a five minutes temp ban (manage player menu) and he was kicked only.

I notice this often. Mostly with players named "newbie" or "noname"...


Ingame:
Code: [Select]
[15:06:45] User newbie temp kick banned for 5 minutes
[15:06:45] newbie was kicked
[15:06:45] newbie disconnected.

Logs:
Code: [Select]
[15:06:39] ˆÒˆTïôâˆÒ‘ˆŸˆ9T3RR0R15T is listing IP for newbie [98.26.59.23:15509]
[15:06:45] newbie was kicked
[15:06:45] newbie disconnected.
[15:06:55] newbie connected [98.26.59.23:15509]
[15:07:03] newbie entered the game (build 21) [98.26.59.23:15509]


The text "User newbie temp kick banned for 5 minutes" was not logged?



Btw: Missing a point behint "User newbie temp kick banned for 5 minutes" and "newbie was kicked" :P

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Bug: Temp. ban doesn't work
« Reply #1 on: July 15, 2008, 05:04:38 PM »
http://dplogin.com/dplogin/featurevote/feature.php?id=10162

Strange.  Do you by chance have 1024 temp bans active?  Does it only fail when you're using the menu?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #2 on: July 16, 2008, 08:40:32 AM »
No, i never would temp ban 1024 players :P

Its the same if i tban players with console commands.


What is banned by a tban? Playername? IP? Global Login?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Bug: Temp. ban doesn't work
« Reply #3 on: July 17, 2008, 01:55:45 PM »
IP

IronFist

  • Autococker
  • Posts: 1304
Re: Bug: Temp. ban doesn't work
« Reply #4 on: July 21, 2008, 05:40:24 PM »
I've amassed quite a lot of text here... just skip below for instructions to recreate the problem.

I noticing something similar happening when I was testing something earlier.

I have noticed for a while now that servers which enforce client builds (for example, my b21 server has mostly default settings, and rejects my b19 client) will fail to eject users at random.

Here's a test I just tried:
1) Start b21 server
2) Try to connect my b19 client a lot of times. Didn't work. On a hunch, I connected 3 build21 clients to the game, then tried to b19 client again -- it worked! (a random guess would be that there's an overflow of data somewhere?)
3) The b19 client was downloading some files my server requires. During this time, they were marked as a BOT.
4) The b19 client finally enters the game and then becomes normal again.

Here's a screenshot of that (the b19 client is newbie -- there are 3 build21 clients and some real bots in the game):


I decided to test it again. The b19 client got into the server again with no problem (although, it keeps getting unknown command "svextensions" as it connects).  I did do the thing where I connected 3 other clients first. At part 3 up there where it was downloading files and marked as a bot, I kicked it. It stayed in the game as sort of a zombie -- here's the server log:

[18:30:34] newbie connected
I enter "sv players"
[18:30:34]  0 (5000)] * ironfist
[18:30:34]  1 ] * person2
[18:30:34]  2 ] * person3
[18:30:34]  3 (bot)] * newbie
[18:30:34]  4 (bot)] * ACEBot_4
[18:30:34]  5 (bot)] * ACEBot_3
[18:30:34]  6 (bot)] * ACEBot_2
[18:30:34]  7 (bot)] * ACEBot_1
[18:30:40] 14:00 left in match.
I enter "kick 3"
[18:30:42] newbie was kicked
[18:30:45] *Purple's person2 revived!
I enter "sv players"
[18:30:45]  0 (5000)] * ironfist
[18:30:45]  1 ] * person2
[18:30:45]  2 ] * person3
[18:30:45]  3 (bot)] * newbie
[18:30:45]  4 (bot)] * ACEBot_4
[18:30:45]  5 (bot)] * ACEBot_3
[18:30:45]  6 (bot)] * ACEBot_2
[18:30:45]  7 (bot)] * ACEBot_1

edit3:
In the screenshot, the build is 0. I just want to point out that the client is still reporting its build number in userinfo just fine and that the game library is not changing it either (both of these strings are from *after* the game library had a chance with them):
[18:48:00] newbie connected [127.0.0.1:11271]
Client sends userinfo "\spectator\0\build\19\hand\0\name\newbie\skin\male/pb2b\rate\25000\msg\0\fov\90\gender\male\ip\127.0.0.1:11271" in ClientConnect()
Client sends userinfo change "\spectator\0\build\19\hand\0\name\newbie\skin\male/pb2b\rate\25000\msg\0\fov\90\gender\male\ip\127.0.0.1:11271" in ClientUserinfoChanged()
And again, "sv players" as the client waits to enter the game (it's downloading stuff)
[18:48:00]  0 (5000)] * ironfist
[18:48:00]  1 ] * person2
[18:48:00]  2 ] * person3
[18:48:00]  3 (bot)] * newbie
[18:48:00]  4 (bot)] * ACEBot_4
[18:48:00]  5 (bot)] * ACEBot_3
[18:48:00]  6 (bot)] * ACEBot_2
[18:48:00]  7 (bot)] * ACEBot_1

edit4:

I did some other messing around, and this seems to be the easiest way to recreate it:
1) Set maxclients to 8 (I don't think it is important, but I do think that the value of maxclients affects the following)
2) Add 6 bots
3) Connect one build 21 client
4) A build 19 client can now join the game without being rejected (ClientConnect lets them in and no "rejmsg" is specified in the userinfo), but they will be marked as a bot until they enter the game (edit: looks like they magically take a bot slot). You may want to run a map it doesn't have or something.

I tried to do it with 7 bots and no other real clients in the game, but it failed. There's something special about having at least one real client it seems. I am also pretty sure that the b19 client must be connecting when only one more slot is left.

Also, it might be worth note that the client is actually taking the client slot for one of the bots. With 7 of 8 players in the game (2 real clients, 5 bots), the b19 client took the place of one of the bots while it was in the phase between connection and entering the game.

« Last Edit: July 22, 2008, 02:28:01 AM by IronFist »

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #5 on: July 22, 2008, 08:25:47 AM »
Is this another big bug or maybe the reason for the temp ban failure???

...the b19 client took the place of one of the bots...
Thats the reason for "build 0". Not the complete bot datas will be cleared.


I saw another thing everytime, if i start our servers (since b21). The servers starts with the default hostname (i think its "Paintball 2 (build 23)" or something like this). Then i can only connect to the server with the same build (or a newer one? not tested). If i try it with an old build it says "New version available..." and i cant connect. But if i was on the server with the new build, the hostname and the settings (in the next map) are correct. Then i can also connect with the older build (it says 1-3 times the new version available text and connect).
Curious is, why are the hostname and the settings not correct when i start the server with executing the server.cfg? Before noone has connected, the settings (inc. minclientbuild) are not set. So the old client cant connect, thats logical.
The server.cfg is only activ, as from the first player connect. So if he entered the game, the hostname, settings, logins... will be correct and work. But a player (with a new build) must connect to "activate" the settings...

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Bug: Temp. ban doesn't work
« Reply #6 on: July 22, 2008, 02:38:44 PM »
Moral of the story: Bots have lots of bugs and aren't really meant to be used yet.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #7 on: July 23, 2008, 07:16:14 AM »
I wonder about the "Better Bot AI" feature vote. So many players vote for it, but noone play with bots...

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Bug: Temp. ban doesn't work
« Reply #8 on: July 23, 2008, 02:05:30 PM »
Perhaps because the bots suck at the moment? :P

Laged

  • 68 Carbine
  • Posts: 374
Re: Bug: Temp. ban doesn't work
« Reply #9 on: July 23, 2008, 02:36:09 PM »
No one plays with them because they're busy matching. Pub servers are more popular because the bots don't call you hackers when you kill them :P

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Bug: Temp. ban doesn't work
« Reply #10 on: July 23, 2008, 02:41:15 PM »
How would you know how many people play with bots, anyway?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #11 on: July 24, 2008, 07:27:53 AM »
b2t ?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #12 on: February 02, 2010, 12:44:40 PM »
One map from the "[OTB] Beta"-Server (IP: 83.169.4.183:22222):

Code: [Select]
[********] Date: 2010-01-10
...
[21:04:54] ------- Server Initialization -------
[21:04:54] mapname: beta/subt_b2
[21:04:54] ==== PB2 InitMatch ====
[21:04:54] == Map Loaded: beta/subt_b2 ==
[21:04:54] === Team Flag CTF ===
[21:04:54] 0 entities inhibited
[21:04:54] 0 teams with 0 entities
[21:04:54] ACE: No node file found, creating new one...done.
[21:04:54] 20:00 left in match.
[21:04:54] -------------------------------------
[21:04:55] mateysz connected [80.51.161.3:12988]
[21:05:17] mateysz entered the game (build 27) [80.51.161.3:12988]
[21:05:40] Gentery6557 entered the game (build 27) [69.66.223.220:55530]
[21:05:45] Gentery6557 disconnected.
[21:06:31] *mateysz got the *Red flag!
[21:07:06] *Blue's mateysz returned the *Red flag!
[21:07:42] mateysz disconnected.
[21:09:54] Sending heartbeat to 192.246.40.37:27900
[21:09:54] Sending heartbeat to 70.85.9.178:27900
[21:09:54] Sending heartbeat to 207.38.11.174:27900
[21:09:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:11:44] SV_Begin_f from different level
[21:13:51] 189.139.121.186:50447:reconnect
[21:13:51] newbie@*hy@@@A connected [189.139.121.186:50447]
[21:14:54] Sending heartbeat to 192.246.40.37:27900
[21:14:54] Sending heartbeat to 70.85.9.178:27900
[21:14:54] Sending heartbeat to 207.38.11.174:27900
[21:14:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:15:49] newbie connected [189.94.128.140:7093]
[21:18:10] newbie entered the game (build 27) [189.94.128.140:7093]
[21:19:40] *newbie got the *Red flag!
[21:19:54] Sending heartbeat to 192.246.40.37:27900
[21:19:54] Sending heartbeat to 70.85.9.178:27900
[21:19:54] Sending heartbeat to 207.38.11.174:27900
[21:19:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:20:02] newbie switched from *Blue to *Red.
[21:20:03] *newbie sent the flag back home!
[21:20:25] newbie switched from *Red to *Blue.
[21:20:43] newbie disconnected.
[21:24:54] Sending heartbeat to 192.246.40.37:27900
[21:24:54] Sending heartbeat to 70.85.9.178:27900
[21:24:54] Sending heartbeat to 207.38.11.174:27900
[21:24:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:29:54] Sending heartbeat to 192.246.40.37:27900
[21:29:54] Sending heartbeat to 70.85.9.178:27900
[21:29:54] Sending heartbeat to 207.38.11.174:27900
[21:29:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:34:54] Sending heartbeat to 192.246.40.37:27900
[21:34:54] Sending heartbeat to 70.85.9.178:27900
[21:34:54] Sending heartbeat to 207.38.11.174:27900
[21:34:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
details
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
getinfo
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
getstatus
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
getstatus
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
OGP
[21:35:24] bad connectionless packet from 80.228.73.233:7130:
OGP
[21:36:47] sibi connected [88.103.133.121:14466]
[21:37:02] sibi entered the game (build 27) [88.103.133.121:14466]
[21:38:38] sibi disconnected.
[21:39:54] Sending heartbeat to 192.246.40.37:27900
[21:39:54] Sending heartbeat to 70.85.9.178:27900
[21:39:54] Sending heartbeat to 207.38.11.174:27900
[21:39:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:44:54] Sending heartbeat to 192.246.40.37:27900
[21:44:54] Sending heartbeat to 70.85.9.178:27900
[21:44:54] Sending heartbeat to 207.38.11.174:27900
[21:44:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:49:54] Sending heartbeat to 192.246.40.37:27900
[21:49:54] Sending heartbeat to 70.85.9.178:27900
[21:49:54] Sending heartbeat to 207.38.11.174:27900
[21:49:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
details
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
getinfo
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
getstatus
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
getstatus
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
OGP
[21:53:24] bad connectionless packet from 80.228.73.233:7130:
OGP
[21:54:54] Sending heartbeat to 192.246.40.37:27900
[21:54:54] Sending heartbeat to 70.85.9.178:27900
[21:54:54] Sending heartbeat to 207.38.11.174:27900
[21:54:54] Heartbeat acknowledged from 70.85.9.178:27900
[21:57:13] ShadowR connected [91.3.52.160:11642]
[21:57:36] ShadowR entered the game (build 26) [91.3.52.160:11642]
[21:59:00] 91.3.52.160:11642:reconnect
[21:59:00] ShadowR connected [91.3.52.160:11642]
[21:59:17] SZ_GetSpace: overflow
[21:59:33] SZ_GetSpace: overflow
[21:59:49] SZ_GetSpace: overflow
[21:59:54] Sending heartbeat to 192.246.40.37:27900
[21:59:54] Sending heartbeat to 70.85.9.178:27900
[21:59:54] Sending heartbeat to 207.38.11.174:27900
[21:59:55] Heartbeat acknowledged from 70.85.9.178:27900
[22:00:05] SZ_GetSpace: overflow
[22:00:21] SZ_GetSpace: overflow
[22:00:37] SZ_GetSpace: overflow
[22:00:43] ShadowR failed hardware check.
[22:00:43] User ShadowR temp kick banned for 10 minutes
[22:00:43] Client 0 is not active
[22:00:53] SZ_GetSpace: overflow
[22:01:09] SZ_GetSpace: overflow
[22:01:19] ShadowR failed hardware check.
[22:01:19] User ShadowR temp kick banned for 10 minutes
[22:01:19] Client 0 is not active
[22:01:25] SZ_GetSpace: overflow
[22:01:41] SZ_GetSpace: overflow
[22:01:56] ShadowR failed hardware check.
[22:01:56] User ShadowR temp kick banned for 10 minutes
[22:01:56] Client 0 is not active
[22:01:57] SZ_GetSpace: overflow
[22:02:13] SZ_GetSpace: overflow
[22:02:27] ShadowR failed hardware check.
[22:02:27] User ShadowR temp kick banned for 10 minutes
[22:02:27] Client 0 is not active
[22:02:29] SZ_GetSpace: overflow
[22:02:45] SZ_GetSpace: overflow
[22:02:59] ShadowR failed hardware check.
[22:02:59] User ShadowR temp kick banned for 10 minutes
[22:02:59] Client 0 is not active
[22:03:01] SZ_GetSpace: overflow
[22:03:17] SZ_GetSpace: overflow
[22:03:32] ShadowR failed hardware check.
[22:03:32] User ShadowR temp kick banned for 10 minutes
[22:03:32] Client 0 is not active
[22:03:33] SZ_GetSpace: overflow
[22:03:49] SZ_GetSpace: overflow
[22:04:05] SZ_GetSpace: overflow
[22:04:12] ShadowR failed hardware check.
[22:04:12] User ShadowR temp kick banned for 10 minutes
[22:04:12] Client 0 is not active
[22:04:21] SZ_GetSpace: overflow
[22:04:37] SZ_GetSpace: overflow
[22:04:46] ShadowR failed hardware check.
[22:04:46] User ShadowR temp kick banned for 10 minutes
[22:04:46] Client 0 is not active
[22:04:53] SZ_GetSpace: overflow
[22:04:54] Sending heartbeat to 192.246.40.37:27900
[22:04:54] Sending heartbeat to 70.85.9.178:27900
[22:04:54] Sending heartbeat to 207.38.11.174:27900
[22:04:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:05:09] SZ_GetSpace: overflow
[22:05:17] ShadowR failed hardware check.
[22:05:17] User ShadowR temp kick banned for 10 minutes
[22:05:17] Client 0 is not active
[22:05:25] SZ_GetSpace: overflow
[22:05:41] SZ_GetSpace: overflow
[22:05:53] ShadowR failed hardware check.
[22:05:53] User ShadowR temp kick banned for 10 minutes
[22:05:53] Client 0 is not active
[22:05:57] SZ_GetSpace: overflow
[22:06:13] SZ_GetSpace: overflow
[22:06:26] ShadowR failed hardware check.
[22:06:26] User ShadowR temp kick banned for 10 minutes
[22:06:26] Client 0 is not active
[22:06:29] SZ_GetSpace: overflow
[22:06:45] SZ_GetSpace: overflow
[22:07:01] SZ_GetSpace: overflow
[22:07:02] ShadowR failed hardware check.
[22:07:02] User ShadowR temp kick banned for 10 minutes
[22:07:02] Client 0 is not active
[22:07:17] SZ_GetSpace: overflow
[22:07:33] SZ_GetSpace: overflow
[22:07:40] ShadowR failed hardware check.
[22:07:40] User ShadowR temp kick banned for 10 minutes
[22:07:40] Client 0 is not active
[22:07:49] SZ_GetSpace: overflow
[22:08:05] SZ_GetSpace: overflow
[22:08:16] ShadowR failed hardware check.
[22:08:16] User ShadowR temp kick banned for 10 minutes
[22:08:16] Client 0 is not active
[22:08:21] SZ_GetSpace: overflow
[22:08:37] SZ_GetSpace: overflow
[22:08:53] SZ_GetSpace: overflow
[22:08:55] ShadowR failed hardware check.
[22:08:55] User ShadowR temp kick banned for 10 minutes
[22:08:55] Client 0 is not active
[22:09:09] SZ_GetSpace: overflow
[22:09:25] SZ_GetSpace: overflow
[22:09:32] ShadowR failed hardware check.
[22:09:32] User ShadowR temp kick banned for 10 minutes
[22:09:32] Client 0 is not active
[22:09:41] SZ_GetSpace: overflow
[22:09:54] Sending heartbeat to 192.246.40.37:27900
[22:09:54] Sending heartbeat to 70.85.9.178:27900
[22:09:54] Sending heartbeat to 207.38.11.174:27900
[22:09:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:09:57] SZ_GetSpace: overflow
[22:10:06] ShadowR failed hardware check.
[22:10:06] User ShadowR temp kick banned for 10 minutes
[22:10:06] Client 0 is not active
[22:10:13] SZ_GetSpace: overflow
[22:10:29] SZ_GetSpace: overflow
[22:10:40] ShadowR failed hardware check.
[22:10:40] User ShadowR temp kick banned for 10 minutes
[22:10:40] Client 0 is not active
[22:10:45] SZ_GetSpace: overflow
[22:11:01] SZ_GetSpace: overflow
[22:11:15] ShadowR failed hardware check.
[22:11:15] User ShadowR temp kick banned for 10 minutes
[22:11:15] Client 0 is not active
[22:11:17] SZ_GetSpace: overflow
[22:11:33] SZ_GetSpace: overflow
[22:11:49] SZ_GetSpace: overflow
[22:11:54] ShadowR failed hardware check.
[22:11:54] User ShadowR temp kick banned for 10 minutes
[22:11:54] Client 0 is not active
[22:12:05] SZ_GetSpace: overflow
[22:12:21] SZ_GetSpace: overflow
[22:12:27] ShadowR failed hardware check.
[22:12:27] User ShadowR temp kick banned for 10 minutes
[22:12:27] Client 0 is not active
[22:12:37] SZ_GetSpace: overflow
[22:12:53] SZ_GetSpace: overflow
[22:12:58] ShadowR failed hardware check.
[22:12:58] User ShadowR temp kick banned for 10 minutes
[22:12:58] Client 0 is not active
[22:13:09] SZ_GetSpace: overflow
[22:13:25] SZ_GetSpace: overflow
[22:13:32] ShadowR failed hardware check.
[22:13:32] User ShadowR temp kick banned for 10 minutes
[22:13:32] Client 0 is not active
[22:13:41] SZ_GetSpace: overflow
[22:13:57] SZ_GetSpace: overflow
[22:14:08] ShadowR failed hardware check.
[22:14:08] User ShadowR temp kick banned for 10 minutes
[22:14:08] Client 0 is not active
[22:14:13] SZ_GetSpace: overflow
[22:14:29] SZ_GetSpace: overflow
[22:14:45] SZ_GetSpace: overflow
[22:14:46] ShadowR failed hardware check.
[22:14:46] User ShadowR temp kick banned for 10 minutes
[22:14:46] Client 0 is not active
[22:14:54] Sending heartbeat to 192.246.40.37:27900
[22:14:54] Sending heartbeat to 70.85.9.178:27900
[22:14:54] Sending heartbeat to 207.38.11.174:27900
[22:14:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:15:01] SZ_GetSpace: overflow
[22:15:17] SZ_GetSpace: overflow
[22:15:26] ShadowR failed hardware check.
[22:15:26] User ShadowR temp kick banned for 10 minutes
[22:15:26] Client 0 is not active
[22:15:33] SZ_GetSpace: overflow
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
details
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
getinfo
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:15:40] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:15:49] SZ_GetSpace: overflow
[22:16:01] ShadowR failed hardware check.
[22:16:01] User ShadowR temp kick banned for 10 minutes
[22:16:01] Client 0 is not active
[22:16:05] SZ_GetSpace: overflow
[22:16:21] SZ_GetSpace: overflow
[22:16:37] SZ_GetSpace: overflow
[22:16:38] ShadowR failed hardware check.
[22:16:38] User ShadowR temp kick banned for 10 minutes
[22:16:38] Client 0 is not active
[22:16:53] SZ_GetSpace: overflow
[22:17:08] ShadowR failed hardware check.
[22:17:08] User ShadowR temp kick banned for 10 minutes
[22:17:08] Client 0 is not active
[22:17:09] SZ_GetSpace: overflow
[22:17:25] SZ_GetSpace: overflow
[22:17:41] SZ_GetSpace: overflow
[22:17:46] ShadowR failed hardware check.
[22:17:46] User ShadowR temp kick banned for 10 minutes
[22:17:46] Client 0 is not active
[22:17:57] SZ_GetSpace: overflow
[22:18:13] SZ_GetSpace: overflow
[22:18:24] ShadowR failed hardware check.
[22:18:24] SZ_GetSpace: overflow
[22:18:24] User ShadowR temp kick banned for 10 minutes
[22:18:24] Client 0 is not active
[22:18:29] SZ_GetSpace: overflow
[22:18:45] SZ_GetSpace: overflow
[22:18:55] ShadowR failed hardware check.
[22:18:55] User ShadowR temp kick banned for 10 minutes
[22:18:55] Client 0 is not active
[22:19:01] SZ_GetSpace: overflow
[22:19:17] SZ_GetSpace: overflow
[22:19:29] ShadowR failed hardware check.
[22:19:29] User ShadowR temp kick banned for 10 minutes
[22:19:29] Client 0 is not active
[22:19:33] SZ_GetSpace: overflow
[22:19:49] SZ_GetSpace: overflow
[22:19:54] Sending heartbeat to 192.246.40.37:27900
[22:19:54] Sending heartbeat to 70.85.9.178:27900
[22:19:54] Sending heartbeat to 207.38.11.174:27900

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Bug: Temp. ban doesn't work
« Reply #13 on: February 02, 2010, 12:45:40 PM »
Code: [Select]
[22:19:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:20:01] ShadowR failed hardware check.
[22:20:01] User ShadowR temp kick banned for 10 minutes
[22:20:01] Client 0 is not active
[22:20:05] SZ_GetSpace: overflow
[22:20:21] SZ_GetSpace: overflow
[22:20:37] SZ_GetSpace: overflow
[22:20:38] ShadowR failed hardware check.
[22:20:38] User ShadowR temp kick banned for 10 minutes
[22:20:38] Client 0 is not active
[22:20:53] SZ_GetSpace: overflow
[22:21:09] SZ_GetSpace: overflow
[22:21:10] ShadowR failed hardware check.
[22:21:10] User ShadowR temp kick banned for 10 minutes
[22:21:10] Client 0 is not active
[22:21:25] SZ_GetSpace: overflow
[22:21:41] SZ_GetSpace: overflow
[22:21:50] ShadowR failed hardware check.
[22:21:50] User ShadowR temp kick banned for 10 minutes
[22:21:50] Client 0 is not active
[22:21:57] SZ_GetSpace: overflow
[22:22:13] SZ_GetSpace: overflow
[22:22:28] ShadowR failed hardware check.
[22:22:28] User ShadowR temp kick banned for 10 minutes
[22:22:28] Client 0 is not active
[22:22:29] SZ_GetSpace: overflow
[22:22:45] SZ_GetSpace: overflow
[22:23:01] SZ_GetSpace: overflow
[22:23:01] ShadowR failed hardware check.
[22:23:01] User ShadowR temp kick banned for 10 minutes
[22:23:01] Client 0 is not active
[22:23:17] SZ_GetSpace: overflow
[22:23:33] SZ_GetSpace: overflow
[22:23:39] ShadowR failed hardware check.
[22:23:39] User ShadowR temp kick banned for 10 minutes
[22:23:39] Client 0 is not active
[22:23:49] SZ_GetSpace: overflow
[22:24:05] SZ_GetSpace: overflow
[22:24:15] ShadowR failed hardware check.
[22:24:15] User ShadowR temp kick banned for 10 minutes
[22:24:15] Client 0 is not active
[22:24:21] SZ_GetSpace: overflow
[22:24:37] SZ_GetSpace: overflow
[22:24:53] ShadowR failed hardware check.
[22:24:53] User ShadowR temp kick banned for 10 minutes
[22:24:53] Client 0 is not active
[22:24:53] SZ_GetSpace: overflow
[22:24:54] Sending heartbeat to 192.246.40.37:27900
[22:24:54] Sending heartbeat to 70.85.9.178:27900
[22:24:54] Sending heartbeat to 207.38.11.174:27900
[22:24:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:25:09] SZ_GetSpace: overflow
[22:25:23] ShadowR failed hardware check.
[22:25:23] User ShadowR temp kick banned for 10 minutes
[22:25:23] Client 0 is not active
[22:25:25] SZ_GetSpace: overflow
[22:25:41] SZ_GetSpace: overflow
[22:25:57] SZ_GetSpace: overflow
[22:25:58] ShadowR failed hardware check.
[22:25:58] User ShadowR temp kick banned for 10 minutes
[22:25:58] Client 0 is not active
[22:26:13] SZ_GetSpace: overflow
[22:26:29] SZ_GetSpace: overflow
[22:26:34] ShadowR failed hardware check.
[22:26:34] User ShadowR temp kick banned for 10 minutes
[22:26:34] Client 0 is not active
[22:26:45] SZ_GetSpace: overflow
[22:27:01] SZ_GetSpace: overflow
[22:27:10] ShadowR failed hardware check.
[22:27:10] User ShadowR temp kick banned for 10 minutes
[22:27:10] Client 0 is not active
[22:27:17] SZ_GetSpace: overflow
[22:27:33] SZ_GetSpace: overflow
[22:27:44] ShadowR failed hardware check.
[22:27:44] User ShadowR temp kick banned for 10 minutes
[22:27:44] Client 0 is not active
[22:27:49] SZ_GetSpace: overflow
[22:28:05] SZ_GetSpace: overflow
[22:28:21] SZ_GetSpace: overflow
[22:28:24] ShadowR failed hardware check.
[22:28:24] User ShadowR temp kick banned for 10 minutes
[22:28:24] Client 0 is not active
[22:28:37] SZ_GetSpace: overflow
[22:28:53] SZ_GetSpace: overflow
[22:29:03] ShadowR failed hardware check.
[22:29:03] User ShadowR temp kick banned for 10 minutes
[22:29:03] Client 0 is not active
[22:29:09] SZ_GetSpace: overflow
[22:29:25] SZ_GetSpace: overflow
[22:29:36] ShadowR failed hardware check.
[22:29:36] User ShadowR temp kick banned for 10 minutes
[22:29:36] Client 0 is not active
[22:29:41] SZ_GetSpace: overflow
[22:29:54] Sending heartbeat to 192.246.40.37:27900
[22:29:54] Sending heartbeat to 70.85.9.178:27900
[22:29:54] Sending heartbeat to 207.38.11.174:27900
[22:29:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:29:57] SZ_GetSpace: overflow
[22:30:13] SZ_GetSpace: overflow
[22:30:13] ShadowR failed hardware check.
[22:30:13] User ShadowR temp kick banned for 10 minutes
[22:30:13] Client 0 is not active
[22:30:29] SZ_GetSpace: overflow
[22:30:45] SZ_GetSpace: overflow
[22:30:47] ShadowR failed hardware check.
[22:30:47] User ShadowR temp kick banned for 10 minutes
[22:30:47] Client 0 is not active
[22:31:01] SZ_GetSpace: overflow
[22:31:17] SZ_GetSpace: overflow
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
details
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
getinfo
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:31:26] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:31:27] ShadowR failed hardware check.
[22:31:27] User ShadowR temp kick banned for 10 minutes
[22:31:27] Client 0 is not active
[22:31:33] SZ_GetSpace: overflow
[22:31:49] SZ_GetSpace: overflow
[22:32:04] ShadowR failed hardware check.
[22:32:04] User ShadowR temp kick banned for 10 minutes
[22:32:04] Client 0 is not active
[22:32:05] SZ_GetSpace: overflow
[22:32:21] SZ_GetSpace: overflow
[22:32:37] SZ_GetSpace: overflow
[22:32:42] ShadowR failed hardware check.
[22:32:42] User ShadowR temp kick banned for 10 minutes
[22:32:42] Client 0 is not active
[22:32:53] SZ_GetSpace: overflow
[22:33:09] SZ_GetSpace: overflow
[22:33:15] ShadowR failed hardware check.
[22:33:15] User ShadowR temp kick banned for 10 minutes
[22:33:15] Client 0 is not active
[22:33:25] SZ_GetSpace: overflow
[22:33:41] SZ_GetSpace: overflow
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
details
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
getinfo
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:33:43] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:33:54] ShadowR failed hardware check.
[22:33:54] User ShadowR temp kick banned for 10 minutes
[22:33:54] Client 0 is not active
[22:33:57] SZ_GetSpace: overflow
[22:34:13] SZ_GetSpace: overflow
[22:34:29] SZ_GetSpace: overflow
[22:34:33] ShadowR failed hardware check.
[22:34:33] User ShadowR temp kick banned for 10 minutes
[22:34:33] Client 0 is not active
[22:34:45] SZ_GetSpace: overflow
[22:34:54] Sending heartbeat to 192.246.40.37:27900
[22:34:54] Sending heartbeat to 70.85.9.178:27900
[22:34:54] Sending heartbeat to 207.38.11.174:27900
[22:34:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:35:01] SZ_GetSpace: overflow
[22:35:10] ShadowR failed hardware check.
[22:35:10] User ShadowR temp kick banned for 10 minutes
[22:35:10] Client 0 is not active
[22:35:17] SZ_GetSpace: overflow
[22:35:33] SZ_GetSpace: overflow
[22:35:44] ShadowR failed hardware check.
[22:35:44] User ShadowR temp kick banned for 10 minutes
[22:35:44] Client 0 is not active
[22:35:49] SZ_GetSpace: overflow
[22:36:05] SZ_GetSpace: overflow
[22:36:21] SZ_GetSpace: overflow
[22:36:23] ShadowR failed hardware check.
[22:36:23] SZ_GetSpace: overflow
[22:36:23] User ShadowR temp kick banned for 10 minutes
[22:36:23] Client 0 is not active
[22:36:37] SZ_GetSpace: overflow
[22:36:53] SZ_GetSpace: overflow
[22:36:56] ShadowR failed hardware check.
[22:36:56] User ShadowR temp kick banned for 10 minutes
[22:36:56] Client 0 is not active
[22:37:09] SZ_GetSpace: overflow
[22:37:25] SZ_GetSpace: overflow
[22:37:32] ShadowR failed hardware check.
[22:37:32] User ShadowR temp kick banned for 10 minutes
[22:37:32] Client 0 is not active
[22:37:41] SZ_GetSpace: overflow
[22:37:57] SZ_GetSpace: overflow
[22:37:57] Nica connected [201.9.130.61:13285]
[22:38:14] SZ_GetSpace: overflow
[22:38:30] SZ_GetSpace: overflow
[22:38:46] SZ_GetSpace: overflow
[22:39:02] SZ_GetSpace: overflow
[22:39:18] SZ_GetSpace: overflow
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
details
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
TSource Engine Query
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
FLSQ
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
getinfo
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
getstatus
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:39:21] bad connectionless packet from 80.228.73.233:7130:
OGP
[22:39:27] noname entered the game (build 27) [201.9.130.61:13285]
[22:39:28] WARNING: datagram overflowed for ˆWNiˆXˆXˆXˆXˆXˆXcaˆYˆYˆYˆYˆYˆYz
[22:39:42] noname disconnected.
[22:39:54] Sending heartbeat to 192.246.40.37:27900
[22:39:54] Sending heartbeat to 70.85.9.178:27900
[22:39:54] Sending heartbeat to 207.38.11.174:27900
[22:39:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:44:54] Sending heartbeat to 192.246.40.37:27900
[22:44:54] Sending heartbeat to 70.85.9.178:27900
[22:44:54] Sending heartbeat to 207.38.11.174:27900
[22:44:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:49:54] Sending heartbeat to 192.246.40.37:27900
[22:49:54] Sending heartbeat to 70.85.9.178:27900
[22:49:54] Sending heartbeat to 207.38.11.174:27900
[22:49:55] Heartbeat acknowledged from 70.85.9.178:27900
[22:54:54] Sending heartbeat to 192.246.40.37:27900
[22:54:54] Sending heartbeat to 70.85.9.178:27900
[22:54:54] Sending heartbeat to 207.38.11.174:27900
[22:54:54] Heartbeat acknowledged from 70.85.9.178:27900
[22:59:54] Sending heartbeat to 192.246.40.37:27900
[22:59:54] Sending heartbeat to 70.85.9.178:27900
[22:59:54] Sending heartbeat to 207.38.11.174:27900
[22:59:54] Heartbeat acknowledged from 70.85.9.178:27900
[23:04:54] Sending heartbeat to 192.246.40.37:27900
[23:04:54] Sending heartbeat to 70.85.9.178:27900
[23:04:54] Sending heartbeat to 207.38.11.174:27900
[23:04:55] Heartbeat acknowledged from 70.85.9.178:27900
[23:05:44] lonas connected [188.80.12.65:58222]
[23:05:56] lonas entered the game (build 27) [188.80.12.65:58222]
[23:07:21] lonas disconnected.
[23:09:54] Sending heartbeat to 192.246.40.37:27900
[23:09:54] Sending heartbeat to 70.85.9.178:27900
[23:09:54] Sending heartbeat to 207.38.11.174:27900
[23:09:54] Heartbeat acknowledged from 70.85.9.178:27900
[23:14:54] Sending heartbeat to 192.246.40.37:27900
[23:14:54] Sending heartbeat to 70.85.9.178:27900
[23:14:54] Sending heartbeat to 207.38.11.174:27900
[23:14:54] Heartbeat acknowledged from 70.85.9.178:27900
[23:18:41] WRETCHEDSPAWN connected [99.228.235.4:11637]
[23:18:57] WRETCHEDSPAWN entered the game (build 27) [99.228.235.4:11637]
[23:19:34] newbie connected [84.160.44.159:59695]
[23:19:54] newbie entered the game (build 27) [84.160.44.159:59695]
[23:19:54] Sending heartbeat to 192.246.40.37:27900
[23:19:54] Sending heartbeat to 70.85.9.178:27900
[23:19:54] Sending heartbeat to 207.38.11.174:27900
[23:19:54] Heartbeat acknowledged from 70.85.9.178:27900
[23:20:22] Round started...
[23:20:40] newbie(1) connected [71.205.116.91:9630]
[23:20:48] *newbie (Carbine) eliminated *WRETCHEDSPAWN (Carbine).
[23:20:48] Red team wins the round!
[23:20:57] Round started...
[23:21:03] noname entered the game (build 27) [71.205.116.91:9630]
[23:21:20] *newbie (Carbine) eliminated *WRETCHEDSPAWN (Carbine).
[23:21:20] Red team wins the round!
[23:21:29] Round started...
[23:21:39] 19:00 left in match.
[23:21:58] *newbie (Carbine) eliminated *noname (Carbine).
[23:22:10] *newbie got the *Blue flag!
[23:22:16] *WRETCHEDSPAWN got the *Red flag!
[23:22:28] *Blue's noname revived!
[23:22:32] *Red's newbie returned the *Blue flag!
[23:22:38] *Blue's WRETCHEDSPAWN returned the *Red flag!
[23:22:39] 18:00 left in match.
[23:23:18] *WRETCHEDSPAWN (Carbine) eliminated *newbie (Carbine).
[23:23:18] Blue team wins the round!
[23:23:27] Round started...
[23:23:48] 17:00 left in match.
[23:24:04] *WRETCHEDSPAWN (Automag) eliminated *newbie (Carbine).
[23:24:04] Blue team wins the round!
[23:24:13] Round started...
[23:24:37] *newbie (Carbine) eliminated *WRETCHEDSPAWN (Carbine).
[23:24:39] *noname (Carbine) eliminated *newbie (Carbine).
[23:24:39] Blue team wins the round!
[23:24:48] Round started...
[23:24:54] Sending heartbeat to 192.246.40.37:27900
[23:24:54] Sending heartbeat to 70.85.9.178:27900
[23:24:54] Sending heartbeat to 207.38.11.174:27900
[23:24:54] Heartbeat acknowledged from 70.85.9.178:27900
[23:25:05] *newbie (Carbine) eliminated *noname (Carbine).
[23:25:06] 16:00 left in match.
[23:25:06] *WRETCHEDSPAWN (Carbine) eliminated *newbie (Carbine).
[23:25:06] Blue team wins the round!
[23:25:15] Round started...
[23:25:35] *newbie (Carbine) eliminated *WRETCHEDSPAWN (Carbine).
[23:25:35] *WRETCHEDSPAWN (Carbine) eliminated *newbie (Carbine).
[23:25:35] Blue team wins the round!
[23:25:44] Round started...
[23:26:05] *newbie (Carbine) eliminated *noname (Carbine).
[23:26:05] *noname (Carbine) eliminated *newbie (Carbine).
[23:26:05] Blue team wins the round!
[23:26:14] Round started...
[23:26:33] 15:00 left in match.
[23:26:37] *WRETCHEDSPAWN (Carbine) eliminated *newbie (Carbine).
[23:26:37] Blue team wins the round!
[23:26:46] Round started...
[23:27:14] *newbie (Carbine) eliminated *noname (Carbine).
[23:27:14] *noname (Carbine) eliminated *newbie (Carbine).
[23:27:14] newbie is now observing.
[23:27:14] Blue team wins the round!
[23:27:40] Failed to open ./pball/save/current/beta/subt_b2.sv2
[23:27:40] ------- Server Initialization -------
... next map