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. Windows versions earlier than 8 are not supported
Qt 6.11 is out! See what's new in the release blog

Windows versions earlier than 8 are not supported

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 1.4k 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.
  • V Offline
    V Offline
    vithom
    wrote on last edited by
    #1

    Hello,

    I'm developing an application with a QWebEngineWidget as a part of a dialog. But when the dialog opens, I have the following message in the console:

    [25632:23236:0611/084050.968:INFO:media_foundation_video_encode_accelerator_win.cc(370)] Windows versions earlier than 8 are not supported.
    

    but my application doesn't crash, only the webenginewidget stays blank.
    If I try with the "WebEngine Widgets Minimal Example", I have the same message in the console, some others with backtraces, and the app crashes.

    My configuration is the following:

    • Windows 7 Professional SP1 64bits (behind a proxy)
    • Qt 5.11.0 with msvc2017 64-bit prebuilt components
    • QWebengine module

    Does this mean that QWebEngineWidget can't be used in windows 7 ?

    Thanks

    J.HilkJ 1 Reply Last reply
    0
    • V vithom

      Hello,

      I'm developing an application with a QWebEngineWidget as a part of a dialog. But when the dialog opens, I have the following message in the console:

      [25632:23236:0611/084050.968:INFO:media_foundation_video_encode_accelerator_win.cc(370)] Windows versions earlier than 8 are not supported.
      

      but my application doesn't crash, only the webenginewidget stays blank.
      If I try with the "WebEngine Widgets Minimal Example", I have the same message in the console, some others with backtraces, and the app crashes.

      My configuration is the following:

      • Windows 7 Professional SP1 64bits (behind a proxy)
      • Qt 5.11.0 with msvc2017 64-bit prebuilt components
      • QWebengine module

      Does this mean that QWebEngineWidget can't be used in windows 7 ?

      Thanks

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @vithom said in Windows versions earlier than 8 are not supported:

      Does this mean that QWebEngineWidget can't be used in windows 7 ?

      Thanks

      hi,

      short answer, yes

      as far as I know, QWebEngineWidget is based on Chronium api and looking here google says it should work with win 7 and newer, so no Idea why it doesn't work with win7
      maybe the version used to build QwebEngineWidget for Qt 5.11 does no longer support Win7? You'll have to check the release notes of 5.11 what version of chronium is used and verify that.


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      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