6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Class library usage, coding and language questions.
BCTest
Posts: 127
Joined: Tue Jun 03, 2014 10:15 am
Location: Hamburg, Germany

6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Post by BCTest » Fri Sep 23, 2016 8:56 am

Hello,

while executing a test this message appears but I was not able to find it in the post-test-report:
LineageGlueRule.png
Is there a problem in my code? What caused this exception and how can I avoid it?

Regards,
Thomas
You do not have the required permissions to view the files attached to this post.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: 6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Post by krstcs » Fri Sep 23, 2016 1:24 pm

Unless it is causing test failures, you can usually disregard LineageGlueRule exceptions. They are an internal mechanism that Ranorex uses and are expected, in some cases, to throw exceptions. These are usually caught and dealt with by the Ranorex system, so you shouldn't have any test failures, but you might see them occasionally in the progress dialog. There is nothing you can do about them, generally.
Shortcuts usually aren't...

BCTest
Posts: 127
Joined: Tue Jun 03, 2014 10:15 am
Location: Hamburg, Germany

Re: 6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Post by BCTest » Mon Sep 26, 2016 7:00 am

Hi krstcs,

thanks for the clarification.

Th.