timschneeb / GalaxyBudsClient

Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android
GNU General Public License v3.0
3.68k stars 195 forks source link

[BUG] Windows 11 app cannot connect and does not show up under privacy settings #574

Open Arimodu opened 2 days ago

Arimodu commented 2 days ago

Describe the bug
Application cannot connect to earbuds and displays the following message: image

However, it does not show up under the settings category at all and the category above that the option is greyed out: image image

To Reproduce
Fresh install and select earbuds on a windows 11 23H2 machine

Expected behavior
See the app in settings to enable or connect to earbuds

Screenshots
Uploaded above

Desktop (please complete the following information):

Additional context
Windows install is relatively fresh (device is 2 months old and I installed on a blank SSD) System is running RevisionOS Playbook.

Log files
In most cases if you have a bug, log file will be required - it is located at %localappdata%\GalaxyBudsClient\application.log App ran as administrator: application.log Standard application start: application-prev.log

Arimodu commented 1 day ago

Alright, after some more troubleshooting today I figured out that for some reason, either on windows 11 as a whole or on my specific system, this seems to always return DeniedByUser regardless of settings. https://github.com/timschneeb/GalaxyBudsClient/blob/4869167b7c82b982ee95e4c25ece870af4d79f06/GalaxyBudsClient.Platform.WindowsRT/BluetoothService.cs#L208-L216

For the time being commenting out the check for DeniedByUser fixed my issue and the app works as expected. I recompiled a version for myself and will use that for now...