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. QMessageBox is silent in Qt 6.4.1

QMessageBox is silent in Qt 6.4.1

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

    I downloaded Qt 6.4.1 x64 msvc with the online installer and tested on Windows 11 and Windows 10 and the sound accompanying to QMessageBox doesn't get played, it's silent !

    The same code compiled with qt 5.12 x64 static runtime msvc built from source code plays the sound on both Windows 10 and 11

    I tried to play sound with QSoundEffect and it didn't play and the problem turned to be a bug in qt that was searching for "mfplat.dll.dll" instead of "mfplat.dll" so I copied that file next to the application and renamed it and QSoundEffect worked but the message box is still silent !

    oblivioncthO 1 Reply Last reply
    0
    • Y Yosof

      I downloaded Qt 6.4.1 x64 msvc with the online installer and tested on Windows 11 and Windows 10 and the sound accompanying to QMessageBox doesn't get played, it's silent !

      The same code compiled with qt 5.12 x64 static runtime msvc built from source code plays the sound on both Windows 10 and 11

      I tried to play sound with QSoundEffect and it didn't play and the problem turned to be a bug in qt that was searching for "mfplat.dll.dll" instead of "mfplat.dll" so I copied that file next to the application and renamed it and QSoundEffect worked but the message box is still silent !

      oblivioncthO Offline
      oblivioncthO Offline
      oblivioncth
      wrote on last edited by oblivioncth
      #2

      @Yosof Well it took over a year, but I also noticed this recently and tracked it down:

      https://codereview.qt-project.org/c/qt/qtbase/+/519633

      Keep an eye out for the fix in 6.5.4, 6.6.2, and 6.7.0.

      1 Reply Last reply
      2

      • Login

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