APPCRASH QtWebEngineProcess.exe
-
wrote on 29 Nov 2016, 09:40 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/1