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 platform plugin could not be initialized"
Forum Updated to NodeBB v4.3 + New Features

"QT platform plugin could not be initialized"

Scheduled Pinned Locked Moved Unsolved General and Desktop
11 Posts 5 Posters 11.5k Views 2 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.
  • VRoninV Offline
    VRoninV Offline
    VRonin
    wrote on last edited by
    #2

    The platform plugin is a dll (qwindows.dll). If you know the Qt version and compiler used by the application you can download the corresponding Qt package and copy the dll over. Ultimately, however, his is a problem you should report to the provider of the commercial app

    "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
    ~Napoleon Bonaparte

    On a crusade to banish setIndexWidget() from the holy land of Qt

    R 1 Reply Last reply
    3
    • VRoninV VRonin

      The platform plugin is a dll (qwindows.dll). If you know the Qt version and compiler used by the application you can download the corresponding Qt package and copy the dll over. Ultimately, however, his is a problem you should report to the provider of the commercial app

      R Offline
      R Offline
      rpforbes
      wrote on last edited by
      #3

      Thanks, @VRonin. Any suggestions on how to get the software company to care? ;-)

      VRoninV 1 Reply Last reply
      0
      • R rpforbes

        Thanks, @VRonin. Any suggestions on how to get the software company to care? ;-)

        VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #4

        @rpforbes said in "QT platform plugin could not be initialized":

        Thanks, @VRonin. Any suggestions on how to get the software company to care? ;-)

        You paid for it right?! ask for either a fix or a refund!

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        R 1 Reply Last reply
        2
        • VRoninV VRonin

          @rpforbes said in "QT platform plugin could not be initialized":

          Thanks, @VRonin. Any suggestions on how to get the software company to care? ;-)

          You paid for it right?! ask for either a fix or a refund!

          R Offline
          R Offline
          rpforbes
          wrote on last edited by
          #5

          @VRonin Sadly, a refund won't even cover a quarter of the time I've already expended. My gold-plated service agreement that I got when I purchased my machine direct from the Microsoft Store is not all that useful right now since they have closed all their outlets for the duration of the Current Unpleasantness.
          (Query: If Apple Stores have Geniuses, what do Microsoft Stores have?)
          You do good work on this forum, btw.

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #6

            This sounds similar to the issue encountered at https://forum.qt.io/topic/90293/could-not-find-or-load-the-qt-platform-plugin-windows-in

            I'm guessing that the commercial software modified some global environment variables which breaks other Qt-based programs on your PC. (We know that the OneDrive client is Qt-based: https://forum.qt.io/topic/87898/microsoft-onedrive-sync-uses-qt-and-is-hiring-seattle-usa )

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            R 1 Reply Last reply
            3
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #7

              Hi
              Just as a note.
              If its a commercial program,. did you check if it made a recovery point?

              Also, did you try reinstalling one drive ?
              https://answers.microsoft.com/en-us/windows/forum/windows_10-files/reinstall-onedrive/886b52a3-1944-4d86-a6c1-e940cd5a1b5f

              R 1 Reply Last reply
              0
              • JKSHJ JKSH

                This sounds similar to the issue encountered at https://forum.qt.io/topic/90293/could-not-find-or-load-the-qt-platform-plugin-windows-in

                I'm guessing that the commercial software modified some global environment variables which breaks other Qt-based programs on your PC. (We know that the OneDrive client is Qt-based: https://forum.qt.io/topic/87898/microsoft-onedrive-sync-uses-qt-and-is-hiring-seattle-usa )

                R Offline
                R Offline
                rpforbes
                wrote on last edited by
                #8

                @JKSH I think that's exactly what happened.

                1 Reply Last reply
                0
                • mrjjM mrjj

                  Hi
                  Just as a note.
                  If its a commercial program,. did you check if it made a recovery point?

                  Also, did you try reinstalling one drive ?
                  https://answers.microsoft.com/en-us/windows/forum/windows_10-files/reinstall-onedrive/886b52a3-1944-4d86-a6c1-e940cd5a1b5f

                  R Offline
                  R Offline
                  rpforbes
                  wrote on last edited by
                  #9

                  @mrjj, I did check; sadly no recovery point. Man, was I disappointed.
                  Reinstalled OneDrive, but access to all the Windows features (Windows key+anything, search, settings (the shell comes up, but none of the topics do) are still not working.

                  mrjjM 1 Reply Last reply
                  0
                  • hskoglundH Offline
                    hskoglundH Offline
                    hskoglund
                    wrote on last edited by
                    #10

                    When you’re up a creek without a paddle this way in Windows 10,, one thing you could try is to create another user, log out and login as that new user.

                    1 Reply Last reply
                    2
                    • R rpforbes

                      @mrjj, I did check; sadly no recovery point. Man, was I disappointed.
                      Reinstalled OneDrive, but access to all the Windows features (Windows key+anything, search, settings (the shell comes up, but none of the topics do) are still not working.

                      mrjjM Offline
                      mrjjM Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on last edited by mrjj
                      #11

                      @rpforbes

                      Hi
                      Its a bit odd that search and such was also affected since its its not made in Qt so
                      it should not have happened.
                      Disk recovery tools rarely write to the registry however they
                      do fiddle with the file system.

                      I was wondering if you did run a full disk scan ?

                      chkdsk C: /f /r /x
                      

                      (from admin command prompt. ask to do during boot)

                      and also a

                      sfc /scannow
                      
                      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