kennylovecode Posted March 11, 2024 Posted March 11, 2024 ENTER METHODERROR PACKETWhen i login to game server .... debug in the packet type ....sende the "MsgAccServerLoginExchangeEx" packet....and the client process be auto killed ...how can i fixed them? Quote
Konichu Posted March 11, 2024 Posted March 11, 2024 企业微信截图_17101552146127.png企业微信截图_17101552334286.pngWhen i login to game server .... debug in the packet type ....sende the "MsgAccServerLoginExchangeEx" packet....and the client process be auto killed ...how can i fixed them?What exception is being thrown? Quote
kennylovecode Posted March 11, 2024 Author Posted March 11, 2024 企业微信截图_17101552146127.png企业微信截图_17101552334286.pngWhen i login to game server .... debug in the packet type ....sende the "MsgAccServerLoginExchangeEx" packet....and the client process be auto killed ...how can i fixed them?What exception is being thrown?there not throw any exception ,.... just send the packet and client be killed !!So I tried to comment out some code and send SUCCESS directly, BUT STILL NOT WORK...。321 Quote
kennylovecode Posted March 11, 2024 Author Posted March 11, 2024 企业微信截图_17101552146127.png企业微信截图_17101552334286.pngWhen i login to game server .... debug in the packet type ....sende the "MsgAccServerLoginExchangeEx" packet....and the client process be auto killed ...how can i fixed them?What exception is being thrown?there not throw any exception ,.... just send the packet and client be killed !!So I tried to comment out some code and send SUCCESS directly, BUT STILL NOT WORK...。企业微信截图_17101589416162.png企业微信截图_17101589735654.png企业微信截图_20240311200758.pngI USE 6090 Client Version .... some guess may be is "DiffieHellman" Encrypt wrong packet , and client get the unkonw packet handler to kill process by selfJUST gusess ...that's my account.config.json and game.config.json { "Network": { "IPAddress": "192.168.1.58", "Port": 9958, "MaxConn": 500 }, "RealmNetwork": { "IPAddress": "192.168.1.58", "Port": 9921 }, "Authentication": { "Identity": "https://sso.ftwmasters.com.br/realms/world-conquer", "Url": "https://dev.auth.api.worldconquer.online", "ClientId": "account-sso", "ClientSecret": "GP0AEm77vY9AtfMWg1c0xYF17SA1G8pP", "Scope": "offline_access" }, "Realm": { "Url": "https://dev.realm.api.worldconquer.online" }, "Account": { "Url": "https://dev.account.api.worldconquer.online" }, "Auth": { "SharedKey": "7oD2bihwK7uQLmM5Q6c6SodWmvNPdxgC", "SharedIV": "C238xs65pjy7HU9Q" }, "Database": { "Hostname": "localhost", "Username": "root", "Password": "kp2009accp", "Schema": "new_account_zf", "Port": 3306 } } { "Database": { "Hostname": "localhost", "Username": "root", "Password": "kp2009accp", "Schema": "cq", "Port": 3306 }, "Realm": { "ServerId": "94390aa0-c75d-11ed-9586-0050560401e2", "Name": "Storm", "IPAddress": "127.0.0.1", "Port": 5816, "MaxOnlinePlayers": 1500, "Username": "test", "Password": "test", "ReleaseDate": "2023-01-01T00:00:00", "Processors": 4 }, "Login": { "IPAddress": "192.168.1.58", "Port": 9921 }, "Ai": { "IPAddress": "192.168.1.58", "Port": 8650, "Username": "yD3Ni6tMW1NNU1QH", "Password": "jETqqIKi9LuFvOgu" }, "MaintenanceSchedule": [ { "DayOfWeek": 1, "Time": "00:00:00", "WarningMinutes": 5 }, { "DayOfWeek": 3, "Time": "00:00:00", "WarningMinutes": 5 }, { "DayOfWeek": 5, "Time": "00:00:00", "WarningMinutes": 5 } ], "Piglet": { "IPAddress": "192.168.1.58", "Port": 4351, "Username": "yD3Ni6tMW1NNU1QH", "Password": "jETqqIKi9LuFvOgu" }, "Auth": { "SharedKey": "7oD2bihwK7uQLmM5Q6c6SodWmvNPdxgC", "SharedIV": "C238xs65pjy7HU9Q" /// 6fv44hjpBnD4dg0G } } Quote
kennylovecode Posted March 12, 2024 Author Posted March 12, 2024 have already been solved,127.0.01 IPADDRESS GET ERROR Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.