Raised This Month: $ Target: $400
 0% 

weird error !and server shuts down


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
skype321
Member
Join Date: Mar 2014
Old 04-06-2014 , 07:10   weird error !and server shuts down
Reply With Quote #1

This error comes up from no where and the server closes with error SERVER IS SHUTTING DOWN what is the problem?
PHP Code:
PF_MessageEnd_IRefusing to send user message SayText of 231 bytes to clientuser message size limit is 192 bytes 
skype321 is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-06-2014 , 11:15   Re: weird error !and server shuts down
Reply With Quote #2

Remove the plugins that hook SayText message or post them here so someone could fix them for you.
__________________

Last edited by Neeeeeeeeeel.-; 04-06-2014 at 11:16.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
skype321
Member
Join Date: Mar 2014
Old 04-06-2014 , 11:37   Re: weird error !and server shuts down
Reply With Quote #3

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
Remove the plugins that hook SayText message or post them here so someone could fix them for you.
Link to the plugin https://forums.alliedmods.net/showthread.php?t=191708
Spoiler


P.S -I REPORTED IT AS A BUG IN THE ORIGINAL PLUGIN SECTION
skype321 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-06-2014 , 14:48   Re: weird error !and server shuts down
Reply With Quote #4

non-steam plugins are not supported here
__________________

Mordekay is offline
joelverghese
Member
Join Date: Oct 2011
Old 04-07-2014 , 00:48   Re: weird error !and server shuts down
Reply With Quote #5

Quote:
Originally Posted by Mordekay View Post
non-steam plugins are not supported here
your retarded ! See before you post
joelverghese is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-07-2014 , 09:23   Re: weird error !and server shuts down
Reply With Quote #6

Code:
new Trie:g_tIgnoredAuthID // hltv, bots and non-steam users
Then it should not be supported here.
Reporting it to mods....
__________________

Mordekay is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 04-07-2014 , 11:35   Re: weird error !and server shuts down
Reply With Quote #7

Off-topic: @Mordekay, according to the link skype321 posted, the plugin says that it no works on non-steam(https://forums.alliedmods.net/showthread.php?t=191708) and the post with the link in the brackets in this reply of mine is the same one skype321 posted(and his reply with it has no edits)
WildCard65 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-07-2014 , 11:45   Re: weird error !and server shuts down
Reply With Quote #8

I have seen this.
The code otherwise looks that it supports non-steam
Code:
	g_tIgnoredAuthID = TrieCreate( )
	TrieSetCell( g_tIgnoredAuthID, "VALVE_ID_LAN", 1 )
	TrieSetCell( g_tIgnoredAuthID, "VALVE_ID_PENDING", 1 )
	TrieSetCell( g_tIgnoredAuthID, "STEAM_ID_LAN", 1 )
	TrieSetCell( g_tIgnoredAuthID, "STEAM_ID_PENDING", 1 )
	TrieSetCell( g_tIgnoredAuthID, "BOT", 1 )
	TrieSetCell( g_tIgnoredAuthID, "HLTV", 1 )
At least the SQL version seems to save the data per nick, not by STEAM_ID.
I'm not a coder, so please correct me if i am wrong.
__________________


Last edited by Mordekay; 04-07-2014 at 11:47.
Mordekay is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 04-07-2014 , 11:49   Re: weird error !and server shuts down
Reply With Quote #9

Quote:
Originally Posted by Mordekay View Post
I have seen this.
The code otherwise looks that it supports non-steam
Code:
	g_tIgnoredAuthID = TrieCreate( )
	TrieSetCell( g_tIgnoredAuthID, "VALVE_ID_LAN", 1 )
	TrieSetCell( g_tIgnoredAuthID, "VALVE_ID_PENDING", 1 )
	TrieSetCell( g_tIgnoredAuthID, "STEAM_ID_LAN", 1 )
	TrieSetCell( g_tIgnoredAuthID, "STEAM_ID_PENDING", 1 )
	TrieSetCell( g_tIgnoredAuthID, "BOT", 1 )
	TrieSetCell( g_tIgnoredAuthID, "HLTV", 1 )
At least the SQL version seems to save the data per nick, not by STEAM_ID.
Code says otherwise:
Code:
if( TrieKeyExists( g_tIgnoredAuthID, g_szAuthID[ id ] ) )
	{
		SetUserIgnored( id )
		return
	}
and
Code:
if( CheckUserIgnored( id ) )
		{
			ClientPrintColor( id, "!g%s!n Only for Steam accounts", PREFIX )
			return PLUGIN_HANDLED_MAIN
		}
WildCard65 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 04-07-2014 , 11:55   Re: weird error !and server shuts down
Reply With Quote #10

It is confusing for me. Why do i need to check for differend types of ID's if i don't want to support them?
Simply saving by STEAM_ID would be the easiest way IMO.
__________________

Mordekay 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 22:35.


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