All of my players, suddenly got disconnected, with following log in console:
82.19.24.25:58195/76561198066300432/JuXas disconnecting: Invalid Packet (68) 1538b
78.31.227.16:58768/76561198003081494/FainT disconnecting: Invalid Packet (68) 1538b
94.232.124.67:56571/76561198002115162/Julius disconnecting: Invalid Packet (68) 1538b
78.62.98.188:52653/76561198084306581/RnZ disconnecting: Invalid Packet (68) 1526b
anyone has any ideas what could be the cause?
Invalid Packet (68) 1538b
Discussion in 'Rust Development' started by Visagalis, Aug 6, 2015.
-
Wulf Community Admin
You have a GUI plugin that isn't cleaning up properly most likely.
-
ohhh, that helps
i modified a bit of code from other person plugin....
http://pastebin.com/YtRtEE32 any tips what i did wrong here?
i modified plugin, to display game time instead of server real time.
introduced
private TOD_Sky sky;
also i changed some timing, from 60000 to 6000 and from 500 to 100
i also received the following:
82.19.24.25:64408/76561198066300432/JuXas disconnecting: Invalid Raknet Packet 74
94.232.124.67:56925/76561198002115162/Julius disconnecting: Invalid Raknet Packet 74
78.31.227.16:50725/76561198003081494/FainT disconnecting: Invalid Raknet Packet 74
is cause the same?Last edited by a moderator: Aug 6, 2015
