Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] This application failed to start because it could not find or load the Qt platform plugin "windows".
Servers for Qt installer are currently down

[SOLVED] This application failed to start because it could not find or load the Qt platform plugin "windows".

Scheduled Pinned Locked Moved Qt Creator and other tools
10 Posts 2 Posters 3.9k 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.
  • L Offline
    L Offline
    lqsa
    wrote on 24 Nov 2014, 19:35 last edited by
    #1

    After updating with the QT Maintenance Tool, the error This application failed to start because it could not find or load the Qt platform plugin "windows". appears when start debugging or run from Creator.

    The tool update from Creator 3.2.0 to Creator 3.2.2.

    What is happening and how can correct it?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 24 Nov 2014, 20:39 last edited by
      #2

      Hi,

      Did you only update Qt Creator ? Did you do a clean rebuild of your project ?

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

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lqsa
        wrote on 24 Nov 2014, 20:47 last edited by
        #3

        I've updated all that was pending to update.

        I've done a Clean All, Run qmake and Build All.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 24 Nov 2014, 21:38 last edited by
          #4

          What version of Qt are you currently using ?

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

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lqsa
            wrote on 24 Nov 2014, 22:04 last edited by
            #5

            5.3.2

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lqsa
              wrote on 25 Nov 2014, 00:15 last edited by
              #6

              Another strange symptom.

              When the debugging starts, appears this message twice on "Application Output":

              can't find linker symbol for virtual table for QSplashScreen' value found QArrayData::data()' instead

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 25 Nov 2014, 00:17 last edited by
                #7

                That looks like something has not been built properly

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

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lqsa
                  wrote on 26 Nov 2014, 10:56 last edited by
                  #8

                  I've reinstalled QT and now runs.

                  Now, only appears the linker symbol error message when debugging, but runs.

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    lqsa
                    wrote on 26 Nov 2014, 11:43 last edited by
                    #9

                    My application uses the Firebird database. After installation I must to reinstall the DB driver.

                    After the installation, the linker symbol error dissapears.

                    It's very strange, because the application uses the default QSplashScreen without any connection to DB.

                    @int main(int argc, char *argv[])
                    {
                    QApplication app(argc, argv);
                    QPixmap pixmap(":/images/splash");
                    QSplashScreen splash(pixmap);
                    splash.show();
                    splash.showMessage("Loading...", Qt::AlignBottom, Qt::white);
                    app.processEvents();

                    MainWindow w;
                    w.show();
                    splash.finish(&w);
                    
                    try {
                    return app.exec();
                    }
                    catch (std::exception &e) {
                        QMessageBox::critical(0, QLatin1String(QT_TRANSLATE_NOOP("TitleError", "Error")),
                                              QLatin1String(e.what()));
                        return 0;
                    }
                    

                    }
                    @

                    I don't know what's happen and why, but, all is running again!

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 26 Nov 2014, 22:55 last edited by
                      #10

                      Gremlins ! Sometimes they're nasty…

                      Happy coding !

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

                      1 Reply Last reply
                      0

                      1/10

                      24 Nov 2014, 19:35

                      • Login

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