Closed sdk2016 closed 1 year ago
Please attach full error log files
here is attached the requested log file.
Log_Map(MapTown) Instance().err.log Log_Map(MapFarm) Instance().warn.log Log_Map(MapFarm) Instance().info.log Log_Map(MapFarm) Instance().err.log Log_Database_Central_MapSpawn.warn.log Log_Database_Central_MapSpawn.err.log Log_Database_Central_MapSpawn.info.log Log_Map(MapTown) Instance().warn.log Log_Map(MapTown) Instance().info.log
I want to see your serverConfig.json
I saw a lot of connection timed out, not only for the database.
Here is my serverConfig.json and Linux Command Line to start the server:
-----------------serverConfig.json------------------------- { "databaseOptionIndex": 1, "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:\Unity\URP MMORPG Lowpoly_builds\win\server\URP MMORPG Lowpoly.exe", "notSpawnInBatchMode": false, "spawnStartPort": 8000, "spawnMaps": ["MapFarm", "MapTown"], "mapPort": 7770, "mapMaxConnections": 1100, "databaseManagerAddress": "127.0.0.1", "databaseManagerPort": 6100 }
-----------Linux Command Line--------------- nohup ./urp_mmorpg.x86_64 -startMapSpawnServer -spawnExePath /home/urp-mmorpg/game-server/urp-mmorpg/urp_mmorpg.x86_64 -startCentralServer -startDatabaseServer -machineAddress xxx.xxx.xxx.xxx[hiden-public-IP] &
Hmm.. it's all looks good, how about CPU and RAM usage while servers are running?
Server resource is fine. I thought maybe this has nothing to do with MMORPG Kit. I have to identify the problem further. Thank you for your help. :)
I want to know what is causing this. Is this because there are no users online? Thank You.
Specification: Databases: MySQL Number of Maps: 2 RAM: 8GB Kits Version 1.82b (2023-04-06)