Kinnara / ModernWpf

Modern styles and controls for your WPF applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModernWpfUI 0.9.6 not playing well with VMware drivers

orangegrouptech opened this issue · comments

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.

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