Raised This Month: $32 Target: $400
 8% 

[HELP] req Server crash.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 08-17-2018 , 11:13   [HELP] req Server crash.
Reply With Quote #1

Hello, today i have error, nothing added or changed

error;s :





(map "de_dust2002") PF_MessageBegin_I: New message started when msg '77' has not been sent yet
(map "de_dust2") PF_MessageBegin_I: New message started when msg '77' has not been sent yet
(map "") Host_Error: PF_MessageEnd_I: Refusing to send user message SayText of 200 bytes to client, user message size limit is 192 bytes


And server crash

Thanks
popilas is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-17-2018 , 11:19   Re: [HELP] req Server crash.
Reply With Quote #2

As the error says, you're trying to send a message while another one is in the process of being sent. Check which plugin sends messages.
__________________
edon1337 is offline
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 08-17-2018 , 11:24   Re: [HELP] req Server crash.
Reply With Quote #3

Quote:
Originally Posted by edon1337 View Post
As the error says, you're trying to send a message while another one is in the process of being sent. Check which plugin sends messages.
hmm use the main plugin

PHP Code:
message_beginMSG_ONEget_user_msgid"SayText" ), _players[i] );
                            
write_bytesndr );
                            
write_stringmsg );
                            
message_end(); 

PHP Code:
    message_begin(MSG_ONE_UNRELIABLEg_msgid_AmmoX_id);
    
write_byte(iAmmoId);
    
write_byte(iFullbpammo);
    
message_end(); 
PHP Code:
        message_begin(MSG_ONEget_user_msgid"SayText" ), _Players[i]);
        
write_byte(Players[i]);
        
write_string(Msg);
        
message_end(); 
PHP Code:
    message_begin(MSG_ONEg_msgid_ScreenFade, {0,0,0}, id);
    
write_short(1<<10);
    
write_short(1<<10);
    
write_short(0x0000);
    
write_byte(255);
    
write_byte(255);
    
write_byte(255);
    
write_byte(50);
    
message_end(); 

Plugin compile with out errors
popilas is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-17-2018 , 11:31   Re: [HELP] req Server crash.
Reply With Quote #4

You're sending a message longer than limit (192 chars)
__________________
edon1337 is offline
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 08-17-2018 , 11:31   Re: [HELP] req Server crash.
Reply With Quote #5

and another

PHP Code:
   message_begin(MSG_ONEget_user_msgid("ScreenFade"), {0,0,0}, player)
   
write_short(1<<10)
   
write_short(1<<10)
   
write_short(0x0000)
   
write_byte(0)
   
write_byte(0)
   
write_byte(200)
   
write_byte(75)
   
message_end()

popilas is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-17-2018 , 11:32   Re: [HELP] req Server crash.
Reply With Quote #6

Quote:
Originally Posted by popilas View Post
and another

PHP Code:
   message_begin(MSG_ONEget_user_msgid("ScreenFade"), {0,0,0}, player)
   
write_short(1<<10)
   
write_short(1<<10)
   
write_short(0x0000)
   
write_byte(0)
   
write_byte(0)
   
write_byte(200)
   
write_byte(75)
   
message_end()

!?
__________________
edon1337 is offline
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 08-17-2018 , 11:32   Re: [HELP] req Server crash.
Reply With Quote #7

Quote:
Originally Posted by edon1337 View Post
You're sending a message longer than limit (192 chars)
I think i know what the problem

Thanks
popilas is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-17-2018 , 11:33   Re: [HELP] req Server crash.
Reply With Quote #8

Quote:
Originally Posted by popilas View Post
I think i know what the problem
Seriously
Quote:
Originally Posted by edon1337 View Post
You're sending a message longer than limit (192 chars)
__________________

Last edited by edon1337; 08-17-2018 at 11:33.
edon1337 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode