Any servers getting this error: Host_Error: PF_MessageEnd_I

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Code:
---------------------------
Fatal error - Dedicated server
---------------------------
Host_Error: PF_MessageEnd_I:  Refusing to send user message TextMsg of 193 bytes to client, user message size limit is 192 bytes


---------------------------
OK   
---------------------------
Getting this one from time to time. I *suspect* it's simply the MS Text HUD interface the beta AMXmodX is using, but I want to make sure no one else is getting it, lest it be something else.
 

Humming Bird

New Adventurer
Joined
Feb 16, 2007
Messages
233
Reaction score
0
Yes, I believe this is my problem, after looking it into it a bit. I think... Yes, its probably the HUDText crashing it, but this could also happen with the MOTD. Basically, and HL messages can't be over 192 bytes long. So either I'm sending a HUD message thats too long, or your MOTD is too long. But either way, I'll be adding checks to make sure all messages are <192 bytes.
 

FER

New Adventurer
MSC Developer
RiP
Joined
Sep 16, 2006
Messages
2,758
Reaction score
0
Age
37
Location
on Belser's army
My server crashes when it get the bugged HUD sometimes
 
Top