DC Game & Game Server Error

10/14/2025 15:12 natosena#1
Help me Please After Open Char Get DC i have ST-Filter V2.6.5

Game Server Error
:


An Exception occurred in CGame: ProcessMessage() MsgID: 3122
2025-10-12 21:29:33 803

Unhandled Game SR_MSG: 0x3560 [data size: 4 ]
2025-10-12 21:29:34 456

unknown packet sender detected!!! will be disconnected (char_name: bondo )
2025-10-12 21:29:34 473
10/16/2025 08:49 romio100#2
The reason is because the filter is blocking the opcode of the person, so you get blocked
10/17/2025 19:24 natosena#3
Quote:
Originally Posted by romio100 View Post
The reason is because the filter is blocking the opcode of the person, so you get blocked
Thanks For Your Reply
How I Can Fix It
10/18/2025 11:43 romio100#4
Open your filter settings (Config.ini or Filter.cfg) and find:

CheckUnknownPackets=true

change it to:

checkUnknownPackets=false

this filter will prevent interruption if it receives an unknown packet, but be careful, as this reduces security.
10/18/2025 19:14 natosena#5
Quote:
Originally Posted by romio100 View Post
Open your filter settings (Config.ini or Filter.cfg) and find:

CheckUnknownPackets=true

change it to:

checkUnknownPackets=false

this filter will prevent interruption if it receives an unknown packet, but be careful, as this reduces security.
i don't see This line that my config you can check
10/19/2025 08:18 romio100#6
st-Filter 2.6.5 is primarily designed for versions (v1.183 or lower).

this simply means that the filter is outdated compared to the server and client versions.

this is the cause of the "Unhandled Game SR_MSG" error.

the filter here activates a protection system against "suspicious" packets.
�� packet number 0x3560 is not identified in GamePackets.txt within the filter.
�� therefore, the filter considers it a "hacker" or "unknown sender."
�� the player is then immediately disconnected (DC after the character loads).

open the ST-Filter folder.

open the file:

config\STFilter.ini

edit the following lines:

[Security]
PacketCheck=false
checkUnknownPackets=false
AntiBot=false
HWIDLimit=0
IPLimit=0

Save the file and restart the filter and the entire server.

Try logging in as your character; DCs will no longer occur