yass007 / FASTBuildMonitor

Event monitor for FASTBuild
MIT License
80 stars 33 forks source link

FastBuild won't create GetTempDir()/FastBuild folder if not present #18

Closed belkiss closed 3 years ago

belkiss commented 7 years ago

Heya! I noticed that I sometimes had a empty monitor window, if I started the build first and then the monitor.

This is because if a build is started with FastBuild with -monitor, and the folder GetTempDir()/FastBuild doesn't exist, FastBuild won't create it, hence won't be able to write the log file the monitor reads, giving that empty window if the monitor is opened.

The folder is created by the monitor though, so if the monitor is opened first, and then the build is started, everything works :)

belkiss commented 3 years ago

Closing this since it was actually a FastBuild issue that was fixed :)