Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

Got an error log I've never seen before, any help interpreting it?

Asked by
Uglypoe 557 Donator Moderation Voter
7 years ago

The error log is this:

(ignored) readFast past end (Packet size: 1144, packet type: 27)

It starts whenever the player's character becomes too big. My game uses custom characters, and in one example this begins when the character is made of around 270 individual parts. This hasn't started happening until after the recent BodyMover update.

From what I've seen, it stops the client's character from replicating to the server. The server cannot see the character moving, but the client can still move it around as normal. This can lead to some really weird situations: adding a BodyPosition to the character's torso from the server will still take effect on the client and move them to the position.

Any help would be appreciated. Thanks, -Poe

1 answer

Log in to vote
0
Answered by
4D_X 118
7 years ago

It means that you are sizing your player too big for the server to handle. Try sizing the player little by little until you get to the size you want.

0
Yup, keyword "Packet size: 1144". Too big for replication. cabbler 1942 — 7y
0
That's pretty annoying in terms of what my game is. Thanks for the help. Uglypoe 557 — 7y
0
Packet size 1144 is not too big for replication. Packets can be arbitrarily large. I have explained the reason for this here: https://scriptinghelpers.org/questions/42824/does-anybody-have-specific-information-about-these-humanoid-limitations gskw 1046 — 6y
Ad

Answer this question