flow0815 Posted June 24, 2015 Report Share Posted June 24, 2015 Hi guys, 3 players on my server where banned for #R2 epoch autoban. I think this is a reason of logging in to fast when server is restartet? Redis DB logged: 2015-06-23 23:49:11 PLAYERNAME (UID): Player not Authenticated Is there a solution to fix this or is this NOT false positive? 9:44:31 Server error: Player without identity PLAYERNAME(id xxxxxxxx) 9:44:31 NetServer::SendMsg: cannot find channel #xxxxxxxx, users.card=0 9:44:31 NetServer: users.get failed when sending to xxxxxxxx 9:44:31 Message not sent - error 0, message ID = ffffffff, to xxxxxxxx(<no>) Would be bad if every player would be banned for logging in to fast :) Thanks. If you need any futher logs, please draw me a line. Best regards Link to comment Share on other sites More sharing options...
flow0815 Posted June 25, 2015 Author Report Share Posted June 25, 2015 Seems a serious problem. Happening twice a day and more often.... Link to comment Share on other sites More sharing options...
Richie Posted June 25, 2015 Report Share Posted June 25, 2015 The reason is logged in the database, you can use redis desktop manager or similar to see why. If you're sure it's logging on too quickly then adjust the settings of the anti-hack :) Line #6 of epochah.hpp, add longer or set it to log only antihack_ahInitAuthCfg[] = {0,90}; // 0 == BAN - 1 = LOG, 60 = ban or log if anti hack is not started in 90 seconds Link to comment Share on other sites More sharing options...
flow0815 Posted June 25, 2015 Author Report Share Posted June 25, 2015 Hi and Thank you Richie, as i wrote the logged reason is: Redis DB logged: 2015-06-23 23:49:11 PLAYERNAME (UID): Player not Authenticated I am sure this is any kind of bug because the player is not hacking or such. Good to know that this Config line is for Autoban. Will change it to log only. Thank you buddy Link to comment Share on other sites More sharing options...
Richie Posted June 25, 2015 Report Share Posted June 25, 2015 Yep they're just eager beavers logging before the server is ready, change the timer to give more time, shame locking the server doesn't work as the more objects you get the longer it takes. Still you're on the case so i'm sure your players will put up with the odd issue here and there, good luck :) Link to comment Share on other sites More sharing options...
flow0815 Posted June 25, 2015 Author Report Share Posted June 25, 2015 Thanks for that very useful help. Yeah i am in panic when my players are not able to play stressless :D Jumped of the sofa as i received the ban warning from a player :D Thank you very much Link to comment Share on other sites More sharing options...
flow0815 Posted June 27, 2015 Author Report Share Posted June 27, 2015 Seems to solve the problem Link to comment Share on other sites More sharing options...