suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
48 stars 11 forks source link

Login Problem #2183

Closed cetinkrt closed 1 year ago

cetinkrt commented 1 year ago

Hi,

i try login and register say request time out

https://prnt.sc/viz7wc9PbGZB https://prnt.sc/r6_qTwGTyaQF

my server config i try install xaamp and i think mysqlite3 not project file

My log files https://we.tl/t-g3PHzRecN8 how to fixed this problem thank you any help

{ "useCustomDatabaseClient": false, "databaseOptionIndex": 0, "databaseDisableCacheReading": false, "useWebSocket": false, "webSocketSecure": false, "webSocketCertPath": "", "webSocketCertPassword": "", "centralAddress": "127.0.0.1", "centralPort": 7000, "centralMaxConnections": 1100, "clusterPort": 6010, "machineAddress": "127.0.0.1", "mapSpawnPort": 6001, "spawnExePath": "C:\MMO\MMO.exe", "notSpawnInBatchMode": false, "spawnStartPort": 8000, "spawnMaps": [ "Map001", "Map002", "Map_GuildWar" ], "mapPort": 7770, "mapMaxConnections": 1100, "databaseManagerAddress": "127.0.0.1", "databaseManagerPort": 6100 }

Regards

insthync commented 1 year ago

Did you run servers?

cetinkrt commented 1 year ago

yes i runed server i try local host connect then come login and register screen,

this time the request gives a timeout

i've never been able to log in to the game, I can only log in offline, without a server

when the server starts, it stays on the black screen, there is no writing at all

but it creates server files, at least I can connect to localhosta, but I can't log in and register

cetinkrt commented 1 year ago

local host server connected then register says https://prnt.sc/r6_qTwGTyaQF

insthync commented 1 year ago

Any error on server-side? in logs folder?

cetinkrt commented 1 year ago

https://wetransfer.com/downloads/eb3e7d5ca5140e26d77d82a94a099c9820230802214211/6a248a log files

i think no

insthync commented 1 year ago

Screenshot_781

These are error log files

insthync commented 1 year ago

You did not run the database management server, that is it.

cetinkrt commented 1 year ago

how to start this database managment server?

insthync commented 1 year ago

Where did you learn how to run servers?

cetinkrt commented 1 year ago

https://suriyun-production.github.io/mmorpg-kit-docs/#/pages/025-getting-started-mmo

here and i write all command and xammp server

C:\MMO\MMO.exe -startMapSpawnServer -spawnExePath "C:\MMO\MMO.exe" -startCentralServer -startDatabaseServer -machineAddress "192.168.1.103"

cetinkrt commented 1 year ago

and i watch ur video run linux and windows server

insthync commented 1 year ago

Are you sure that your command is correct?

cetinkrt commented 1 year ago

i don't know, I followed the steps by watching your video. i don't understand what's wrong

insthync commented 1 year ago

Your command is wrong

cetinkrt commented 1 year ago

i understand thanks for help, if I asked you for support, how many dollars would you help?

insthync commented 1 year ago

Did you run servers by shortcut?

cetinkrt commented 1 year ago

yes, I ran it with a shortcut

insthync commented 1 year ago

Check your command in the shortcut, check that the -startDatabaseServer is missing or not