You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message when importing EGRID file with about 90 mill grid cells:
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.
A standard c++ exception that terminated ResInsight caught in RiaMain.cpp: map::at
terminate called after throwing an instance of 'std::out_of_range'
what(): map::at
The text was updated successfully, but these errors were encountered:
Error message when importing EGRID file with about 90 mill grid cells:
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.
A standard c++ exception that terminated ResInsight caught in RiaMain.cpp: map::at
terminate called after throwing an instance of 'std::out_of_range'
what(): map::at
The text was updated successfully, but these errors were encountered: