Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

ModernWpfUI 0.9.6 not playing well with VMware drivers #507

Open orangegrouptech opened 2 years ago

orangegrouptech commented 2 years ago

It seems like there is a problem with ModernWpfUI 0.9.6 and VMware's SVGA 3D drivers. When enabled, the window would show a blank white screen with a broken titlebar. image All UI elements work and can be interacted with blindly. Disabling VMware SVGA 3D drivers or downgrading to 0.9.4 will fix this issue. Intended result: image This seems to happen with both Windows 11 25197 (Dev) and Windows 10 21H2 (Stable) with the latest version of VMware Tools (Version 11.3.5, build-18557794) and with multiple different projects utilising ModernWpfUI 0.9.6.

ac-rosu commented 1 year ago

Check out this one! It helped in my case. (I was running in VMware v15) If you don't have it add "DWORD" with the name "DisableHWAcceleration" and modify the value to "1"

image