Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. APPCRASH QtWebEngineProcess.exe
Qt 6.11 is out! See what's new in the release blog

APPCRASH QtWebEngineProcess.exe

Scheduled Pinned Locked Moved QtWebEngine
1 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • AlexorleonA Offline
    AlexorleonA Offline
    Alexorleon
    wrote on last edited by
    #1

    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
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved