Problem on shutdown the server when the server is installed as an windows-service

Hey,

when i stop the server by telling the windows service to stop (which isn’t a force kill) then the server is telling me following:

[2018.05.23-15.15.37:060][595]LogExit: Preparing to exit.
[2018.05.23-15.15.37:553][595]LogExit: Game engine shut down

after that it just stops and a lose of some data for the savegame is kinda certain.

If i manually stop the service with ctrl +c than following is reported:
[2018.05.23-15.17.50:703][984]LogExit: Preparing to exit.
[2018.05.23-15.17.51:230][984]LogExit: Game engine shut down
[2018.05.23-15.17.51:855][984]LogExit: Object subsystem successfully closed.
[2018.05.23-15.17.51:981][984]LogModuleManager: Shutting down and abandoning module AutomationController (133)
[2018.05.23-15.17.51:981][984]LogModuleManager: Shutting down and abandoning module AutomationWorker (131)

[2018.05.23-15.17.52:090][984]LogModuleManager: Shutting down and abandoning module PakFile (2)
[2018.05.23-15.17.52:092][984]LogExit: Exiting.
[2018.05.23-15.17.52:095][984]Log file closed, 05/23/18 15:17:u5272

so there is something wrong with shutdowning the server through a service, because the software is recognizing that a shutdown should happen, but stops after that.
If it would be force killed, then not even the log for preparing the exit should happen.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.