Windows Version
Windows 11 Home 25H2 (26200.8246)
Service Installation Method
GitHub
SDK version, if appropriate
1.0.17-rc.4.25
Location
Application using Windows MIDI Services SDK (MIDI 2.0)
Type of bug
Application Crash
Steps to reproduce
Just execute this code:
winrt::hstring uniqueId = winrt::to_hstring(winrt::Windows::Foundation::GuidHelper::CreateNewGuid());
auto exists = basicLoopback::MidiBasicLoopbackEndpointManager::DoesLoopbackExist(uniqueId);
DoesLoopbackExist throws an exception:
winrt::hresult_error at memory location 0x000000CFBEAFE6F0.
Expected behavior
exists either true or false
Additional notes
No response
Windows Version
Windows 11 Home 25H2 (26200.8246)
Service Installation Method
GitHub
SDK version, if appropriate
1.0.17-rc.4.25
Location
Application using Windows MIDI Services SDK (MIDI 2.0)
Type of bug
Application Crash
Steps to reproduce
Just execute this code:
winrt::hstring uniqueId = winrt::to_hstring(winrt::Windows::Foundation::GuidHelper::CreateNewGuid()); auto exists = basicLoopback::MidiBasicLoopbackEndpointManager::DoesLoopbackExist(uniqueId);DoesLoopbackExistthrows an exception:Expected behavior
existseithertrueorfalseAdditional notes
No response