Forum Discussion
Did you tried to create a brand new project, and execute some simple script there?
Like
function test()
{
Log.Message('OK')
}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
- AlexKaras9 years agoCommunity Hero
Hi Dave,
Does it mean that after you created a new (empty) project and added to it all items from the previous (converted) project as existing ones, everything works as expected? Can this problem be treated as a problem of project upgrade (conversion)?