Logs UrT, ClientUserinfochanged apparemment invalide

Tout ce qui concerne la configuration et l'administration des serveurs.
Rendez-vous dans Outils de communication & communautaires pour la conception de sites Internet.
Avatar du membre
MathX
Messages : 216
Enregistré le : 05 sept. 2008, 23:18

Message par MathX » 17 juil. 2009, 11:29

Hey,

Lors du débug de la nouvelle version de Kiwi, on m'a fait part d'un bug étrange concernant les variables joueurs. Je suis donc remonté à la source et je trouve ceci dans les logs :
14:57 ClientUserinfoChanged: 13 N
sachant que normalement une ligne ClientUserinfoChanger prend cette forme :
15:05 ClientUserinfoChanged: 13 nNickt2r2tlf0\f1\f2\a0128a1128a2128

Je me pose donc la question suivante : est-ce (encore ) un bug d'urt ou une feature ? Si c'est une feature, en quoi consiste la ligne ?

Merci ! :)

Avatar du membre
linkboss
Référent outil (Leelabot)
Messages : 1633
Enregistré le : 28 déc. 2008, 19:22
Localisation : Pas en Bretagne !

Message par linkboss » 17 juil. 2009, 12:21

Pour moi, je n'ai jamais vu ça dans les logs, et cela est peut-être un bug (à mon avis en tout cas), car telle qu'elle est ici, cette ligne n'apporte rien comme info (et c'est alors useless de la mettre)
<newboy> si t aurais mon fils j vé te mettre un confiture
LeelaBot, un autre bot d'administration de vos serveurs UrT.
La HD sarox

Avatar du membre
Kalish
Conseil d'Administration
Conseil d'Administration
Messages : 1587
Enregistré le : 15 déc. 2007, 12:43
Localisation : Bayeux - Normandie

Message par Kalish » 17 juil. 2009, 12:23

Jamais vu ça non plus, ca sent la version mal compilée du serveur...

Avatar du membre
MathX
Messages : 216
Enregistré le : 05 sept. 2008, 23:18

Message par MathX » 17 juil. 2009, 12:25

~SG~ Kalish a écrit :Jamais vu ça non plus, ca sent la version mal compilée du serveur...
Server vVv-SF TS donc ça m'étonnerait.

Avatar du membre
Courgette
Messages : 850
Enregistré le : 22 déc. 2007, 02:05
Localisation : Rennes

Message par Courgette » 17 juil. 2009, 12:30

Sur plusieurs milliers de lignes ClientUserinfoChanged de mes logs, je n'ai jamais ce format.
IMHO C'est un épiphénomène que tu peux ignorer

EDIT: whoua on est super réactif :)

Avatar du membre
linkboss
Référent outil (Leelabot)
Messages : 1633
Enregistré le : 28 déc. 2008, 19:22
Localisation : Pas en Bretagne !

Message par linkboss » 17 juil. 2009, 12:42

Comme quoi ya pas mal de personnes qui s'y connaissent :D
<newboy> si t aurais mon fils j vé te mettre un confiture
LeelaBot, un autre bot d'administration de vos serveurs UrT.
La HD sarox

Avatar du membre
tycale
Messages : 104
Enregistré le : 03 août 2008, 20:29

Message par tycale » 17 juil. 2009, 12:43

Même problème dans mes logs et un kiwi qui s'est déjà torché deux fois :

urt@Zhen-Server:~/.q3a/q3ut4$ cat games.log | grep -e 'ClientUserinfoChanged: .* N'
17:25 ClientUserinfoChanged: 7 N
8:44 ClientUserinfoChanged: 12 N
7:07 ClientUserinfoChanged: 4 N


Et, ma version serveur est l'officielle patchée contre le hack des votes.


Log des torches de kiwi :

Code : Tout sélectionner

30/06/09 23:31 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/plugins/admin.py", line 65, in onSay
    cmd.attr(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/plugins/admin.py", line 198, in _help
    self.output.tell(event.id,message)
  File "/home/urt/bot/kiwi_Alpha/kiwi/plugin.py", line 40, in tell
    responses.append(self.rcon.send(m, True, getResponse))
  File "/home/urt/bot/kiwi_Alpha/kiwi/rcon.py", line 27, in send
    self.connection.send(query)
error: (111, 'Connection refused')


...

02/07/09 18:06 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 18:07 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 18:07 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 18:26 | [INFO] Début de la partie.
02/07/09 18:46 | [INFO] Début de la partie.
02/07/09 19:07 | [INFO] Début de la partie.
02/07/09 19:28 | [INFO] Début de la partie.
02/07/09 19:31 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 19:31 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 19:31 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'


...

02/07/09 20:36 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:37 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:42 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:45 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:48 | [INFO] Début de la partie.
02/07/09 20:48 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:49 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'
02/07/09 20:52 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 103, in clientInfos
    client.guid = vars['cl_guid']
KeyError: 'cl_guid'

...

05/07/09 08:35 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
05/07/09 08:36 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
05/07/09 08:36 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'

...

06/07/09 18:58 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 18:59 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:04 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:05 | [INFO] Début de la partie.
06/07/09 19:06 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:06 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:26 | [INFO] Début de la partie.
06/07/09 19:26 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:46 | [INFO] Début de la partie.
06/07/09 19:46 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:47 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 19:49 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
06/07/09 20:07 | [INFO] Début de la partie.
06/07/09 20:07 | [ERROR] Traceback (most recent call last):
  File "./bot/kiwi_Alpha/run.py", line 42, in eventManager
    self.interaction.handleEvent(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/gameInteraction.py", line 36, in handleEvent
    func(event)
  File "/home/urt/bot/kiwi_Alpha/kiwi/clients.py", line 104, in clientInfos
    client.name = vars['name']
KeyError: 'name'
Modifié en dernier par tycale le 17 juil. 2009, 12:48, modifié 1 fois.
développeur et sysadmin d'urban-arena.net
Team : By The Wave

Avatar du membre
linkboss
Référent outil (Leelabot)
Messages : 1633
Enregistré le : 28 déc. 2008, 19:22
Localisation : Pas en Bretagne !

Message par linkboss » 17 juil. 2009, 12:49

Tiens donc. Je vais modifier mon bot pour prendre en compte ce bug quand même, même si je ne l'ai jamais trouvé...

Sinon GG pour la gestion d'erreurs, moi je fais pas autant Oo
Modifié en dernier par linkboss le 17 juil. 2009, 12:50, modifié 1 fois.
<newboy> si t aurais mon fils j vé te mettre un confiture
LeelaBot, un autre bot d'administration de vos serveurs UrT.
La HD sarox

Avatar du membre
MathX
Messages : 216
Enregistré le : 05 sept. 2008, 23:18

Message par MathX » 17 juil. 2009, 12:52

Ca vient de ClientuserInfo tes erreurs Tycale, étrangement j'ai pas cette erreur avec le log de Foaly.
Modifié en dernier par MathX le 17 juil. 2009, 12:54, modifié 1 fois.

Avatar du membre
tycale
Messages : 104
Enregistré le : 03 août 2008, 20:29

Message par tycale » 17 juil. 2009, 12:54

Edit : Oups, j'étais déjà en retard.

Sinon, Mathx, tu utilises des timers ou des threads dans kiwi ? Ca pourrait s'expliquer facilement si c'est le cas.
Modifié en dernier par tycale le 17 juil. 2009, 13:04, modifié 1 fois.
développeur et sysadmin d'urban-arena.net
Team : By The Wave

Avatar du membre
Courgette
Messages : 850
Enregistré le : 22 déc. 2007, 02:05
Localisation : Rennes

Message par Courgette » 17 juil. 2009, 13:04

c'est dans quel mode de jeu que vous avez le ClientUserinfoChanged 13 N ?

Et s'il vous plait, ne vous écartez pas du sujet du topic

Avatar du membre
tycale
Messages : 104
Enregistré le : 03 août 2008, 20:29

Message par tycale » 17 juil. 2009, 13:16

De mon coté, CTF.

Tu peux faire des grep -e 'ClientUserinfoChanged: .* N' sur tes logs ?
développeur et sysadmin d'urban-arena.net
Team : By The Wave

Avatar du membre
MathX
Messages : 216
Enregistré le : 05 sept. 2008, 23:18

Message par MathX » 17 juil. 2009, 13:21

tycale a écrit :Edit : Oups, j'étais déjà en retard.

Sinon, Mathx, tu utilises des timers ou des threads dans kiwi ? Ca pourrait s'expliquer facilement si c'est le cas.
J'ai un parser qui lit les nouvelles lignes, les transforme en event et les insère dans une queue. Un thread reprend les events après les envoie vers les différents handlers concernés par l'event mais je vois pas où tu veux en venir.

@Courgette : TS
Modifié en dernier par MathX le 17 juil. 2009, 13:22, modifié 1 fois.

Avatar du membre
Courgette
Messages : 850
Enregistré le : 22 déc. 2007, 02:05
Localisation : Rennes

Message par Courgette » 17 juil. 2009, 13:25

ha ba si en fait j'en ai quelque unes :

Code : Tout sélectionner

ubudumbers.log:  5:26 ClientUserinfoChanged: 6 N
ubudumbers.log: 12:40 ClientUserinfoChanged: 16 N
ubudumbers.log:  6:38 ClientUserinfoChanged: 3 N
ubudumbers.log: 11:30 ClientUserinfoChanged: 14 N
ubudumbers.log: 15:22 ClientUserinfoChanged: 17 N
ubudumbers.log:  6:22 ClientUserinfoChanged: 12 N
ubudumbers.log:  3:45 ClientUserinfoChanged: 8 N
ubudumbers.log:  0:30 ClientUserinfoChanged: 2 N
ubudumbers.log: 10:20 ClientUserinfoChanged: 5 N
ubudumbers.log: 13:29 ClientUserinfoChanged: 15 N
ubudumbers.log:  1:45 ClientUserinfoChanged: 4 N
ubudumbers.log:  8:50 ClientUserinfoChanged: 5 N
sur un total de 1058179 lignes ClientUserinfoChanged soit 0,01 ‰

et uniquement sur le dumbers qui est en TDM....


encore plus interressant, il y a toujours un ClientDisconnect avant :

Code : Tout sélectionner

courgette@ks28477:~/q3logs$ grep -e 'ClientUserinfoChanged: .* N' -B 3 ubudumbers.log
  5:26 ClientConnect: 6
  5:26 ClientUserinfo: 6 ip84.0.144.32:60826challenge48136391qport10214protocol68nameJuniorrate8000cg_predictitems\0snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100teamtask\0sexmalecl_anonymous\0cl_guid15FAB323870D332C2360A29B0D30CF46
  5:26 ClientDisconnect: 10
  5:26 ClientUserinfoChanged: 6 N
--
 12:40 ClientConnect: 16
 12:40 ClientUserinfo: 16 ip85.201.89.224:27960challenge-933666058qport129protocol68nameVincerate8000cg_predictitems\0snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0teamtask\0cl_guid664C9BB3F8266B220924BB451BA16403
 12:40 ClientDisconnect: 15
 12:40 ClientUserinfoChanged: 16 N
--
  6:37 Kill: 13 2 38: Oddball killed P3r2ak0 by UT_MOD_M4
  6:38 ClientUserinfo: 3 ip90.41.194.113:27960namebloodinou[CPP]racered2raceblue2rate8000ut_timenudge\0cg_rgb128 128 128cg_predictitems\0cg_physics1gearFLAARWVsnaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0teamtask\0cl_guid70D8F17A2AB0BA12A4F315CF12EFCF35weapmodes\00000110220000020002
  6:38 ClientDisconnect: 8
  6:38 ClientUserinfoChanged: 3 N
--
 11:30 ClientConnect: 14
 11:30 ClientUserinfo: 14 ip89.244.195.19:27960challenge2007067135qport56410protocol68nameLeighracered\0raceblue\0rate8000ut_timenudge\0cg_rgb128 128 128cg_predictitems\0cg_physics1gearGeAOXVAcl_anonymous\0sexmalehandicap100color25color14team_headmodel*jamesteam_modeljamesheadmodelsargemodelsargesnaps20teamtask\0cl_guid42767FF165E7D9C246202E6C5CD2FD25weapmodes\00000110220000020002
 11:30 ClientDisconnect: 5
 11:30 ClientUserinfoChanged: 14 N
--
 15:22 ClientUserinfo: 17 ip212.73.55.2:27960challenge-2019901137qport54602protocol68namequinguaracered3raceblue3rate8000ut_timenudge\0cg_rgb128 128 128cg_predictitems\0cg_physics1gearGMAOWRAcl_anonymous\0sexmalehandicap100color25color14team_headmodel*jamesteam_modeljamesheadmodelsargemodelsargesnaps20teamtask\0cl_guid1531343A7F0FE4AD044D65809A65B590weapmodes\00000110220000020002
 15:22 ClientDisconnect: 6
 15:22 ClientDisconnect: 14
 15:22 ClientUserinfoChanged: 17 N
--
  6:20 Kill: 13 9 20: Pegboy killed Sonor by UT_MOD_G36
  6:22 ClientUserinfo: 12 ip77.198.167.214:27960nameNoobenracered2raceblue2rate8000ut_timenudge\0cg_rgb128 128 128cg_predictitems\0cg_physics1gearGaAARWVsnaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0teamtask\0cl_guidBB27647EEBE7E9F1ABF29C9C6AD2816Fweapmodes\00000110220000020002
  6:22 ClientDisconnect: 2
  6:22 ClientUserinfoChanged: 12 N
--
  3:45 Kill: 8 8 10: MDVpier killed MDVpier by MOD_CHANGE_TEAM
  3:45 ClientUserinfo: 8 ip82.238.52.239:27960nameMDVpierracered2raceblue2rate8000ut_timenudge\0cg_rgb\0 0 255funredninjafunbluegasmaskcg_predictitems\0cg_physics1snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0gearGaAAWATteamtask\0cl_guidB8594FFBA3A1C683C5EC52AA2E5C0ADDweapmodes\00000110210000020002
  3:45 ClientDisconnect: 11
  3:45 ClientUserinfoChanged: 8 N
--
  0:30 Kill: 2 2 10: jaime killed jaime by MOD_CHANGE_TEAM
  0:30 ClientUserinfo: 2 ip87.222.120.36:27960namejaimeracered2raceblue2rate8000ut_timenudge\0cg_rgb128 128 128cg_predictitems\0cg_physics1gearFZJARUAcl_anonymous\0sexmalehandicap100color25color14team_headmodel*jamesteam_modeljamesheadmodelsargemodelsargesnaps20teamtask\0cl_guidA126F8F1C45025793B386E0E789D0928weapmodes\00000110220000020002
  0:30 ClientDisconnect: 9
  0:30 ClientUserinfoChanged: 2 N
--
 10:20 Kill: 10 12 28: dorbomb killed C.e!Maikoru by UT_MOD_SR8
 10:20 ClientUserinfo: 5 ip99.239.64.40:37036nameWebmasterracered2raceblue2rate8000ut_timenudge20cg_rgb128 128 128cg_predictitems\0cg_physics1gearGMJARUAcl_anonymous\0sexmalehandicap100color25color14team_headmodel*jamesteam_modeljamesheadmodelsargemodelsargesnaps20teamtask\0cl_guidEEF089DE8BE36117207CD94AA7524053weapmodes\00000110220000020002
 10:20 ClientDisconnect: 11
 10:20 ClientUserinfoChanged: 5 N
--
 13:25 Kill: 5 7 17: Bracco killed minotaur by UT_MOD_UMP45
 13:29 ClientUserinfo: 15 ip78.115.195.107:27960nameAracheur de teteracered3raceblue2rate8000ut_timenudge\0cg_rgb\0 0 0cg_predictitems\0cg_physics1snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0gearGeIAWTAteamtask\0cl_guidFCF70354F7503DBD3687CC4CA3514BCBweapmodes\01000110220000020002
 13:29 ClientDisconnect: 7
 13:29 ClientUserinfoChanged: 15 N
--
  1:45 Kill: 4 4 10: dudiisrael killed dudiisrael by MOD_CHANGE_TEAM
  1:45 ClientUserinfo: 4 ip84.109.94.177:27960namedudi israelracered1raceblue1rate8000ut_timenudge\0cg_rgb255 255 255cg_predictitems\0cg_physics1snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0gearFJIAWUAteamtask\0cl_guid64ABCD376606574CB1F82C8195FF0BF7weapmodes\00000110220000020002
  1:45 ClientDisconnect: 2
  1:45 ClientUserinfoChanged: 4 N
--
  8:50 ClientConnect: 5
  8:50 ClientUserinfo: 5 ip148.160.67.13:62063challenge461302543qport179protocol68namemou-manracered2raceblue2rate8000ut_timenudge\0cg_rgb\0 0 0cg_predictitems\0cg_physics1snaps20modelsargeheadmodelsargeteam_modeljamesteam_headmodel*jamescolor14color25handicap100sexmalecl_anonymous\0gearGZAOTWAteamtask\0cl_guid7E2A84673813C80087631ABBE883F59Fweapmodes\00000110220000020002
  8:50 ClientDisconnect: 11
  8:50 ClientUserinfoChanged: 5 N

Avatar du membre
tycale
Messages : 104
Enregistré le : 03 août 2008, 20:29

Message par tycale » 17 juil. 2009, 13:30

Ok, je vais jeter un coup d'oeil à ton code alors. J'ai peut-être une idée (pour mes erreurs sur le log kiwi) :)
Modifié en dernier par tycale le 17 juil. 2009, 13:31, modifié 1 fois.
développeur et sysadmin d'urban-arena.net
Team : By The Wave

Répondre