Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

player ips sometimes get lost #78

Open
dpadgett opened this issue Aug 25, 2015 · 2 comments
Open

player ips sometimes get lost #78

dpadgett opened this issue Aug 25, 2015 · 2 comments
Labels

Comments

@dpadgett
Copy link
Collaborator

this can be seen in the logs as a missing ip string:

Tue Aug 11 21:55:48 CEST 2015: ClientDisconnect: 5 (sid(spec)) from

that particular time it happened, seems like all players that were connected at the time lost their ip when an rcon map_restart 0 was executed.

another issue, separate but possibly related: sometimes the player's ip disappears from the userinfo string stored in the engine. this shouldn't be possible but somehow still randomly happens. here was one case:

Mon Aug 3 20:14:48 CEST 2015: Kill: 5 4 20: Better at Dueling as Grab killed ·dArk§Ide¤ENT¤§IthlOrd· by MOD_ROCKET_SPLASH Mon Aug 3 20:14:50 CEST 2015: Client 4 reports guid xxx (userinfo \ip\xxx.xxx.xxx.xxx:29070\cg_predictItems\1\char_color_blue\255\char_color_green\255\char_color_red\255\color1\3\color2\3\forcepowers\7-1-333330000330000230\handicap\100\model\crashtwo\name\·dArk§Ide¤ENT¤§IthlOrd·\rate\25000\saber1\single_3\saber2\none\sex\1420993907\snaps\30\teamtask\184\password\ctfpug\teamoverlay\1)
Mon Aug 3 20:14:50 CEST 2015: Client 4 (·dArk§Ide¤ENT¤§IthlOrd·) has unique id xxx Mon Aug 3 20:14:50 CEST 2015: Client 4 reports guid xxx (userinfo \ip\xxx.xxx.xxx.xxx:29070\cg_predictItems\1\char_color_blue\255\char_color_green\255\char_color_red\255\color1\3\color2\3\forcepowers\7-2-033330233000330000\handicap\100\model\crashtwo\name\·dArk§Ide¤ENT¤§IthlOrd·\rate\25000\saber1\none\saber2\none\sex\1420993907\snaps\30\teamtask\184\password\ctfpug\teamoverlay\1)
Mon Aug 3 20:14:50 CEST 2015: Client 4 (·dArk§Ide¤ENT¤§IthlOrd·) has unique id xxx Mon Aug 3 20:14:50 CEST 2015: Client 4 reports guid xxx (userinfo \ip\xxx.xxx.xxx.xxx:29070\cg_predictItems\1\char_color_blue\255\char_color_green\255\char_color_red\255\color1\3\color2\3\forcepowers\7-2-033330233000330000\handicap\100\model\crashtwo\name\·dArk§Ide¤ENT¤§IthlOrd·\rate\25000\saber1\none\saber2\none\sex\1420993907\snaps\30\teamtask\184\password\ctfpug\teamoverlay\1)
Mon Aug 3 20:14:50 CEST 2015: Client 4 (·dArk§Ide¤ENT¤§IthlOrd·) has unique id xxx Mon Aug 3 20:14:50 CEST 2015: Client 4 reports guid xxx (userinfo \ip\xxx.xxx.xxx.xxx:29070\cg_predictItems\1\char_color_blue\255\char_color_green\255\char_color_red\255\color1\3\color2\3\forcepowers\7-1-333330000330000230\handicap\100\model\crashtwo\name\·dArk§Ide¤ENT¤§IthlOrd·\rate\25000\saber1\single_3\saber2\none\sex\1420993907\snaps\30\teamtask\184\password\ctfpug\teamoverlay\1)
Mon Aug 3 20:14:50 CEST 2015: Client 4 (·dArk§Ide¤ENT¤§IthlOrd·) has unique id xxx Mon Aug 3 20:14:50 CEST 2015: Kill: 4 4 39: ·dArk§Ide¤ENT¤§IthlOrd· killed ·dArk§Ide¤ENT¤§IthlOrd· by MOD_SUICIDE Mon Aug 3 20:14:52 CEST 2015: Client 4 reports guid xxx (userinfo \cg_predictItems\1\char_color_blue\255\char_color_green\255\char_color_red\255\color1\3\color2\3\forcepowers\7-2-033330233000330000\handicap\100\model\crashtwo\name\·dArk§Ide¤ENT¤§IthlOrd·\rate\25000\saber1\none\saber2\none\sex\1420993907\snaps\30\teamtask\184\password\ctfpug\teamoverlay\1)
Mon Aug 3 20:14:52 CEST 2015: Client 4 (·dArk§Ide¤ENT¤§Ith`lOrd·) has unique id xxx

seems it usually happens after a respawn, sometimes the ip just disappears for no reason

@TheSil
Copy link
Owner

TheSil commented Aug 25, 2015

Are there any recent occurences of these? All of these seem to be pretty old, and might have been only temporary due to sessions updates.

@dpadgett
Copy link
Collaborator Author

aug 11th was the last occurrence of the first issue

other issue happened last on aug 23rd:

Sun Aug 23 21:18:57 CEST 2015: Client 1 reports guid xxx (userinfo \rate\90000\snaps\30\model\luke\forcepowers\7-1-033330000332003130\color1\2\color2\2\handicap\100\sex\205026804\cg_predictItems\1\saber1\dual_4\saber2\none\char_color_red\255\char_color_green\255\char_color_blue\255\name^01^2.^001^2|^0Corr^2^0ptor Zer^20\teamtask\0\password\xxx\teamoverlay\1)

@TheSil TheSil added the bug label Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants