Search found 5 matches

by oliver_hl
Mon Feb 01, 2016 9:21 am
Forum: Bug Reports
Topic: Deadlock caused by RxPath(string) method
Replies: 9
Views: 2173

Re: Deadlock caused by RxPath(string) method

Yes, the issue is still there. And my automation has been blocked since.
by oliver_hl
Tue Dec 08, 2015 3:26 am
Forum: Bug Reports
Topic: Deadlock caused by RxPath(string) method
Replies: 9
Views: 2173

Re: Deadlock caused by RxPath(string) method

Otherwise, when using your code, the progress bar disappears several times for a short period of time, even when there are updates left. In that case, your test would just continue. My test did not continue but just hang there for hours.That's what I concern.If progress bar disappears and my code c...
by oliver_hl
Thu Dec 03, 2015 2:28 am
Forum: Bug Reports
Topic: Deadlock caused by RxPath(string) method
Replies: 9
Views: 2173

Re: Deadlock caused by RxPath(string) method

The progress bar appears after I click "Check for Updates" button. The process like below: 1. Press "LWin+I" to launch PC Settings in Windows 10; 2. Maximize the form and Click "Update & Security" button; 3. Click "Check for Updates" button; 4. Wait for prograss bar appears to when it disappears. Yo...
by oliver_hl
Tue Dec 01, 2015 6:51 am
Forum: Bug Reports
Topic: Deadlock caused by RxPath(string) method
Replies: 9
Views: 2173

Re: Deadlock caused by RxPath(string) method

Thank you for your reply. At the very beginning, I met this issue with Ranorex 5.4.0.So I update it to Ranorex 5.4.3, the issue is still there. Just want to remind you, this issue is not duplicated 100%.Usually I set launch it 5 cycles, and it's easy to reproduce.Could you try this? It happens when ...
by oliver_hl
Thu Nov 26, 2015 6:55 am
Forum: Bug Reports
Topic: Deadlock caused by RxPath(string) method
Replies: 9
Views: 2173

Deadlock caused by RxPath(string) method

Below is a quote of code.It always hangs up unless I press LWin key.After debugging I found it fails at RxPath p=new RxPath(TextSearching).So I think it's bug.If the control role of "TextSearching" define in not vaild, RxPath(TextSearching) will never return. string progressbarPath = @"/winapp[@pack...