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. AUDIOSES.DLL errors on MinGW, but not on MSVC

AUDIOSES.DLL errors on MinGW, but not on MSVC

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 550 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.
  • S Offline
    S Offline
    Szymon Sabat
    wrote on last edited by
    #1

    Re: Why can't I open my default audio input?

    I am getting very simillar error:

    avcore\audiocore\client\audioclient\audioclientcore.cpp(1627)\AUDIOSES.DLL!00007FF936C82D65: (caller: 00007FF936C3E570) ReturnHr(5) tid(1ef8) 887C0036 
    avcore\audiocore\client\audioclient\audioclientcore.cpp(593)\AUDIOSES.DLL!00007FF936C61D96: (caller: 00007FF936C3E940) ReturnHr(6) tid(1ef8) 80070057 The parameter is incorrect. 
    avcore\audiocore\client\audioclient\audioclientcore.cpp(1584)\AUDIOSES.DLL!00007FF936C82D65: (caller: 00007FF936C3E570) ReturnHr(8) tid(1ef8) 80070057 The parameter is incorrect.
    

    This happens at this point in my code:

    //const std::string_view mname == "sys"
    auto new_module = PyImport_ImportModule(mname.data());
    

    It's Python.h issue obviouslly (I use it within Qt app with QT_NO_KEYWORDS), so why am I asking here? Well, it happens only when I build my app (with Qt Creator) with MinGW on Windows 11... if I run my code on Linux or Windows 11 MSVC, there is no issue... but I need it on MinGW as MSVC was always problematic for me.

    OP solved his problem with permissions, but as far as I can tell, I allowed "desktop apps" to access everything, and I even turned Developer Mode on.

    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