Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Post upgrade from 6.7.3 to 6.9.1 not able to load qml, getting error bin\release\Qt\labs\platform\labsplatformplugin.dll The specified module could not be found
Forum Updated to NodeBB v4.3 + New Features

Post upgrade from 6.7.3 to 6.9.1 not able to load qml, getting error bin\release\Qt\labs\platform\labsplatformplugin.dll The specified module could not be found

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 105 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.
  • Q Offline
    Q Offline
    QtlearnerNew
    wrote last edited by
    #1

    I recently migrated QT from 6.7.3 to 6.9.1
    Post migration, am not able to load the qml , getting the below error

    bin\release\Qt\labs\platform\labsplatformplugin.dll The specified module could not be found

    But the labsplatformplugin.dll is present in the above path.

    I checked through dependency walker and there also am getting the same error

    Loaded "\release\qt\labs\platform\LABSPLATFORMPLUGIN.DLL" at address 0x00007FFCC3310000. Successfully hooked module.

    Unloaded "\release\qt\labs\platform\LABSPLATFORMPLUGIN.DLL" at address 0x00007FFCC3310000.

    LoadLibraryW("\release\Qt\labs\platform\labsplatformplugin.dll") returned NULL. Error: The specified module could not be found (126).

    Its little urgent, pls let me know how to solve this issue.

    Please help me. Many thanks

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote last edited by
      #2

      One of the (probably new) dependencies of the labs platform plugin is missing.
      You have to use the dependency walker directly on the plugin, to see which one it is.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      1

      • Login

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