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. Can't use WebEngineView.

Can't use WebEngineView.

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 2 Posters 1.7k 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.
  • R Offline
    R Offline
    rperrot
    wrote on 8 Aug 2018, 09:14 last edited by
    #1

    Hi,

    I'm trying to incorporate QWebEngine in an existing Qt/Qml application. However when using WebEngineView, it results in an exception with the following message :

    [23100:22744:0808/110645.316:FATAL:com_init_util.cc(71)] Check failed: false. CoCreateInstance calls in Chromium require explicit COM initialization via base::CreateCOMSTATaskRunnerWithTraits() or ScopedCOMInitializer. See the comment in DCheckedCoCreateInstance for more details.
    

    My engine is initialized like in the documentation :

        QApplication qapp( argc, argv );
        QtWebEngine::initialize();
    

    I can't find any source used to solve this issue.

    Qt version is 5.10.1 using VS 2015 (32bits) in windows 10

    I can't go with 5.11 because I need 32 bits (WebEngine is not available for 32 bits target with 5.11)

    any suggestion ?

    1 Reply Last reply
    1
    • R Offline
      R Offline
      rperrot
      wrote on 8 Aug 2018, 10:40 last edited by
      #2

      It seems to work in 5.9.6 (but fails in 5.10.0).

      Any suggestion to make it work on 5.10.1 ?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SamurayH
        wrote on 13 Aug 2018, 12:38 last edited by
        #3

        Hi @rperrot ,
        check out that post it may be useful.

        "قال رسول الله صلى الله عليه وسلم : " أحب الناس إلى الله أنفعهم للناس

        1 Reply Last reply
        0

        3/3

        13 Aug 2018, 12:38

        • Login

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