bdlukaa / just_audio_windows

Audio Player
10 stars 16 forks source link

Broadcast event error: No such interface supported #27

Open lehoangbaochung opened 1 year ago

lehoangbaochung commented 1 year ago

When trying to play audio, it can't play, it crashes.

[√] Flutter (Channel stable, 3.10.5, on Microsoft Windows [Version 10.0.19045.3208], locale en-GB)

image

keyvanshajari commented 1 year ago

When trying to play audio, it can't play, it crashes.

[√] Flutter (Channel stable, 3.10.5, on Microsoft Windows [Version 10.0.19045.3208], locale en-GB)

image

I have the same problem and I can't find any solution for it. What should we do?!

bdlukaa commented 11 months ago

I will need more info for this issue. Can you debug it in Visual Studio (open the build\windows\runner\<your project name>.vcxproj file)?

lehoangbaochung commented 9 months ago

I will need more info for this issue. Can you debug it in Visual Studio (open the build\windows\runner\<your project name>.vcxproj file)?

Yes, I can but it seem doesn't auto-play in first time? image

bdlukaa commented 8 months ago

Does it only not play on the first time?

bdlukaa commented 1 month ago

I can not reproduce this issue locally on the /example app.

Can you run the app with Visual Studio and get the stacktrace from there? Thanks.