Desktop Application crashes on any action after started

Bug reports.
nataliia__b
Posts: 1
Joined: Thu Jul 30, 2015 11:10 am

Desktop Application crashes on any action after started

Post by nataliia__b » Thu Jul 30, 2015 11:21 am

Hi.

I've used
Host.Local.RunApplication(fullpathToFile, "");
to run my desktop app under test.
It worked in Ranorex 5.2 version and it doesn't work properly on 5.3.2 version.
After any action in application(e.g click on any control), application crashes.
I've found a workaround to use overloaded method with additional params and then everithing is fine:
Host.Local.RunApplication(filename, "", directory, false);


Best regards,
Nataliia

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

Re: Desktop Application crashes on any action after started

Post by krstcs » Thu Jul 30, 2015 2:53 pm

Ranorex 5.3.2 is no longer supported, you need to update your installation to 5.3.3 or 5.4.0 if you want meaningful support.

Also, this sounds like an application issue, not a Ranorex issue, but without more information it will be impossible to tell.

What is the technology of the system under test? (Flash/Flex, WPF, Java, etc.)
What version of Windows are you running on?
What is the EXACT text of any error messages?
Shortcuts usually aren't...