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. qt problem while trying to run application
QtWS25 Last Chance

qt problem while trying to run application

Scheduled Pinned Locked Moved Solved General and Desktop
8 Posts 4 Posters 2.0k 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.
  • S Offline
    S Offline
    specula
    wrote on 27 Nov 2019, 09:09 last edited by specula
    #1

    i stumbled on a youtube video revolving around a cool project. i downloaded the executable project and tried to run it but i ran into some issues:
    first i had to add some CUDA framework 7.0 dll's to the application folder because they were missing (how this works is described in the youtube comments),
    second the command prompt would throw an error "This application failed to start because it could not find or load the Qt Platform Plugin "Windows" in "" ". another guy in the youtube comments made a thread about this on stackoverflow, the only reply on that thread seems to know how to solve it but i don't know what it means or how it works. i installed qt creator to see if i could make any sense of it but i have zero experience with qt. when i run the application exe now though i get a windows popup saying: this app can't run on your pc and the command prompt would say access is denied. i really hope someone here could help me and the people on youtube figure out how to make this software run. it seems so promising. as i said i have zero experience with qt, i am a beginner developer with c# experience and know a thing or 2 about computers.
    thanks in advance
    bart

    ps my spec: windows 10 64x

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Gerd
      wrote on 27 Nov 2019, 11:34 last edited by Gerd
      #2

      Hi,
      you can try this:

      • find the version of the qt5core.dll
      • get the full qt download for exactly this version from
        download.qt.io/archive/qt/
      • install qt
      • from the installation directory copy the folder "plugins" into your app directory
      • start the application and have fun
      1 Reply Last reply
      1
      • S Offline
        S Offline
        specula
        wrote on 27 Nov 2019, 20:15 last edited by
        #3

        thanks for your suggestion, i tried it but it didn't work. i don't really know where i go wrong, it's basically a big shot in the dark for me at this point.

        thanks for your effort!

        M 1 Reply Last reply 27 Nov 2019, 21:52
        0
        • S specula
          27 Nov 2019, 20:15

          thanks for your suggestion, i tried it but it didn't work. i don't really know where i go wrong, it's basically a big shot in the dark for me at this point.

          thanks for your effort!

          M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 27 Nov 2019, 21:52 last edited by
          #4

          @specula

          Hi
          The program expects a structure within its run folder along with its runtime DLLs.
          Explained here in detail
          http://www.tripleboot.org/?p=138
          http://www.tripleboot.org/?p=536

          97a57ffa-c188-400f-80e8-ae6d61ac6fb9-image.png image url)

          So from the error you get, it seems it might miss the platform subfolder.

          Where did you download the project and which CUDA dlls did it need ?

          S 1 Reply Last reply 28 Nov 2019, 07:32
          1
          • M mrjj
            27 Nov 2019, 21:52

            @specula

            Hi
            The program expects a structure within its run folder along with its runtime DLLs.
            Explained here in detail
            http://www.tripleboot.org/?p=138
            http://www.tripleboot.org/?p=536

            97a57ffa-c188-400f-80e8-ae6d61ac6fb9-image.png image url)

            So from the error you get, it seems it might miss the platform subfolder.

            Where did you download the project and which CUDA dlls did it need ?

            S Offline
            S Offline
            specula
            wrote on 28 Nov 2019, 07:32 last edited by specula
            #5

            @mrjj thank you for your reply, i will look into this when i get home! for now, these are the cuda dlls needed and how to add them:

            Download CUDA framework 7.0 from here (940 MB).
            Right click on exe and open with winRAR.
            Go to CUDAToolkit\bin\ and copy those 3 missing libraries curand64_70.dll, cudart64_70.dll, cublas64_70.dll to the app directory.

            this is the project:
            lthis is the project and this is the youtube link describing the project

            bart

            1 Reply Last reply
            0
            • G Offline
              G Offline
              Gerd
              wrote on 28 Nov 2019, 11:11 last edited by
              #6

              just did it and it works this way:

              download
              qt-opensource-windows-x86-msvc2013_64-5.6.3.exe
              from download.qt.io/archive/qt/ and install it

              from Qt5.6.3\5.6.3\msvc2013_64\plugins\
              copy the folders "platforms" and "imageformats" into your app-directory
              copy Qt5.6.3\5.6.3\msvc2013_64\bin\Qt5Svg.dll into your app directory

              thats it, it runs.
              however, seems to be a really buggy app, dont know if it really works...

              1 Reply Last reply
              2
              • S Offline
                S Offline
                specula
                wrote on 28 Nov 2019, 17:38 last edited by
                #7

                thanks it's running! the app seems to work okish but i can't reconstruct any actual buildings because i get a different error saying "load texture failed : material/bldg2/roof.tif. the app has a variety of missing files and problems it seems, which is a shame considering the potential.
                thank you very much for going through this!

                P 1 Reply Last reply 28 Nov 2019, 20:35
                0
                • S specula
                  28 Nov 2019, 17:38

                  thanks it's running! the app seems to work okish but i can't reconstruct any actual buildings because i get a different error saying "load texture failed : material/bldg2/roof.tif. the app has a variety of missing files and problems it seems, which is a shame considering the potential.
                  thank you very much for going through this!

                  P Offline
                  P Offline
                  Pablo J. Rogina
                  wrote on 28 Nov 2019, 20:35 last edited by
                  #8

                  @specula said in qt problem while trying to run application:

                  thanks it's running!

                  please don't forget to mark your post as solved!

                  Upvote the answer(s) that helped you solve the issue
                  Use "Topic Tools" button to mark your post as Solved
                  Add screenshots via postimage.org
                  Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

                  1 Reply Last reply
                  0

                  3/8

                  27 Nov 2019, 20:15

                  5 unread
                  • Login

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