Several FB 8 bug reports

FB: 8.0.0.959
Win7, 64bit

Strange error when trying to write to an IniFile

An operation which worked in FB7 now fails in FB8. When trying to write to an Ini file I get the following error:

Save Variables to INI [% SourceRootDir%\Finalbuilder\BuildNumber.ini, Variables: AutoIncBuildNumber]
    Status: Error
      Date: 27.08.2015
      Time: 09:30:53:085
       End: 09:30:53:087
  Duration: 00:00:00:002

Action Messages:
Expanding log title failed : [Expression Error]: Variable\Object " " does not exist! [%? SourceRootDir%\Finalbuil]
Error expanding IniFile : [Expression Error]: Variable\Object " " does not exist! [%? SourceRootDir%\Finalbuil]


Restart build from selected action

The “Restart build from selected action without resetting the log” button is always disabled.


Exception when trying to browse for a file.

If, while editing the Save variables to Ini item, I click on the Ini file browse button I get an exception. Here’s the error report:

exception class    : EInvalidExpressionException
exception message  : [Expression Error]: Variable\Object " " does not exist! [%‸ SourceRootDir%\Finalbuil].

[Stack trace removed… please do not post stack traces on the forums, no need to give crackers a leg up, send them to support@finalbuilder.com]
priority:15priority:2priority:2priority:2priority:2priority:2priority:2priority:2priority:2priority:2priority:2

Cheers,
Paul
</priority:2></priority:2></priority:2></priority:2></priority:2></priority:2></priority:2></priority:2></priority:2></priority:2></priority:15>

I noticed that FB8 had incorrectly inserted a whitespace in the IniFile path after the % sign.

% SourceRootDir%\Finalbuilder\BuildNumber.ini

If I remove the whitespace, the script runs again and the browse dialog works.

Cheers,
Paul

Hi Paul

Are you able to send the original FB7 project to support@finalbuilder.com so we can see what is causing the extra space to be inserted?

I can reproduce the ini issues… will look into it (likely the same issue).