Error Login when the 24 member
#6

Quote:
Originally Posted by MEW273
Посмотреть сообщение
Please don't bump your thread within 24 hours of your last post.

It seems that a majority of this code likely wasn't written by yourself, so the best thing I could suggest is adding prints/debug to find out where the problem is, I have added eleven prints to your OnPlayerConnect code that should hopefully provide you some insight.

https://pastebin.com/2fjFEbXs

When players begin experiencing this problem have a look at your server log and determine which 'step' the player gets to before they stop, if you find missing 'steps' then you should be able to narrow down where the error lies.

For example, you might notice that when a player reports this issue and you look at the server log it could look like this:
Код:
[22:45:17] ---BEGIN DEBUG--- Incoming player connection for player id (24)
[22:45:17] ---[Step 1/4] DEBUG--- [BEGIN] Player counter complete for player id (24)
[22:45:17] ---[Step 1/4] DEBUG--- [END] Player counter complete for player id (24)
[22:45:17] ---[Step 2/4] DEBUG--- [BEGIN] Player loops completed for player id (24)
-- No further prints
In which case you would know that somewhere in the code of step two (player loops) the server is hanging and thus can't continue to the next piece of code. From there you should be able to narrow down exactly where the problem is, I would suspect one of the loops is taking on an 'infinite' condition and therefore never finishes.

Someone else might be able to look at your code and spot something I am not familiar with, however, this is how I would start to address the issue you're having.

Hope this helps.
[18:21:43] ---BEGIN DEBUG--- Incoming player connection for player id (24)
[18:21:43] ---[Step 1/5] DEBUG--- [BEGIN] Player counter complete for player id (24)
END
Reply


Messages In This Thread
Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 10:58
Re: Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 11:00
Re: Error Login when the 24 member - by MEW273 - 10.12.2017, 11:13
Re: Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 11:17
Re: Error Login when the 24 member - by MEW273 - 10.12.2017, 11:54
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 10:53
Re: Error Login when the 24 member - by izeatfishz - 11.12.2017, 11:01
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 11:27
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 11:31
Re: Error Login when the 24 member - by MEW273 - 11.12.2017, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)