No sound in exe file on different PC
-
I cannot hear the sound after selecting the audio file through exe on different systems.
I can hear the sound on my PC.
I have also added audio/qtaudio_windows.dll but still not working on other PCs. -
@harish__rajora said in No sound in exe file on different PC:
I have also added audio/qtaudio_windows.dll but still not working on other PCs.
How? Did you properly use WindeployQt to make sure all needed plugins are properly installed on the right place?
-
-
My application is getting opened.
-
@harish__rajora As I said: post the output of your app which you should see in cmd...
-
@harish__rajora Sorry, it is QT_DEBUG_PLUGINS
-
Nothing.
-
@Christian-Ehrlicher What is proper use? I ran the windeploy on cmd with the path of my exe as argument.
-
@harish__rajora said in No sound in exe file on different PC:
Nothing.
There should be a lot. I did a mistake in my first post. Please do:
set QT_DEBUG_PLUGINS=1 YOUR_APP.exe
-
There isn't bro. Just my app opens up.
-
@harish__rajora Found this: https://forum.qt.io/topic/41943/platform-plugin-windows/8
Check the last post there.