FB 6: FBCMD enters endless loop

Hi,

when using FB 6.2.0.1074 (console version-FBCMD)  then finalbuilder enters an endless loop in case the log messages are leaving the console window. BTW, is there a configuration switch to disable the automatic indention of the log messages?

TIA

I’m not sure I understand what you are saying. Does fbcmd hang, or is it just slow outputting the output to the console? There is no way to change the formatting of the output. What you can try is using /L command line option to output to a text file instead of the console, that we you can capture what is happening.

Hi,

the fbcmd.exe process is using 100% cpu on one of the 4 cores. This happens as soon as the output scrolls out to the right of the window. Currently we use an other process which starts the fbcmd.exe and redirects the output. When doing this all is working fine.

 

TIA

I'm not able to reproduce this here. Can you redirect your output from fbcmd to a text file using the /L command line paramete, eg :

fbcmd /pc:\temp\indentme.fbp6 /lc:\temp\indentme.txt

Please send a screenshot , the text file and your project file to support at finalbuilder.com so we can see exactly what is happening.

The build you provided solves this problem. Thanks.