-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPF not working on Intel Iris graphics card #31
Comments
Does program not starting at all? Or it just UI is not displayed? If program is able to run I suggest to change |
It doesn't start. It just gets killed. Even using RenderMode to SoftwareOnly. |
Try to disable hardware acceleration globally https://learn.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/graphics-rendering-registry-settings?view=netframeworkdesktop-4.8#disable-hardware-acceleration-option |
I did try the register to disable hardware acceleration. Doesn't work. It only works IF I do this: But I need both display monitors for my daily use... |
Maybe you could try this at code level: "... Solution in code: I have try the others suggestions from there. |
More reference from ModernFlyouts: |
VoicemeeterFancyOsd-x64-1.0.0.2 iGPU-workaround.zip |
Didn't work.... |
This version should display several dialogs windows while program initialization:
|
Hey buddy, thanks for keep trying. Program start After that, the program is killed, vanished, disapears. |
VoicemeeterFancyOsd-x64-1.0.0.2 DEBUG2.zip |
This is what I got: And it's gone. |
This is very unexpected. If there is problem with Tray Icon it will be hard to fix because it relies on 3rd party dll. |
Cool. This is what appears: and the process is over. |
The best way now is to debug the program yourself. I'm sure that something broken in "Hardcodet NotifyIcon" - the library I use to manage tray icon and it's context menu. This way at least there will be more info in Visual Studio why program is crashing and I will be able to report it to the library's developers. Another way: is to check other apps that are using same library, write hardware specs and the OS version - report bug with less useful info. |
VoicemeeterFancyOsd-x64-1.0.0.2 replaced tray lib.zip |
Sorry for late response. |
use the Arc/Iris Xe driver instead of the DCH driver. |
can't reproduce. it works fine for me out of the box. i5-1135G7 here. |
Hey @A-tG is working now with current version. Also I did what you say here: #34 (comment) |
I'll be posting here as reference and information to whom is facing issues trying to open VMFOSD Voicemeeter Fancy OSD.
It seems WPF (which VMFOSD relies on) using DirectX9 cannot run applications using new generations (11th / 12th gen) of Intel processors with Iris GPU (which does not support DX9 natively).
When you try to open VMFOSD through Intel GPU nothing happens.
Here are some usefull information about:
https://community.intel.com/t5/Graphics/3D-rendering-issue-on-12th-gen-Intel-Core-i3/m-p/1407118/highlight/true#M109118
https://community.intel.com/t5/Graphics/Graphics-failure-with-WPF-3D-content-and-Iris-XE/td-p/1415196
microsoft/D3D9On12#52
dotnet/wpf#7076
The text was updated successfully, but these errors were encountered: