Forum Discussion
dganov
Staff
9 years agoDid you tried to create a brand new project, and execute some simple script there?
Like
function test()
{
Log.Message('OK')
}- royd9 years agoRegular Contributor
Yes I did, and it is working with newly created project. How can I make the ones that are not?
Thanks.
Dave
- shankar_r9 years agoCommunity Hero
1. Are you able to run the L_PIF_Login.pifLogin() individually?
2. Do you have any exit criteria in the Event Handlers?
3. If possible, Can you share screenshot of Playback option in Current Project properties
- royd9 years agoRegular Contributor
Hi Shankar
Thanks for your reply. What I found out was, when upgrading to version 12, my project files (dependencies) got corrupted. I had to create anew project and import all the scripts and mapping file.
I would like to hear from anyone who knows how to fix the this type of problem.
Thanks.
Dave