Build 1.0.0.1633 is breaking finalbuilder scripts with compile delphi action

Hi guys yesterday I've updated the continua to the latest version 1.0.0.1633 and I'm getting the follow error:


ERROR! Package load error: C:\Program Files (x86)\FinalBuilder 7\FBDelphiW32.bpl

Error getting My Documents folder : Unknown error -2147024894 : O sistema não pode encontrar o arquivo especificado
ERROR! Required package for this project not loaded
Missing package for Action class : TDelphiCompilerAction


The interesting thing is that the finalbuilder executes fine the script without using continua.


Any tips ?


Nothing has changed in this area. When you run fb yourself are you running as the same user as continua agent p? Try re-installing fb, make sure you run the installer as admin.

I get the same error in Continua CI. I have tried reinstaling FinalBuilder, but no luck. I can compile my project directly in Finalbuilder on the same server, but not from Continua CI. I have also checked that the FBDelphiW32.bpl file is located on the path given, and yes it is. What can I do to get past this problem?

Attachment unavailable

Are you able to run FinalBuilder when logged in as the same user as the Continua CI Agent Service is running under? The error is caused by the windows api call to get the My Document folder failing, that usually this turns out to be a permissions issue.

Thank you!

My Continua CI service were running under a System account. When I changed this to a new Local admin account, it worked fine