yass007 / FASTBuildMonitor

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

FASTBuildMonitor (either standalone or VSIX) does not show any activity #13

Closed lucianm closed 7 years ago

lucianm commented 7 years ago

Hi there,

I just wanted to give FASTBuildMonitor a go, using FBuild 0.92, and I'm not able to see any activity in the GUI during FBuilds started with the "-monitor" switch. I do see however, that a proper monitoring log file is being written to %TEMP%\FastBuild\FastBuildLog.log which is permanently in use by the monitor process and can not be deleted, only after closing the monitor. This indicates that the monitor really tries to parse the log file, but it does not show any information in the GUI. Which, by the way, is very stubborn in immediately switching any tab to the first one, one second after clicking the settings tab or the filter tab. I just followed the instructions in the README to install it, even built it with VS2015, the behaviour is the same. Anything I'm doing wrong?

yass007 commented 7 years ago

Hi! Apologies for the very very long delay! :)

Most likely what's happening is that there is an exception that's triggered during the parsing of the log file. This will automatically resest the GUI which results in the behavior you are experiencing.

Could you send over the log file that is generated? I can try narrow down the exception. Also, any output that you can get me from the vsix dll can help.

Cheers!

yass007 commented 7 years ago

Since I pushed a new parsing fix in v1.021. Could you please try and let me know if you still get the issue?

lucianm commented 7 years ago

Hi Yassine, sorry for stopping by so late, so I tried your newest release and the issues seem to be gone now, thank you. Cheers ;)