Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Unable to load plugins: qtaudio_windows.dll
Forum Updated to NodeBB v4.3 + New Features

Unable to load plugins: qtaudio_windows.dll

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 1.1k 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.
  • T Offline
    T Offline
    tlexy
    wrote on last edited by
    #1

    After I use windeployqt.exe to deploy my application, when I launch my application(platform:windows 10 x64), it didn't load the audio/qtaudio_windows.dll and audio/qtaudio_wasapi.dll, so my application doesn't work correctly, but application is ok, no crashed, no errors.!企业微信截图_20200302230957.png 企业微信截图_20200302230655.png . It should be load the dlls under the folder "audio", but it doesn't。But in my another application(it very simple, just show the default audio input device name, the last application also has this functionity too, but larger), it will load the dlls under the folder "audio", so it works correctly。企业微信截图_20200302232027.png 企业微信截图_20200302231931.png
    I try use the qt.conf file to configure the application, but it seems doesn't work.
    what should i do to make sure that application load all the dlls that application need?

    1 Reply Last reply
    0
    • hskoglundH Online
      hskoglundH Online
      hskoglund
      wrote on last edited by
      #2

      Hi, you could try tracing the loading of plugins, to see what the problem is, open a CMD window and type

      SET QT_DEBUG_PLUGINS=1
      

      then launch your QtGuiApplication2.exe from the same CMD window.
      To see the output of the trace, you need to download and start DebugView

      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