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] Trying to debug with MSVC2012 - failed to load platform plugin even though it is there
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Trying to debug with MSVC2012 - failed to load platform plugin even though it is there

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.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.
  • U Offline
    U Offline
    utcenter
    wrote on last edited by
    #1

    !http://i49.tinypic.com/2mdlbsz.png(error)!

    qwindowsd.dll is right there in the /platforms folder relative to the executable path

    Any ideas?

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

      No idea, but yours is the 3rd case in the past few days: http://qt-project.org/forums/viewthread/23705/

      Could be an issue between MSVC2012 and Qt...

      Try running your program from within CDB -- it will show you a list of DLLs that are being loaded, and it just might provide a clue.

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

      1 Reply Last reply
      0
      • U Offline
        U Offline
        utcenter
        wrote on last edited by
        #3

        I have no problem with running Qt5 applications normally with the qwindows.dll, only while debugging with the qwindowsd.dll.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Code_ReaQtor
          wrote on last edited by
          #4

          copy libEGL.dll or libEGLd.dll too!

          encountered it too: "link1":http://qt-project.org/forums/viewthread/23705/P15 "link2":http://qt-project.org/forums/viewthread/23658/

          Please visit my open-source projects at https://github.com/Code-ReaQtor.

          1 Reply Last reply
          0
          • U Offline
            U Offline
            utcenter
            wrote on last edited by
            #5

            Turned out I have forgotten libEGLd.dll, every other debug dll was there. Oddly enough, when running the release version, it complains there is no libEGL.dll, but the debug version doesn't - just crashes...

            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