Jump to content
das attorney

Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo

Recommended Posts

Hi,

 

I'm getting a lot of this spam on my DS test server every 5 seconds since last update (1.76).  Not sure what the cause is

 

2017/10/11, 16:19:03 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:03 In last 5000 miliseconds was lost another 680 these messages.
2017/10/11, 16:19:08 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:08 In last 5000 miliseconds was lost another 614 these messages.
2017/10/11, 16:19:13 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:13 In last 5000 miliseconds was lost another 656 these messages.
2017/10/11, 16:19:18 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:18 In last 5000 miliseconds was lost another 632 these messages.
2017/10/11, 16:19:23 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:23 In last 5000 miliseconds was lost another 596 these messages.
2017/10/11, 16:19:28 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:28 In last 5000 miliseconds was lost another 668 these messages.
2017/10/11, 16:19:33 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:33 In last 5000 miliseconds was lost another 569 these messages.
2017/10/11, 16:19:38 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:38 In last 5000 miliseconds was lost another 611 these messages.
2017/10/11, 16:19:43 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:43 In last 5000 miliseconds was lost another 590 these messages.
2017/10/11, 16:19:48 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:48 In last 5000 miliseconds was lost another 596 these messages.
2017/10/11, 16:19:53 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=0, received=1
2017/10/11, 16:19:53 In last 5000 miliseconds was lost another 656 these messages.

 

I saw this old thread where someone else had this in 2015, but I've not seen this before.

 

 

Share this post


Link to post
Share on other sites

You haven't screwed around with the network settings for the server have you?

'

If you did, then you should reset them back to default and see if that makes your problem go away

Share this post


Link to post
Share on other sites

No, I haven't touched them since I set the file up some time ago.  Here they are for reference:

 

MaxMsgSend = 128;
// MaxSizeGuaranteed = 512;
MaxSizeGuaranteed = 768;
MaxSizeNonguaranteed = 256;
MinBandwidth = 131072;
// MaxBandwidth = 2097152000;
MinErrorToSend = 0.001;
MinErrorToSendNear = 0.01;
MaxCustomFileSize = 1310720;
class sockets{
    maxPacketSize = 1400;
};
adapter=-1;
3D_Performance=1;
Resolution_W=0;
Resolution_H=0;
Resolution_Bpp=32;
terrainGrid=12.5;
viewDistance=1500;
Windowed=0;

 

Share this post


Link to post
Share on other sites

can report the same, have no idea whats the cause yet.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×