Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-858

Studio asserts when switching slides

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • Qt 3D Studio 1.1 Alpha
    • Editor Application
    • None
    • Win10

    Description

      With heavy presentation and switching between slides you get GL_INVALID_FRAMEBUFFER_OPERATION error from glClear.

      1 qt3ds::NVAssert Qt3DSAssert.h 71 0x7ff70f661a9b
      2 qt3ds::render::NVRenderBackendGLBase::checkGLError Qt3DSRenderBackendGLBase.cpp 2204 0x7ff710333ef6
      3 qt3ds::render::NVRenderBackendGLBase::Clear Qt3DSRenderBackendGLBase.cpp 583 0x7ff71032ec9d
      4 qt3ds::render::NVRenderContextImpl::Clear Qt3DSRenderContext.cpp 925 0x7ff7101f9abd
      5 qt3ds::render::SLayerRenderData::RenderToTexture Qt3DSRendererImplLayerRenderData.cpp 1537 0x7ff71024bd2f
      6 qt3ds::render::SLayerRenderToTextureRunnable::Run Qt3DSRendererImplLayerRenderData.cpp 2118 0x7ff7102559e7
      7 `anonymous namespace'::SRenderList::RunRenderTasks Qt3DSRenderRenderList.cpp 94 0x7ff7102e0aaa
      8 `anonymous namespace'::SRenderContext::RunRenderTasks Qt3DSRenderContextCore.cpp 767 0x7ff71016aea1
      9 qt3ds::studio::STranslation::Render StudioRendererTranslation.cpp 2532 0x7ff70f9409c8
      10 `anonymous namespace'::SRendererImpl::Render StudioRenderer.cpp 277 0x7ff70f939dd2
      11 `anonymous namespace'::SRendererImpl::RenderNow StudioRenderer.cpp 251 0x7ff70f939e63
      12 CPlayerWnd::paintGL PlayerWnd.cpp 253 0x7ff70f68b92d
      13 QOpenGLWidgetPrivate::invokeUserPaint qopenglwidget.cpp 879 0x6d40474d
      14 QOpenGLWidgetPrivate::render qopenglwidget.cpp 900 0x6d404812
      15 QOpenGLWidget::paintEvent qopenglwidget.cpp 1301 0x6d402c0a
      16 QWidget::event qwidget.cpp 8973 0x6d3b2498
      17 QOpenGLWidget::event qopenglwidget.cpp 1455 0x6d402f46
      18 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      19 QApplication::notify qapplication.cpp 3695 0x6d354296
      20 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      21 QCoreApplication::sendSpontaneousEvent qcoreapplication.h 237 0x6bf935bb
      22 QWidgetPrivate::sendPaintEvent qwidget.cpp 5690 0x6d3bc78d
      23 QWidgetPrivate::drawWidget qwidget.cpp 5631 0x6d3bc24a
      24 QWidgetPrivate::paintSiblingsRecursive qwidget.cpp 5823 0x6d3bccd7
      25 QWidgetPrivate::drawWidget qwidget.cpp 5681 0x6d3bc720
      26 QWidgetPrivate::paintSiblingsRecursive qwidget.cpp 5823 0x6d3bccd7
      27 QWidgetPrivate::drawWidget qwidget.cpp 5681 0x6d3bc720
      28 QWidgetPrivate::paintSiblingsRecursive qwidget.cpp 5823 0x6d3bccd7
      29 QWidgetPrivate::drawWidget qwidget.cpp 5681 0x6d3bc720
      30 QWidgetPrivate::paintSiblingsRecursive qwidget.cpp 5823 0x6d3bccd7
      31 QWidgetPrivate::drawWidget qwidget.cpp 5681 0x6d3bc720
      32 QWidgetBackingStore::doSync qwidgetbackingstore.cpp 1378 0x6d3701d6
      33 QWidgetBackingStore::sync qwidgetbackingstore.cpp 1157 0x6d36d2f0
      34 QWidgetPrivate::syncBackingStore qwidget.cpp 1961 0x6d3bee60
      35 QWidget::event qwidget.cpp 9137 0x6d3b2b8d
      36 QMainWindow::event qmainwindow.cpp 1343 0x6d5dbcb7
      37 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      38 QApplication::notify qapplication.cpp 3695 0x6d354296
      39 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      40 QCoreApplication::sendEvent qcoreapplication.h 234 0x6be37282
      41 QCoreApplicationPrivate::sendPostedEvents qcoreapplication.cpp 1719 0x6be2da2d
      42 QEventDispatcherWin32::sendPostedEvents qeventdispatcher_win.cpp 1080 0x6bee9a4a
      43 QWindowsGuiEventDispatcher::sendPostedEvents qwindowsguieventdispatcher.cpp 82 0x7ff90b9791b4
      44 qt_internal_proc qeventdispatcher_win.cpp 239 0x6bee782b
      45 CallWindowProcW USER32 0x7ff938d7b85d
      46 DispatchMessageW USER32 0x7ff938d7b1ef
      47 DialogBoxIndirectParamAorW USER32 0x7ff938d9b947
      48 DialogBoxIndirectParamAorW USER32 0x7ff938d9b70e
      49 SoftModalMessageBox USER32 0x7ff938ddfe96
      50 DrawStateA USER32 0x7ff938dde8f0
      51 MessageBoxTimeoutW USER32 0x7ff938ddf602
      52 MessageBoxW USER32 0x7ff938ddf68e
      53 set_app_type ucrtbased 0x7ff90d633e87
      54 setmbcp ucrtbased 0x7ff90d64bd1d
      55 setmbcp ucrtbased 0x7ff90d64bcd2
      56 setmbcp ucrtbased 0x7ff90d64bf07
      57 setmbcp ucrtbased 0x7ff90d64c72b
      58 CrtSetReportHookW2 ucrtbased 0x7ff90d64dbf3
      59 VCrtDbgReportA ucrtbased 0x7ff90d64ea92
      60 CrtDbgReport ucrtbased 0x7ff90d64da95
      61 qt3ds::NVAssert Qt3DSAssert.h 60 0x7ff70f661a65
      62 qt3ds::render::NVRenderBackendGLBase::checkGLError Qt3DSRenderBackendGLBase.cpp 2204 0x7ff710333ef6
      63 qt3ds::render::NVRenderBackendGLBase::Clear Qt3DSRenderBackendGLBase.cpp 583 0x7ff71032ec9d
      64 qt3ds::render::NVRenderContextImpl::Clear Qt3DSRenderContext.cpp 925 0x7ff7101f9abd
      65 qt3ds::render::SLayerRenderData::RenderToTexture Qt3DSRendererImplLayerRenderData.cpp 1537 0x7ff71024bd2f
      66 qt3ds::render::SLayerRenderToTextureRunnable::Run Qt3DSRendererImplLayerRenderData.cpp 2118 0x7ff7102559e7
      67 `anonymous namespace'::SRenderList::RunRenderTasks Qt3DSRenderRenderList.cpp 94 0x7ff7102e0aaa
      68 `anonymous namespace'::SRenderContext::RunRenderTasks Qt3DSRenderContextCore.cpp 767 0x7ff71016aea1
      69 qt3ds::studio::STranslation::Render StudioRendererTranslation.cpp 2532 0x7ff70f9409c8
      70 `anonymous namespace'::SRendererImpl::Render StudioRenderer.cpp 277 0x7ff70f939dd2
      71 `anonymous namespace'::SRendererImpl::OnEndDataModelNotifications StudioRenderer.cpp 419 0x7ff70f936dea
      72 CMulticaster<IDataModelListener * _ptr64>::FireEventSource<void (_cdecl IDataModelListener:: *)(void) __ptr64> Multicaster.h 106 0x7ff70fe6de5e
      73 CMulticaster<IDataModelListener * _ptr64>::FireEvent<void (_cdecl IDataModelListener:: *)(void) __ptr64> Multicaster.h 95 0x7ff70fe6c180
      74 CDispatch::FireEndDataModelNotifications Dispatch.cpp 107 0x7ff70fe67828
      75 CDispatchDataModelNotificationScope::~CDispatchDataModelNotificationScope Dispatch.h 247 0x7ff70f6600df
      76 CDoc::SetActiveSlideChange Doc.cpp 454 0x7ff70fe2ed6a
      77 CDoc::NotifyActiveSlideChanged Doc.cpp 505 0x7ff70fe299f0
      78 CCmdActivateSlide::Do CmdActivateSlide.cpp 69 0x7ff710020c1b
      79 CCmdStack::ExecuteCommand CmdStack.cpp 67 0x7ff70fe59b38
      80 CCore::ExecuteCommand Core.cpp 363 0x7ff70fe60128
      81 SlideModel::setData SlideModel.cpp 93 0x7ff70f82c87e
      82 QQmlDMAbstractItemModelData::setValue qqmladaptormodel.cpp 425 0x6ca4cac6
      83 QQmlDMCachedModelData::metaCall qqmladaptormodel.cpp 308 0x6ca3f617
      84 VDMModelDelegateDataType::metaCall qqmladaptormodel.cpp 248 0x6ca49db0
      85 QMetaObject::metacall qmetaobject.cpp 299 0x6be3a992
      86 QQmlPropertyData::writeProperty qqmlpropertycache_p.h 325 0x6ce37ada
      87 QQmlPropertyPrivate::write qqmlproperty.cpp 1247 0x6ce322f3
      88 QV4::QObjectWrapper::setProperty qv4qobjectwrapper.cpp 550 0x6cdbcb32
      89 QV4::QObjectWrapper::setQmlProperty qv4qobjectwrapper.cpp 424 0x6cdbac82
      90 QV4::QObjectWrapper::put qv4qobjectwrapper.cpp 697 0x6cdbcff7
      91 QV4::Object::put qv4object_p.h 386 0x6ca2a51f
      92 QV4::Runtime::method_setProperty qv4runtime.cpp 602 0x6cdedfda
      93 0x22f221503dd
      94 0x22f1e2b6ea0
      95 0x22f21a813a0
      96 0x22f00000090
      97 0x34a58f5c38
      98 0x22f21680400
      99 QV4::ExecutionEngine::pushContext qv4engine_p.h 487 0x6ca2a2e5
      100 QV4::ExecutionContext::simpleCall qv4context.cpp 302 0x6cc8f99a
      101 QQmlJavaScriptExpression::evaluate qqmljavascriptexpression.cpp 224 0x6cf04307
      102 QQmlBoundSignalExpression::evaluate qqmlboundsignal.cpp 225 0x6ce4a17e
      103 QQmlBoundSignal_callback qqmlboundsignal.cpp 356 0x6ce4a849
      104 QQmlNotifier::emitNotify qqmlnotifier.cpp 108 0x6ced3af3
      105 QQmlData::signalEmitted qqmlengine.cpp 851 0x6ce0fc05
      106 QMetaObject::activate qobject.cpp 3649 0x6be819f0
      107 QMetaObject::activate qobject.cpp 3629 0x6be81928
      108 QQuickMouseArea::clicked moc_qquickmousearea_p.cpp 663 0x7ff90866685e
      109 QQuickMouseArea::setPressed qquickmousearea.cpp 1242 0x7ff908666fb3
      110 QQuickMouseArea::mouseReleaseEvent qquickmousearea.cpp 806 0x7ff908667731
      111 QQuickItem::event qquickitem.cpp 7857 0x7ff9085271b3
      112 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      113 QApplication::notify qapplication.cpp 3104 0x6d351613
      114 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      115 QCoreApplication::sendEvent qcoreapplication.h 234 0x6be37282
      116 QQuickWindowPrivate::deliverMouseEvent qquickwindow.cpp 1734 0x7ff90856411c
      117 QQuickWindowPrivate::deliverPointerEvent qquickwindow.cpp 2303 0x7ff908567271
      118 QQuickWindowPrivate::handleMouseEvent qquickwindow.cpp 2149 0x7ff908566021
      119 QQuickWindow::mouseReleaseEvent qquickwindow.cpp 2129 0x7ff90856083c
      120 QWindow::event qwindow.cpp 2241 0x7ff90491ca78
      121 QQuickWindow::event qquickwindow.cpp 1628 0x7ff9085605c4
      122 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      123 QApplication::notify qapplication.cpp 3104 0x6d351613
      124 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      125 QCoreApplication::sendEvent qcoreapplication.h 234 0x6be37282
      126 QQuickWidget::mouseReleaseEvent qquickwidget.cpp 1347 0x7ff9303952d0
      127 QWidget::event qwidget.cpp 8818 0x6d3b1c2d
      128 QQuickWidget::event qquickwidget.cpp 1469 0x7ff930395e96
      129 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      130 QApplication::notify qapplication.cpp 3208 0x6d351e1c
      131 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      132 QCoreApplication::sendSpontaneousEvent qcoreapplication.h 237 0x6bf935bb
      133 QApplicationPrivate::sendMouseEvent qapplication.cpp 2709 0x6d359223
      134 QWidgetWindow::handleMouseEvent qwidgetwindow.cpp 656 0x6d3fb890
      135 QWidgetWindow::event qwidgetwindow.cpp 274 0x6d3fa010
      136 QApplicationPrivate::notify_helper qapplication.cpp 3732 0x6d356b6e
      137 QApplication::notify qapplication.cpp 3104 0x6d351613
      138 QCoreApplication::notifyInternal2 qcoreapplication.cpp 1044 0x6be2c0b6
      139 QCoreApplication::sendSpontaneousEvent qcoreapplication.h 237 0x6bf935bb
      140 QGuiApplicationPrivate::processMouseEvent qguiapplication.cpp 1958 0x7ff9048fdb2e
      141 QGuiApplicationPrivate::processWindowSystemEvent qguiapplication.cpp 1742 0x7ff9049006f3
      142 QWindowSystemInterface::sendWindowSystemEvents qwindowsysteminterface.cpp 982 0x7ff9048bb185
      143 QWindowsGuiEventDispatcher::sendPostedEvents qwindowsguieventdispatcher.cpp 83 0x7ff90b9791c2
      144 qt_internal_proc qeventdispatcher_win.cpp 239 0x6bee782b
      145 CallWindowProcW USER32 0x7ff938d7b85d
      146 DispatchMessageW USER32 0x7ff938d7b1ef
      147 QEventDispatcherWin32::processEvents qeventdispatcher_win.cpp 630 0x6bee819d
      148 QWindowsGuiEventDispatcher::processEvents qwindowsguieventdispatcher.cpp 74 0x7ff90b979174
      149 QEventLoop::processEvents qeventloop.cpp 135 0x6be265e8
      150 QEventLoop::exec qeventloop.cpp 212 0x6be2682e
      151 QCoreApplication::exec qcoreapplication.cpp 1332 0x6be29d0f
      152 QGuiApplication::exec qguiapplication.cpp 1688 0x7ff9048fb0c8
      153 QApplication::exec qapplication.cpp 2918 0x6d35111a
      154 CStudioApp::RunApplication StudioApp.cpp 630 0x7ff70f652e95
      155 CStudioApp::BlankRunApplication StudioApp.cpp 568 0x7ff70f652ece
      156 CStudioApp::Run StudioApp.cpp 354 0x7ff70f65244b
      157 main StudioApp.cpp 99 0x7ff70f657f9f
      158 WinMain qtmain_win.cpp 104 0x7ff71039cc1d
      159 invoke_main exe_common.inl 99 0x7ff71039b21d
      160 __scrt_common_main_seh exe_common.inl 253 0x7ff71039b0e7
      161 __scrt_common_main exe_common.inl 296 0x7ff71039afae
      162 WinMainCRTStartup exe_winmain.cpp 17 0x7ff71039b239
      163 BaseThreadInitThunk KERNEL32 0x7ff9382d1fe4
      164 RtlUserThreadStart ntdll 0x7ff93ac4ef91

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0150566 Janne Koskinen
            e0150566 Janne Koskinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes