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. QWebEngine - Deploy problem (QWebProcess.exe)
Forum Updated to NodeBB v4.3 + New Features

QWebEngine - Deploy problem (QWebProcess.exe)

Scheduled Pinned Locked Moved QtWebEngine
3 Posts 2 Posters 3.0k 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.
  • M Offline
    M Offline
    maximus
    wrote on last edited by maximus
    #1

    I'm trying to deploy my software that is now using QWebEngine.
    I get this error on other computers :
    QWebEngineProcess not found in /..../[somepath]/QtWebEngineProcess.exe
    I don't know why it's checking in this path, the path is not good and is the path used by the compiling PC. I copied the QWebEngineProcess.exe and QWebProcess.exe manually inside /release but it's still checking for this path..

    https://www.dropbox.com/s/guz5z786e4y3k4z/errorWebEngine.png?dl=0

    QWebView was straightforward to deploy, copy the dll inside release and it worked. but for QWebEngine, seems like I'm missing something

    Edit:
    Solved using this receipe..
    1- Create a qt.conf file in /release
    2- add this text :
    [Paths]
    Prefix=.
    Data=.
    3- Copy QWebEngineProcess.exe and QWebProcess.exe in /release
    4- Copy "icudtl.dat" inside /release
    5- Copy "qtwebengine_resources.pak" inside /release
    6- Don't forget to include theses files in your setup packages


    Free Indoor Cycling Software - https://maximumtrainer.com

    1 Reply Last reply
    1
    • Y Offline
      Y Offline
      yubb
      wrote on last edited by
      #2

      is not useful;
      the qwebengineprocess.exe debug log is
      [0326/201052:WARNING:resource_bundle.cc(286)] locale_file_path.empty()

      M 1 Reply Last reply
      0
      • Y yubb

        is not useful;
        the qwebengineprocess.exe debug log is
        [0326/201052:WARNING:resource_bundle.cc(286)] locale_file_path.empty()

        M Offline
        M Offline
        maximus
        wrote on last edited by
        #3

        @yubb

        You're having problem deploying too?
        I guess they should make a wiki/guide with clear instructions on how to deploy it. It's a bit complex ATM and not automated, I went back to using QWebKit for my browser until it's easier. Good luck


        Free Indoor Cycling Software - https://maximumtrainer.com

        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