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. QWebEngineView fails
Qt 6.11 is out! See what's new in the release blog

QWebEngineView fails

Scheduled Pinned Locked Moved Unsolved QtWebEngine
qwebengineviewwindows 7qt5.7
1 Posts 1 Posters 1.6k Views
  • 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.
  • A Offline
    A Offline
    allenck
    wrote on last edited by allenck
    #1

    I am trying to convert my application to use QWebEngineView instead of QWebView. I have successfully gotten the upgraded app to run with no problems on Ubuntu (12.04) and Qt 5.7.0. However, on Windows 7, and Qt 5.7.0, I get these errors and nothing is displayed in the widget:

    I am using MSVC2013. Both the 32 bit and 64 bit versions of QT fail in the same way

    [0730/151202:ERROR:scoped_ole_initializer.cc(20)] Multiple OleInitialize() calls for thread 1176
    .
    .
    .
    [0730/151328:ERROR:gles2_cmd_decoder.cc(2109)] [.CommandBufferContext.RenderWorker-0000000004279B90]GL ERROR :GL_INVALID_ENUM : BackFramebuffer::Destroy: <- error from previous GL command
    [0730/151329:ERROR:gles2_cmd_decoder.cc(2109)] [GroupMarkerNotSet(crbug.com/242999)!:A87AC13300000000]GL ERROR :GL_INVALID_ENUM : BackFramebuffer::Destroy: <- error from previous GL command

    I have successfully compiled and executed the Qt example demobrowser app so I don't think there is a problem with my Windows or QT environment.

    Update: I just compiled my app under 5.6.1 and there are no problems; the app works as expected so this problem only exists in 5.7.0 and Windows MSCV2013.

    Can anybody give me a clue as to what the problem may be?

    Allen Kempe

    1 Reply Last reply
    0

    • Login

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