Describe your issue:
Debian 13 is a virtual machine in Proxmox. It uses the sriov integrated graphics card (https://github.com/strongtz/i915-sriov-dkms) directly connected to the host machine. When connecting remotely, the screen goes black and the program crashes. Using mstsc.exe, the connection works fine.
Please let me know if more details are needed.
Steps to reproduce the issue:
NETworkManager version: 2025.8.10
Windows version (like 10.0.x.x): 26100.6584
.NET version (like 6.0.x):
Screenshots
Eventlog (if application crashes)
2025-09-29 18:28:10,075 [7] INFO NETworkManager.Update.Updater - Checking for new version on GitHub...
2025-09-29 18:28:10,770 [7] INFO NETworkManager.Update.Updater - No newer version found!
2025-09-29 18:33:09,095 [1] INFO NETworkManager.App - Run background job...
2025-09-29 18:34:44,858 [1] FATAL NETworkManager.App - Unhandled exception occured!
2025-09-29 18:34:44,863 [1] FATAL NETworkManager.App - Exception raised by: System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at NETworkManager.App.Main()