Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Program Crash

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
I got crash in coreserver and the server is online using cheap vps to test it and i got this debug (image below)

P.S i do include the 3ports in the firewall
~Any thoughts?
 
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Bump!

Program Errors:
Code:
2022/11/ 6   00:53:30   CClientSocket.Fetch: ip = 77.83.36.32, size = 707723269

2022/11/ 6   01:04:21   CClientSocket.Fetch: ip = 195.178.120.197, size = 790647882

2022/11/ 6   02:33:24   CClientSocket.Fetch: ip = 216.158.232.206, size = 790647882

2022/11/ 6   04:07:16   CClientSocket.Fetch: ip = 216.158.232.206, size = 790647882

2022/11/ 6   04:22:53   CClientSocket.Fetch: ip = 216.158.232.206, size = 790647882
 
Upvote 0
Newbie Spellweaver
Joined
Sep 8, 2011
Messages
67
Reaction score
252
Some things need to be blocked through firewall, you're not doing so. it's mentioned in one of the ketchup sources threads. occurs in all sources. can fix with v21.2 network code as well.
 
Upvote 0
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Thanks for the reply, Btw do i need to block 29000 port like Naltalah said on the other forum?

and what do you mean about this sir @Fenris
it's mentioned in one of the ketchup sources threads. occurs in all sources. can fix with v21.2 network code as well.
 
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Just change all the ports and correctly setup the firewall or use the v21.2 net code which tbh i doubt you have the skill to merge over no offense.
 
Upvote 0
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Just change all the ports and correctly setup the firewall or use the v21.2 net code which tbh i doubt you have the skill to merge over no offense.

Regarding the ports i change all of it and do what the groxy tutorials

I just did this in firewall (waiting for the result if im still having that error & crash issues):

Code:
1. Allow these three ports [B](Cache, Cert, Login)[/B] in inbound rules
2. Secure these three ports [B](Cache, Cert, Login)[/B] in outbound rules

Did i do the right thing now regarding securing ports sir Ketchup?

And about the v21.2 net code yeah i don't have any idea about that.
 
Upvote 0
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Update: I tryd to turn off firewall just for a test if i still have the same error and yrs i still got the same error. Can anyone knows what to do?
 
Upvote 0
Status
Not open for further replies.
Back
Top