Summary Plot: Undefined observed data gives crash when open project file
Importing observed data as an csv-file (Line based) with some data empty (blank, undefined), causes ResInsight to crash when project is opened next time.
Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must not let any exception whatsoever propagate through Qt code. If that is not possible, in Qt 5 you must at least reimplement QCoreApplication::notify() and catch all exceptions there.
An unknown exception that terminated ResInsight caught in RiaMain.cpp. terminate called after throwing an instance of 'int'
Not able to reproduce this issue. Please provide a sample file that triggers this error.