Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    APPCRASH QtWebEngineProcess.exe

    QtWebEngine
    1
    1
    931
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Alexorleon
      Alexorleon last edited by

      Hi!
      After about 3 minutes of video playback in QML WebEngineView, QtWebEngineProcess crashes with error:

      [1129/121912:ERROR:gles2_cmd_decoder.cc(2082)] [GroupMarkerNotSet(crbug.com/242999)!:B85BB009]GL ERROR :GL_OUT_OF_MEMORY : GLES2DecoderImpl::DoReleaseTexImage2DCHROMIUM: <- error from previous GL command

      If I add it, everything works fine.

      QGuiApplication::setAttribute(Qt::AA_UseSoftwareOpenGL );
      

      If I add this, everything works fine, but there are errors.

      QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
      

      D3D11 ERROR: ID3D11DeviceContext::DrawIndexed: Input Assembler - Vertex Shader linkage error: Signatures between stages are incompatible. Semantic 'TEXCOORD' of the input stage has a hardware register component mask that is not a subset of the output of the previous stage. [ EXECUTION ERROR #345: DEVICE_SHADER_LINKAGE_REGISTERMASK]
      D3D11 ERROR: ID3D11DeviceContext::RSSetScissorRects: ScissorRect at slot 0 is invalid. Valid Rects have left (value = 0) <= right (value = -3) and top (value = 476) <= bottom (value = 562). [ STATE_SETTING ERROR #260: DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR]
      D3D11 ERROR: ID3D11DeviceContext::RSSetScissorRects: ScissorRect at slot 0 is invalid. Valid Rects have left (value = 0) <= right (value = -50) and top (value = 483) <= bottom (value = 570). [ STATE_SETTING ERROR #260: DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR]
      D3D11 ERROR: ID3D11DeviceContext::RSSetScissorRects: ScissorRect at slot 0 is invalid. Valid Rects have left (value = 0) <= right (value = -90) and top (value = 491) <= bottom (value = 578). [ STATE_SETTING ERROR #260: DEVICE_RSSETSCISSORRECTS_INVALIDSCISSOR]

      What is the cause of collapse?
      Windows 7, 64
      Intel HD Graphics 4600
      Qt 5.6.1, MSVC2013 32 bit

      1 Reply Last reply Reply Quote 1
      • First post
        Last post