Raised This Month: $51 Target: $400
 12% 

Server Hop [v0.8.1, updated 2010-03-21]


Post New Thread Reply   
 
Thread Tools Display Modes
kaskull
Member
Join Date: Nov 2010
Old 05-21-2011 , 09:25   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #101

I get this eeror in my console :S
Quote:
L 05/21/2011 - 15:18:52: [serverhop.smx] Server 188.165.243.136:27015:27015 is down: socket error 3 (errno 1)
__________________
kaskull is offline
Send a message via Skype™ to kaskull
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 05-22-2011 , 07:04   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #102

Quote:
Originally Posted by kaskull View Post
I get this eeror in my console :S
I'm confident the port being there doubled causes the problem. It shouldn't be there twice, therefore the Plugin puts it there despite of it being there already (and without looking at the source).
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
kaskull
Member
Join Date: Nov 2010
Old 05-22-2011 , 07:55   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #103

Quote:
Originally Posted by rautamiekka View Post
I'm confident the port being there doubled causes the problem. It shouldn't be there twice, therefore the Plugin puts it there despite of it being there already (and without looking at the source).
So... What can i do? :S
__________________
kaskull is offline
Send a message via Skype™ to kaskull
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 05-22-2011 , 07:58   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #104

See the example config. Don't put the port after the ip as IPort, but use a new "port" key to describe it.

Quote:
"Servers"
{
"Gravedigger #2"
{
"address" "84.27.140.226"
"port" "27016"
}
}
__________________
Peace-Maker is offline
kaskull
Member
Join Date: Nov 2010
Old 05-22-2011 , 08:46   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #105

Quote:
Originally Posted by Peace-Maker View Post
See the example config. Don't put the port after the ip as IPort, but use a new "port" key to describe it.
Thanks!! it works!! Ty ;)
__________________
kaskull is offline
Send a message via Skype™ to kaskull
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 05-23-2011 , 02:26   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #106

Quote:
Originally Posted by Peace-Maker View Post
See the example config. Don't put the port after the ip as IPort, but use a new "port" key to describe it.
Well I just thought that the Plugin is to blame for not checking the port's existence before appending it again. Though, yours is one way too.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
doa
Member
Join Date: Nov 2007
Old 06-12-2011 , 14:55   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #107

I do get the meny to appear but when selecting a server a message says that I'm about to join that server. But nothing happens... I am not redirected to the server and I dont get the F3-confirmation thingy.

And another thing, is it possible to have the advertising to exclude bots from the calculation of numplayers?
__________________
-- Growing older is mandatory --
----- Growing up is optional -----

Last edited by doa; 06-19-2011 at 07:55.
doa is offline
away000
Veteran Member
Join Date: Sep 2010
Old 06-23-2011 , 00:41   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #108

Anyone know if Socket is runing? Because here is not working and i cant figure if is the Extension or my instalation process =/
away000 is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 06-23-2011 , 06:40   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #109

Check your error logs and type
Code:
sm exts list
in rcon to check if the sockets extension is loaded properly.
__________________
Peace-Maker is offline
smithy
SourceMod Donor
Join Date: Sep 2008
Location: United Kingdom
Old 06-23-2011 , 13:11   Re: Server Hop [v0.8.1, updated 2010-03-21]
Reply With Quote #110

Been using this plugin for quite some time , excellent by the way

Started to get these errors just recently

Code:
 
L 06/23/2011 - 09:06:53: [serverhop.smx] Server 212.187.247.157:27015 is down: no timely reply received
L 06/23/2011 - 09:07:44: [SM] Plugin encountered error 11: Invalid memory access
L 06/23/2011 - 09:07:44: [SM] Displaying call stack trace for plugin "serverhop.smx":
L 06/23/2011 - 09:07:44: [SM]   [0]  Line 248, serverhop.sp::GetByte()
L 06/23/2011 - 09:07:44: [SM]   [1]  Line 285, serverhop.sp::OnSocketReceive()
Sm exts list

Code:
[SM] Displaying 11 extensions:
         [01] Automatic Updater (1.3.7): Updates SourceMod gamedata files
         [02] Webternet (1.3.7): Extension for interacting with URLs
         [03] CS:S Tools (1.3.7): CS:S extended functionality
         [04] BinTools (1.3.7): Low-level C/C++ Calling API
         [05] Top Menus (1.3.7): Creates sorted nested menus
         [06] SDK Tools (1.3.7): Source SDK Tools
         [07] Socket (3.0.1): Socket extension for SourceMod
         [08] Client Preferences (1.3.7): Saves client preference settings
         [09] SQLite (1.3.7): SQLite Driver
         [10] SDK Hooks (2.0.0): Source SDK Hooks
         [11] MySQL-DBI (1.3.7): MySQL driver implementation for DBI

Any ideas as to what this means and how i can get it to stop

best regards

smithy
__________________

smithy 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 09:49.


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