Page 1 of 1

Desktop Application crashes on any action after started

Posted: Thu Jul 30, 2015 11:21 am
by nataliia__b
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

Re: Desktop Application crashes on any action after started

Posted: Thu Jul 30, 2015 2:53 pm
by krstcs
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?