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. Qt application failed to run in a Pc without QT (windeployqt used)
Forum Updated to NodeBB v4.3 + New Features

Qt application failed to run in a Pc without QT (windeployqt used)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 1.9k 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.
  • Diego DonateD Offline
    Diego DonateD Offline
    Diego Donate
    wrote on last edited by
    #1

    Hi,

    I hace a QT 5.7 (VS 2013) app running properly in my Pc (with QT installed), and I want to launch it in a Pc without QT.

    I have used 'windeployqt' to add all required libraries and folders to my binary path, and a lot of them have been added there.

    I rename the 'QT' folder, to simulate another Pc, and I launch the .exe, but it fails:

    Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013/resources. Trying parent directory...
    Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013. Trying application directory...
    Qt WebEngine ICU data not found at D:/Projects/SpontaniaQML/Spontania-Desktop/Release. Trying fallback directory... The application MAY NOT work.
    ModLoad: 000000000e8e0000 000000000e981000 C:\Windows\SysWOW64\advapi32.dll
    ModLoad: 000000000e8e0000 000000000e8f7000 C:\Windows\SysWOW64\userenv.dll
    Installed Qt WebEngine locales directory not found at location C:/Qt/5.7/msvc2013/translations\qtwebengine_locales. Trying application directory...
    (bfc.1ca4): WOW64 breakpoint - code 4000001f (first chance)
    First chance exceptions are reported before any exception handling.
    This exception may be expected and handled.
    *** WARNING: Unable to verify checksum for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll -
    Qt5WebEngineCore!GetHandleVerifier+0x22c71:
    579c8d61 cc int 3

    It is a ICU problem? I have NOt found any of these libraries in my QT path to add to my binary folder...

    Thanks in advance,

    Diego

    raven-worxR 1 Reply Last reply
    0
    • Diego DonateD Diego Donate

      Hi,

      I hace a QT 5.7 (VS 2013) app running properly in my Pc (with QT installed), and I want to launch it in a Pc without QT.

      I have used 'windeployqt' to add all required libraries and folders to my binary path, and a lot of them have been added there.

      I rename the 'QT' folder, to simulate another Pc, and I launch the .exe, but it fails:

      Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013/resources. Trying parent directory...
      Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013. Trying application directory...
      Qt WebEngine ICU data not found at D:/Projects/SpontaniaQML/Spontania-Desktop/Release. Trying fallback directory... The application MAY NOT work.
      ModLoad: 000000000e8e0000 000000000e981000 C:\Windows\SysWOW64\advapi32.dll
      ModLoad: 000000000e8e0000 000000000e8f7000 C:\Windows\SysWOW64\userenv.dll
      Installed Qt WebEngine locales directory not found at location C:/Qt/5.7/msvc2013/translations\qtwebengine_locales. Trying application directory...
      (bfc.1ca4): WOW64 breakpoint - code 4000001f (first chance)
      First chance exceptions are reported before any exception handling.
      This exception may be expected and handled.
      *** WARNING: Unable to verify checksum for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll
      *** ERROR: Symbol file could not be found. Defaulted to export symbols for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll -
      Qt5WebEngineCore!GetHandleVerifier+0x22c71:
      579c8d61 cc int 3

      It is a ICU problem? I have NOt found any of these libraries in my QT path to add to my binary folder...

      Thanks in advance,

      Diego

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Diego-Donate said in Qt application failed to run in a Pc without QT (windeployqt used):

      It is a ICU problem? I have NOt found any of these libraries in my QT path to add to my binary folder...

      these are not shipped with Qt.
      Probably they are somewhere in your PATH variable?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      Diego DonateD 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @Diego-Donate said in Qt application failed to run in a Pc without QT (windeployqt used):

        It is a ICU problem? I have NOt found any of these libraries in my QT path to add to my binary folder...

        these are not shipped with Qt.
        Probably they are somewhere in your PATH variable?

        Diego DonateD Offline
        Diego DonateD Offline
        Diego Donate
        wrote on last edited by
        #3

        @raven-worx Thanks for your help. I can not see in my PATH variable any reference to 'icu*', did you mean that?

        raven-worxR 1 Reply Last reply
        0
        • Diego DonateD Diego Donate

          @raven-worx Thanks for your help. I can not see in my PATH variable any reference to 'icu*', did you mean that?

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @Diego-Donate
          yes.
          Anyway you can try to add the icu DLLs manually

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          Diego DonateD 1 Reply Last reply
          0
          • raven-worxR raven-worx

            @Diego-Donate
            yes.
            Anyway you can try to add the icu DLLs manually

            Diego DonateD Offline
            Diego DonateD Offline
            Diego Donate
            wrote on last edited by
            #5

            @raven-worx I have found my problem. In my PATH variable I had references to QT 5.5, not to QT 5.7. I have updated that and fixed! Thanks a lot for your help!

            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