So it seems it is picking AMD Radeon graphics GfxCardName AMD Radeon(TM) Graphics GfxCardVendor 1002 GfxFeatureLevel do you by any chance have 2 discrete cards in the machine? Or is that an integrated one with the GPU?
Would you be able to send system information from dxdiag.exe?
So I looked through the source code and it seems that for D3D11 device creation we have some rules that tries to select AMD & NVIDIA over others. This seems to be dating from a time when Intel was not in the discrete GPU market. (Note that I cannot test this locally as I don’t have a setup with AMD Radeon integrated and discrete Intel ARC B580, I did order one, so I can confirm later)
So for now, till we fix it, a good way of working around this would be to forcefully disable the (Integrated) AMD Radeon Graphics card.
Yes, therein lies the problem, because the device selection code has an issue on our end. If you disabled the integrated through device manager, it should work.