[SnowRide 3.1] - Null Pointer Exception when pressing the Run button
Hi, I just upgrade the Snowride from 2.8 to 3.1 and when a press the Run button I´ve got this null pointer exception:

Any ideia what is wrong?
Hi,
can you please start Snowride from command line, and send me the full stack trace?
java -jar snowride-3.1-jar-with-dependencies.jar
Thanks
Log in attach: snow_Ride_Log.txt
Unfortunately so far I wasn't able to reproduce the issue.
Looks like for some reason "treeNode" on some Suite is null. Something fishy may be visible in Project tree. Can you send me how the Project tree looks for you?

You can also "Disable output.xml parsing" in settings. That will effectively disable the "Error reporting" feature, introduced in SnowRide 3.0

Hi,
I have some scripts in the middle of the test cases that have this errors:

Could be this the reason for that null pointer?
Removing the scripts did not solve the problem.
btw, the tree:

New exception after clean the errors about the scripts snowRIDE_exception.txt
I already found the root cause of this issue, it was a duplicated suite between two files:
- Ethernet_Services.robot
- Ethernet Services.robot
after remove one of them the null pointer disappeared.
Thanks for your support.