minhe7735 / GearVR-Controller-WIndows

GearVR-Controller on windows with remap capabilities.
MIT License
25 stars 5 forks source link

Error registering for notifications: Unreachable #13

Open SmikeSix opened 1 year ago

SmikeSix commented 1 year ago

Hi im having issues with my gear vr controller. It seems to often switch between paired & connected in the bluetooth win 10 window. Log output is this, i tested with differen projects but it always fails at: var result = await notify_characteristic.WriteClientCharacteristicConfigurationDescriptorAsync(GattClientCharacteristicConfigurationDescriptorValue.Notify);

PairingRequestedHandler registered PairingRequestedHandler unregistered AlreadyPaired Connected in 1 tries We have services: 00001800-0000-1000-8000-00805f9b34fb We have services: 00001801-0000-1000-8000-00805f9b34fb We have services: 0000180f-0000-1000-8000-00805f9b34fb We have services: 0000180a-0000-1000-8000-00805f9b34fb We have services: 00001879-0000-1000-8000-00805f9b34fb We have services: 4f63756c-7573-2054-6872-65656d6f7465 Get_Characteristics(service); Error registering for notifications: Unreachable Exception thrown: 'System.Runtime.InteropServices.COMException' in System.Private.CoreLib.dll INFO: write to characteristic Operation aborted (0x80004004 (E_ABORT)) 'GearVR Controller.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.Requests.dll'.

Any Ideas?