EpochModTeam / DayZ-Epoch

Experimental DayZ Mod for Arma 2
http://epochmodteam.github.io/DayZ-Epoch
227 stars 398 forks source link

- #2081

Closed SmokeyBR closed 3 years ago

SmokeyBR commented 3 years ago

Edit: We are aware of this problem but we have no solution for it at the moment. I hide the information in here just to be sure.

SmokeyBR commented 3 years ago

meanwhile ive been using a batch to monitor the log and look for the text "Server_monitor.sqf.is.exiting" if it finds it shuts the server down else it loops every 20 seconds, something like

findstr /m /r "Server\_monitor\.sqf.is.exiting" "C:\somePath\arma2oaserver.RPT"
if errorlevel 1 (
text not found ... loop
) ELSE (
text found ... killserver
)

i really think this information should be available for all to see, specially if there is no solution, anyways appreciate all the work still being put into dze, thanks

ArmaWizard commented 3 years ago

Server monitoring exiting does not directly create this problem. It exits fine in most cases, just not in the edge case you were referring to.