bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 845 forks source link

windows app crash #1843

Open khushAdmin opened 1 month ago

khushAdmin commented 1 month ago

Checklist

Current bug behaviour

When I run Flutter application on Windows the audio player crashes after adding the plugin. flutter version:3.22.3 audioplayer: 6.1.0

Expected behaviour

crash solve

Steps to reproduce

  1. Add plugin in my project
  2. project run then crash

Code sample

no code

Affected platforms

Windows

Platform details

windows 11

AudioPlayers Version

6.1.0

Build mode

debug, release

Audio Files/URLs/Sources

No response

Screenshots

No response

Logs

my relevant logs
Full Logs ``` my full logs or a link to a gist ``` Flutter doctor: ``` Output of: flutter doctor -v ```

Related issues / more information

No response

Working on PR

no way

tranhuudang commented 1 month ago

Please check if you use msix, if yes, upgrade msix to the lastest version might help you fix the crash. Somehow, a .dll file in msix cause the crash when we are working with audioplayers package.

khushAdmin commented 1 month ago

Please check if you use msix, if yes, upgrade msix to the lastest version might help you fix the crash. Somehow, a .dll file in msix cause the crash when we are working with audioplayers package.

No i am not using msix plugin. https://github.com/bluefireteam/audioplayers/tree/main/packages/audioplayers. I run this github code, it also crashes application.