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. QTDesigner Plugin dll Unloaded Immediately after Loading
Forum Updated to NodeBB v4.3 + New Features

QTDesigner Plugin dll Unloaded Immediately after Loading

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtdesignerpluginunloaded
2 Posts 2 Posters 694 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.
  • M Offline
    M Offline
    Mommar
    wrote on last edited by
    #1

    Forgive me if this is the wrong forum, I am new here.

    I am running QTDesigner 5.12.2 on Windows 10. We've been developing our own Plugins for several years now currently using QTCreator 4.8.2. Suddenly, and only on my development machine, when a new compiled dll is installed in the \Qt\Qt5.12.2\5.12.2\msvc2015_64\plugins\designer directory I get an error in the Help->About Plugins menu "Cannot load library <path to my dll>: The specified module could not be found." And none of the Widgets we've developed are accessible to me.

    I attached a debugger and have run it through Visual Studio. Upon startup I am seeing:
    'designer.exe' (Win32): Loaded <path to my dll>. Symbols loaded.
    'designer.exe' (Win32): Unloaded <path to my dll>
    Cannot load library <path to my dll>: The specified module could not be found.
    QLibraryPrivate::loadPlugin failed on "<path to my dll>" : "Cannot load library <path to my dll>: The specified module could not be found."

    I haven't a clue why this would only happen on my machine or what to look for that could be going wrong.

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Maybe a dependency is missing so the dll can not be loaded -> use Dependency Walker to see what dependencies you're missing.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      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