Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. linuxdeployqt and qtwebengine
Forum Updated to NodeBB v4.3 + New Features

linuxdeployqt and qtwebengine

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 1.6k 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.
  • AlexorleonA Offline
    AlexorleonA Offline
    Alexorleon
    wrote on last edited by
    #1

    Hi.
    I use linuxdeployqt to transfer the program to another computer without Qt.
    https://github.com/probonopd/linuxdeployqt
    linuxdeployqt-x86_64.AppImage from the Releases page.

    But when I run the program, it is crashes.
    After searching the information I added icudtl.dat in the "resources" folder. The program is successfully launched.

    Now I have a some errors:
    Failed to load qtwebengine_resources.pak, qtwebengine_resources_100p.pak and qtwebengine_resources_200p.pak.
    Then I added these files in the "resources" directory.

    And
    Installed Qt WebEngine locales directory not found at location .../qtwebengine_locales. Trying application directory...
    Qt WebEngine locales directory not found at location .../qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
    [0116/112551:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
    Then I added a "translation" into the root.

    Now I have a some errors:
    Qt WebEngine ICU data not found at /opt/Qt/Qt5.6.2/5.6/gcc_64. Trying fallback directory.
    ...
    qml: render process terminated
    qml: Render process exited with code -1 (crashed)

    WebEngineView page is empty.
    I do not know what to do next. Please tell me what I missed?

    Qt 5.6.2, Ubuntu 64bit.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You need to contact the author of linuxdeployqt. This utility is currently not part of the Qt project.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      AlexorleonA 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        You need to contact the author of linuxdeployqt. This utility is currently not part of the Qt project.

        AlexorleonA Offline
        AlexorleonA Offline
        Alexorleon
        wrote on last edited by
        #3

        @SGaist ok, thanks.

        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