-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 3D App crashes without exception on Intel UHD770 #6312
Comments
@ToxicToxine Could you use ProcDump tool to collect the dump file of your process when it crashes |
Also encountering the same issue (or similar issue) and have several users reporting it as well. I reported to Intel and have a support ticket open with them, but not making a lot of progress. Intel Community Link. I'm fairly certain it's a driver issue, as there was an issue with WPF apps on 11th gen Intel as well, though this one seems to effect 12th gen. Not clear to me if this issue is a regression for 12th gen, if the above fix wasn't enough or it's a totally new issue. It seems pretty nasty overall, as 12th gen becomes more common in the wild it seems like a lot more people will run into this. The most I can see is:
If I run ProcDump, I don't actually get a dump, just get
My setup is slightly different as I have a discrete 3090 as well, so the monitor the app runs on is important. I've attached 3 videos using a demo app. The configuration is that the monitor on the left is using my NVidia Discrete GPU and the monitor on the right is using Intel Integrated. This covers the 3 different behaviors I see, and which one I get appears to be random.
|
@AsgardXIV Could you see #3817 ? |
I'm currently running 30.0.101.1631 (latest for 12th gen as of today) and the issue does occur there. It DOES work if I set |
The behavior has changed for me with either a Windows Update or an Intel Driver update. Not sure exactly when it changed, and both had updates. It no longer crashes but the rendering is corrupt/incorrect when connected to a monitor on the Intel graphics. In the attached videos: Versions |
@AsgardXIV we, in the comapany i work for, have exactly the same result. |
I got a response from Intel to say they reproduced the issue and that it's fixed in an internal driver build. No timeline on a release yet. |
Problem description:
I created a simple Testapplication using WPF 3D Media. It only Contains a Viewport3D and a simple MeshGeometry.
Evertime i execute this on my Machine (Intel I9-12900K and Intel UHD770) the program crashes without any Exception or error in the Output.
Actual behavior:
Only Crashes, no Exceptions etc.
Expected behavior:
Rendering of Window with Geometry
Minimal repro:
Win11TestApp3d.zip
The text was updated successfully, but these errors were encountered: