-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Windows 10 Enterprise 2016 LTSB #35
Comments
Additional information: The player based on the "audioplayers" library works fine in this version of Windows. |
Can you run the app with Visual Studio and get the stacktrace from there? These info aren't really useful. |
Hello, We are getting same crash on windows 10 on some licenses. Is this resolved? any update on this? |
Hello! There are no updates yet. We have switched to the "audio_service" package so far. |
Thanks for reply. Are you using it for Windows? Plugin not showing for windows. |
I do not own a Windows 10 Enterprise 2016 LTSB device, so I can not debug this issue. Can you run the app with Visual Studio and get the stacktrace from there? Thanks. |
Which API doesn't behave as documented, and how does it misbehave?
When calling the "AudioPlayer.setAudioSource()" method with any type of source in "Windows 10 Enterprise 2016 LTSB", the application crashes without any errors intercepted by Flutter. An error message appears in the Windows Application log - see below.
At the same time, mp3-files are normally started and played on the same Windows system via Windows Media Player.
Additional information: The "media-kit" library-based player also fails when trying to play in this Windows-version.
https://github.com/media-kit/media-kit/tree/main/media_kit_test
Therefore, there is a suspicion that some component in the system is missing.
Minimal reproduction project
The example.
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
Error messages
Expected behavior
Launching the app and playing music.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
None.
Flutter SDK version
Additional context
Libs versions:
The text was updated successfully, but these errors were encountered: