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. QtWebEngine not working properly
Forum Updated to NodeBB v4.3 + New Features

QtWebEngine not working properly

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 3 Posters 3.4k 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.
  • R Offline
    R Offline
    rolika222
    wrote on last edited by
    #1

    Hello,

    I am not a developer and i don't know if i am at the right place. The QtWebEngine not working properly on my computer. I have three applications, which are using QtWebEngine to display the user interface, loaded from website or html file. But in my case, the interface does not load and i can't use those programs. I have tried QT_OPENGL system variable with software/angle/desktop parameter, but nothing changed. Three applications i have tested:
    -EVE Online launcher
    -Ylands launcher
    -Simulationcraft

    All have the same problem and the two launchers generating the same debug file:
    [0309/123146:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\eve\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/123409:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\eve\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/125810:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\eve\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/143223:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\eve\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.

    [0309/115051:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\Ylands\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/120207:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\Ylands\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/122759:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\Ylands\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/132249:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\Ylands\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.
    [0309/143250:ERROR:resource_bundle.cc(720)] Failed to load D:\Games\Ylands\Launcher\resources\qtwebengine_devtools_resources.pak
    Some features may not be available.

    I hope someone can help me with this.

    Pictures:alt text
    alt text
    alt text

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! Sorry, but this is not the right place to report the problems. Please go to:

      • Simulationcraft - https://github.com/simulationcraft/simc/issues
      • The EVE Launcher - https://community.eveonline.com/support/bug-reports/
      • YLands - https://ylands.com/community

      Good luck!

      1 Reply Last reply
      1
      • T Offline
        T Offline
        ThatDud3
        wrote on last edited by
        #3

        I have a few suggestions for you:

        1. First try a standard demobrowser example - .../Qt/Qt580/Examples/Qt-5.8/webenginewidgets/demobrowser/
        2. Change User-Agent: remove ' QtWebEngine/5.8.0 ' from it - sometimes helps
          in demobrowser user-agent is under - Settings.Advanced
        3. Use Wireshark or WebInspector to inspect HTTP headers for extra information being sent like - cookies, headers etc.
        4. --disable-web-security - if they use IFRAMEs
          HTH
        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