Closed danielepantaleone closed 11 years ago
Ok, I know where the bug is and it's not b3 side: I checked again the log and I found this line:
131103 23:45:20 VERBOSE "RCON sending (127.0.0.1:27924) 'auth-whois 1'"
131103 23:45:21 VERBOS2 "RCON: Received 'Client in slot 1 is not connected\\n'"
That's why the FSA is not retrieved. The bug is in the Urban Terror server engine and I just fixed it for the next update.
Didn't had the time to have a deep look at it but seems that the regular expression is failing in parsing the client auth login somehow. That's what I extracted from the b3.log file:
GUID and FSA replaced for privacy purpose. As you can see the FSA is shown in the first log line but it's missing in the last one
EDIT: just checked and the regex works as expected. The problem must be somewhere else