--------------------------------------------------------------------- Assertion Failure in SCT showing a Text Series Slot / Phil, 7-25-2017 --------------------------------------------------------------------- Assertion Failure: (idx == (-1)), in: void StringManager::setString(int idx, const QString& str) { Q_ASSERT(idx >= 0 && idx < _managedStrings.size()); if (idx >= 0 && idx < _managedStrings.size()) { _managedStrings[idx]._str = str; _managedStrings[idx]._inUse = true; } } Qt5Cored.dll: qt_message_fatal(QtMsgType __formal, const QMessageLogContext& context, const QString ... Qt5Cored.dll: QMessageLogger::fatal(const char* msg, ...) Line 781 Qt5Cored.dll: qt_assert(const char* assertion, const char* file, int line) Line 2967 riverware.exe: StringManager::getString(int idx) Line 226 riverware.exe: SctModelData::formatSlotValue(int slotInx, double val, QString& valStr, int minFractDigits) Line 2871 riverware.exe: SctModelData::formatSlotValue(int slotInx, double val) Line 2811 riverware.exe: SctDialog::refreshStatusBar(bool dataChangeOnly) Line 854 riverware.exe: SctDialog::customEvent(QEvent* evt) Line 252 Qt5Cored.dll: QObject::event(QEvent* e) Line 1262 Qt5Widgetsd.dll: QWidget::event(QEvent* event) Line 9105 Qt5Widgetsd.dll: QMainWindow::event(QEvent* event) Line 1496 Qt5Widgetsd.dll: QApplicationPrivate::notify_helper(QObject* receiver, QEvent* e) Line 3716 Qt5Widgetsd.dll: QApplication::notify(QObject* receiver, QEvent* e) Line 3681 Qt5Cored.dll: QCoreApplication::notifyInternal(QObject* receiver, QEvent* event) Line 965 Qt5Cored.dll: QCoreApplication::sendEvent(QObject* receiver, QEvent* event) Line 224 Qt5Cored.dll: QCoreApplicationPrivate::sendPostedEvents(QObject* receiver, int event_type, QThreadData* data) Line 1593 Qt5Cored.dll: QEventDispatcherWin32::sendPostedEvents() Line 1242 qwindowsd.dll: QWindowsGuiEventDispatcher::sendPostedEvents() Line 84 Qt5Cored.dll: qt_internal_proc(HWND__* hwnd, unsigned int message, unsigned __int64 wp, __int64 lp) Line 416 user32.dll: 00007ffb9efd24fd() Unknown user32.dll: 00007ffb9efd2357() Unknown Qt5Cored.dll: QEventDispatcherWin32::processEvents(QFlags flags) Line 818 qwindowsd.dll: QWindowsGuiEventDispatcher::processEvents(QFlags flags) Line 74 Qt5Cored.dll: QEventLoop::processEvents(QFlags flags) Line 129 Qt5Cored.dll: QEventLoop::exec(QFlags flags) Line 204 Qt5Cored.dll: QCoreApplication::exec() Line 1229 Qt5Guid.dll: QGuiApplication::exec() Line 1528 Qt5Widgetsd.dll: QApplication::exec() Line 2977 riverware.exe: rwGUIExecute() Line 169 riverware.exe: interactiveMode(int argc, char** argv, bool isRunAllowed) Line 724 riverware.exe: main(int argc, char** argv) Line 641 riverware.exe: WinMain(HINSTANCE__* __formal, HINSTANCE__* __formal, char* __formal, int __formal) Line 113 riverware.exe: __tmainCRTStartup() Line 618 C riverware.exe: WinMainCRTStartup() Line 466 C kernel32.dll: 00007ffba12213d2() Unknown ntdll.dll: 00007ffba15754e4() Unknown ---