openhmitester icon indicating copy to clipboard operation
openhmitester copied to clipboard

AUT crashes when playing back tests

Open weroberts opened this issue 4 years ago • 1 comments

When playing back tests that launch certain parts of my application, the tests will consistently fail. The portions of the application that have a lot going on is where it fails. I'm compiling OpenHMI and my AUT as 32bit.

In the oht_aut_stderr.log file, I get this error. A generic "This application has stopped working" window also appeared.

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. terminate called after throwing an instance of 'DataModel::not_found' what(): std::exception

weroberts avatar Aug 14 '20 16:08 weroberts

Did you tried to compile in 64bit mode? What version of QT is being used?

pedromateo avatar Aug 19 '20 06:08 pedromateo