Bug at psExec action creating

Hello!

I try create psExec action but get exception. Your exception handler doesn’t work correct in this case and I get window with debuggers. See first screenshot. After I click “NO”, appears second window (see second screenshot). If I press “OK” finalbuilder continue his work and appear action window.

If I run debugger it break at the string "Page.cbStdOut.Enabled = Page.cbWait.Checked;"
in function

function ProgramcbWaitOnClick(Sender) {

Page.cbStdOut.Enabled = Page.cbWait.Checked;

}

If you need any additional information - ask me for it. I use FB 5.0.0.53.

1.png

2.png

Hi Sergey,

Thanks for reporting this. What operating system / architecture are you using?

Do you have Data Execution Prevention turned on? We had a similar bug a while ago which was related to DEP. If you go to the System Control Panel -> Advanced -> Performance Settings -> DEP and disable DEP for FinalBuilder5.exe, does the problem still occur?

Regards,


Angus