Jump to content
Returning Members: Password Reset Required ×

Trying to setup and solve canyon source problem ....


Recommended Posts

Posted

_17101552146127.thumb.png.b6b4ed73ac8a0037c59ce5c28777e39e.png

ENTER METHOD

_17101552334286.thumb.png.4d6200f262801bb59f4fc15a5d76fc30.png

ERROR PACKET

When 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?

Posted

企业微信截图_17101552146127.png

企业微信截图_17101552334286.png

When 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?

Posted

企业微信截图_17101552146127.png

企业微信截图_17101552334286.png

When 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.thumb.png.c9c6bec18d9577ad7d55fe33ed7a8ce6.png

3

_17101589735654.thumb.png.3301763879f32b9d238f1abeb558b5d1.png

2

_20240311200758.thumb.png.7b66bf6706e347163abec43b695f7f0e.png

1

Posted

企业微信截图_17101552146127.png

企业微信截图_17101552334286.png

When 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.png

I USE 6090 Client Version ....

some guess may be is "DiffieHellman" Encrypt wrong packet , and client get the unkonw packet handler to kill process by self

JUST 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
}
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...