Finalbuilder - Task Scheduler doesnt run at specified time

I am unable to get this final builder to run and the setting seems to be okey. But not getting it to run through at all or start :frowning: status is set to “running” ?? could only post 3 images



If you look at the project’s build history, does it show it as having run?

Look at the windows task manager, is ther more than one copy running?

Also make sure it’s no open in the IDE at the time it’s scheduled to run - FB will try to deal with that but it’s not always possible (for example if a dialog is open). I would recommend not setting it to run in the IDE - change it to FBCMD (on the last wizard page).

FinalBuilder uses the Windows Task Scheduler - that wizard is just a wrapper over it. So for debugging why tasks don’t run, it’s better to look at the task scheduler.

I looked at the project build history and no run that has been setup with scheduler have been running. I changed to FBCMD and going to check again. So the instance of final builder should be closed even if the checkbox is ticked to close just to make sure?

Yes. In the next major version we are going to remove the option to use the IDE to run scheduled builds as it causes too many issues - all schedule builds will run in the command line tool (fbcmd.exe).

Even with FBCMD - if the project is open in the IDE it can cause problems. The options on the wizard to close the IDE will not always solve the problem.

With FBCMD choosen and final builder closed it was finally working.