|
You last visited: Today at 20:09
Advertisement
CClientSocket.Fetch
Discussion on CClientSocket.Fetch within the Flyff Private Server forum part of the Flyff category.
03/23/2021, 19:34
|
#1
|
elite*gold: 0
Join Date: Apr 2013
Posts: 37
Received Thanks: 0
|
CClientSocket.Fetch
Hey,
getting these errors:
CClientSocket.Fetch: ip = , size = 2063597832
Other Cache Connection - IP :
Other Cache Connection - IP :
CClientSocket.Fetch: ip = , size = 790647882
CClientSocket.Fetch: ip = , size = 790647882
CClientSocket.Fetch: ip = , size = 790647882
Other Cache Connection - IP :
..and Core and/or Database Server are dying.
haven't found a solution for it yet, so as i did not find some kind of fix for it online.
There are no other player on the server, just a test server, so not sure what kind of packets those could be.
Does anyone know something about it?
Would appreciate!
Thanks~ !
|
|
|
03/24/2021, 00:45
|
#2
|
Moderator
elite*gold: 2554
Join Date: Oct 2012
Posts: 18,979
Received Thanks: 1,719
|
If I am not mistaken, it is the same problem/error. Just take a look and if I am wrong, just let me know.
Regards,
Icetea
|
|
|
03/24/2021, 07:58
|
#3
|
elite*gold: 0
Join Date: Aug 2020
Posts: 98
Received Thanks: 8
|
secure your port in the server. do not off firewall
|
|
|
03/24/2021, 11:01
|
#4
|
elite*gold: 0
Join Date: Apr 2013
Posts: 37
Received Thanks: 0
|
I found the same post too @  , but i have not much knowledge about the packet encryption tbh.
Thought someone could had the same problems and would share some information in more detail with me.
About the firewall, ports are blocked except flyff ports. Usually the ip i use shouldn't be public so i would be curious if i would be getting attacks or anything
|
|
|
03/24/2021, 12:29
|
#5
|
elite*gold: 0
Join Date: Apr 2013
Posts: 511
Received Thanks: 431
|
Code:
Quote:
if( dwDataSize > MAX_BUFFER ) // if( uPacketSize > MAX_BUFFER ) // kang: 2008/08/14
{
char lpAddr[16] = { 0,};
GetPeerAddr( DPID_UNKNOWN, lpAddr, NULL );
Error( "CClientSocket.Fetch: ip = %s, size = %d", lpAddr, dwDataSize );
WSASetLastError( ERROR_BAD_NET_NAME );
return NULL;
}
|
So the "MAX_BUFFER" is 8192 and you try to fetch 790647882.
What source do you use? there is nothing wrong with the net protocol (NEVER TOUCH THIS!!)
This are corrupted packets.
Possible problems:
- Packet encryption (Just useless..) implemented wrong
- You try to send corrupted packets.
- Someone took his hands on the CAr buffer (NEVER TOUCH THIS TOO!!)
I need more information to help you.
Ps.: Debug that, look in stack.
|
|
|
03/24/2021, 13:19
|
#6
|
elite*gold: 0
Join Date: Apr 2013
Posts: 37
Received Thanks: 0
|
I believe those are the files that someone called FlyffGuru sells(?). Pretty sure~
I didn't play around with any of the points you listed.
Also AES crypt can't have anything to do with it (can it?). I mean, it wouldn't make sense to me but can't imagine what could even cause the problems.
Ask me anything specific and i'll try to provide you the informations.
Also tell me if there is anything i could test and i will test it!
Need to wait for the next crash as it doesn't come more than once a day.. Sometimes it takes even longer, also when noone's around ~
Thanks for trying to help so far.
|
|
|
03/24/2021, 14:08
|
#7
|
elite*gold: 0
Join Date: Jul 2018
Posts: 396
Received Thanks: 282
|
Quote:
Originally Posted by XimbaForEver
I believe those are the files that someone called FlyffGuru sells(?). Pretty sure~
I didn't play around with any of the points you listed.
Also AES crypt can't have anything to do with it (can it?). I mean, it wouldn't make sense to me but can't imagine what could even cause the problems.
Ask me anything specific and i'll try to provide you the informations.
Also tell me if there is anything i could test and i will test it!
Need to wait for the next crash as it doesn't come more than once a day.. Sometimes it takes even longer, also when noone's around ~
Thanks for trying to help so far.
|
There are so many better variations of sources and even free ones out there.
Instead of these scam files that Jonas Garcia aka Tweeney has been scamming people with for years with his pal Rayjens Code.
|
|
|
03/24/2021, 18:26
|
#8
|
elite*gold: 0
Join Date: Apr 2013
Posts: 511
Received Thanks: 431
|
I am 100% sure that someone modify the net code.
Guys, just stop using this "packet encryption" nonsense. It is useless.
You have two way's now:
1. Resolve that issue in the netcode.
or
2. Delete the source and use another one without changes in the netcode.
Why using an packet encryption? to be safe? nope, thats just a false information. It is easy to get around this. Just fix the problems on the server side and hey, the "cheater" can send packets, who cares?
|
|
|
03/24/2021, 21:06
|
#9
|
elite*gold: 0
Join Date: Apr 2013
Posts: 37
Received Thanks: 0
|
I have to agree about him. Those files really aren't great at all and totally not worth it, but i already spend a lot of effort into those files for what reason ever. Thought they might be usable.
Anyways, i am willing to try looking into it and find out where the problem is, do you have any tips for that or even where to start?
Thanks for answering all that!
|
|
|
11/11/2022, 05:35
|
#10
|
elite*gold: 0
Join Date: Jul 2022
Posts: 18
Received Thanks: 3
|
Quote:
Originally Posted by XimbaForEver
I have to agree about him. Those files really aren't great at all and totally not worth it, but i already spend a lot of effort into those files for what reason ever. Thought they might be usable.
Anyways, i am willing to try looking into it and find out where the problem is, do you have any tips for that or even where to start?
Thanks for answering all that!
|
Hi @  Have you fix your problem? coz im having the same problem as your's im using k18.3 files can anyone help please?
|
|
|
 |
Similar Threads
|
Cclientsocket.fetch
09/05/2020 - Flyff Private Server - 1 Replies
Cclientsocket.fetch is there any solution for this problem ?
CClientSocket.Fetch: ip = 185.202.2.149, size = 707723269
Thank you !!!!
UP UP!
|
CClientSocket.Fetch
08/30/2018 - Flyff Private Server - 1 Replies
I have this error in every server file im tryin' to use
Dont understand where the problem came from 'cause its not telling me anything. And there is nothing about that in google.
|
Fetch bei VPC/VMWARE????????
01/19/2011 - Metin2 Private Server - 3 Replies
Hi elute hab ein Problem.
Hab nen sevrer aufgesetzt mit den besseren normalen files, will jetzt ports inbstallieren aber da steht imemr : no adress record , gut dahct ich mir, lad ichs so runter und verschiebs in /usr.
Hab ich gemacht, jetzt will ich mysql installeiren bei mysql50-server, un d dann komtm auch immer das hier:
http://www.imagebanana.com/img/tz3lt0s/thumb/lol. PNG
Wie soll ich jetztweiter vorgehehn :O
Pls help.
|
Multiupload - Fetch file
04/14/2010 - Technical Support - 8 Replies
Wo ist der Fetch File Button auf Multiupload.com - upload your files to multiple file hosting sites! hin?
Weiß jemand von euch bescheid?
Grüße Pex
|
[NEW]Easy way to fetch needed files for server.
12/16/2008 - Dekaron Private Server - 3 Replies
Hey all.
Some of you have downloaded server files, and you might be missing some parts to it.
This site is a virtual drive which contains server files;
Dekaron Server files
I think some files are passworded, and the password is 'www.mythinn.cn'.
Please report any problems/difficulties here.
|
All times are GMT +1. The time now is 20:09.
|
|