Defent / DMS_Exile

DMS For Exile
Other
85 stars 108 forks source link

Mission Timeouts. Feedback needed. #64

Open azhizhinov opened 6 years ago

azhizhinov commented 6 years ago

Hello.

Sorry for that. I want to collect some feedback from guys/girls, that using latest code from 2018-02-12. I've tested the latest code with my own config.sqf and missions files with no luck. Is anyone tested the latest code? Do you use the stock code, without any edits? Do timeouts (for dynamic and static missions) work for you as intended?

Thanks in advance.

1datatec commented 6 years ago

Doesn't work.

eraser1 commented 6 years ago

Timeouts work on dynamic missions with vanilla Exile and DMS.

If they do not work for you, please enable DMS DEBUG logging (if even just on a test server), and upload your RPT, and ideally your config.sqf as well.

azhizhinov commented 6 years ago

Hello.

Here it is.

Mission was started at 23:30 and at 0:11 I've stopped my test server. Missions should run 15-30 minutes, accordingly to config.sqf, but never ends up. 1 player.

Good luck.

https://gist.github.com/azhizhinov/57a0e82aac716bb1037778334e57a3b4 https://gist.github.com/azhizhinov/b4ddc977ab4ec7a9cf79cd6af192fa55

eraser1 commented 6 years ago

Thanks for the logs,

Unfortunately, I needed the logs from the mission monitor. For some reason, when you enable DMS_DEBUG, there were no logs from the mission monitors.

Can you try enabling debug for fn_MissionsMonitor_Dynamic.sqf? Add DMS_DEBUG = true; at line 37, and DMS_DEBUG = false; at the bottom.

azhizhinov commented 6 years ago

Hello.

So, I did what you've said. Looks like MissionMonitors doesn't work as intended. So, I'm back to the old version again. :-)

https://gist.github.com/azhizhinov/938aa6cab1551e39c6700a9e75f069d9 https://gist.github.com/azhizhinov/e189e51011843e4d050f7b8037901d1c https://gist.github.com/azhizhinov/ad070de120f3c5d24a6eeae2cede85c7

Good luck.