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
[Main]
Language=English
LogLevel=1
AutoStart=true
ShowLogs=true
[Security]
PacketCheck=false
CheckUnknownPackets=false
AntiBot=false
AntiCheat=false
BlockUnknownPackets=false
BanUnknownSenders=false
HWIDLimit=0
IPLimit=0
MaxConnectionsPerIP=0
AllowMultipleClients=true
[Connection]
UseAgentServer=true
UseGatewayServer=true
AgentPort=15882
GatewayPort=15880
MaxConnections=500
[Logging]
EnableLogs=true
LogPackets=false
SaveChat=false
SaveErrors=true
ClearLogsOnStart=false
[Debug]
ShowPackets=false
ShowSRMsg=false
TraceMode=false