Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Forum Update on Monday, May 27th 2025

[SOLVED]This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

Scheduled Pinned Locked Moved General and Desktop
qt 5.5mingw32
3 Posts 2 Posters 7.5k 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.
  • R Offline
    R Offline
    Ratzz
    wrote on 24 Sept 2015, 13:31 last edited by Ratzz
    #1

    I am using QT 5.5(MinGW) . I am using Qt framework installer for creating the setup exe . In my data folder i have added all the necessary dll . My computer has QT installed when i run the setup file in my computer the exe works fine.
    If i run the exe in other computer without QT it throws me errror.

    Microsoft Visual C++ Runtime Library
    ---------------------------
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    ---------------------------
    OK   
    ---------------------------
    

    I followed this step to add dependencies .
    I have added following dll

    libgcc_s_dw2-1.dll
    libstdc++-6.dll
    libwinpthread-1.dll
    Qt5Cored.dll
    Qt5Guid.dll
    Qt5Svgd.dll
    Qt5Widgetsd.dll
    d3dcompiler_47.dll
    libEGL.dll
    libGLESv2.dll
    Qt5Core.dll
    Qt5Widgets.dll
    qwindows.dll
    

    what is icu ?i still added icudt54.dll icuin54.dll icuuc54.dll
    I still get same error.
    What am i missing .. is there anything missing in my steps??

    --Alles ist gut.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Sept 2015, 14:16 last edited by
      #2

      Hi,

      First strange thing, you are mixing debug and release dlls and the platform plugin doesn't seem to be at the right place. You should try windeployqt which should make the task way easier.

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

      R 1 Reply Last reply 25 Sept 2015, 06:26
      0
      • S SGaist
        24 Sept 2015, 14:16

        Hi,

        First strange thing, you are mixing debug and release dlls and the platform plugin doesn't seem to be at the right place. You should try windeployqt which should make the task way easier.

        R Offline
        R Offline
        Ratzz
        wrote on 25 Sept 2015, 06:26 last edited by
        #3

        @SGaist
        Thanks for the reply .
        I just noticed that i mixed dlls .
        I used windeployqt as you mentioned and i found all the dependencies . additionally i added these Dlls.

        libgcc_s_dw2-1.dll
        libstdc++-6.dll
        libwinpthread-1.dll
        

        --Alles ist gut.

        1 Reply Last reply
        0

        3/3

        25 Sept 2015, 06:26

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved