-
Hi,
Did you already check the bug report system ?
Are you using the latest beta available ?
On which platform are you getting that issue ?
-
@SGaist said in QAudioOutput seems to crash my app - Qt6 QMediaPlayer/multimedia Problems:
Did you already check the bug report system ?
Yes, but didn't find anything. I want to write a bug report but I am looking for a feedback here to see if it's a really a bug or maybe I doing something wrong
Are you using the latest beta available ?
Yes.
On which platform are you getting that issue ?
Sorry I forgot to mention that in the OP, I am on Windows 10.
-
If just creating a QAudioOutput crashes your application then there's something wrong going on.
What is the stack trace of the crash ?
-
Please use a debug build to get a proper stack trace.
-
So you might be missing Qt's debug symbols as seeing the Disassembler view is unusual in a debug build.
-
Did you install the debug symbols ?
-
You can download the debug symbols from the maintenance tool.
-
Ok... If memory serves well, another beta has been released, did you check it ?
-
I would add a complete minimal compilable example the report. This would allow more people to help fixing that issue.