-
Notifications
You must be signed in to change notification settings - Fork 19
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
Intel driver igxelpicd64.dll crash with dump #741
Comments
Unformatting the model file also crashes LPub. |
Thank you for reporting this behaviour.
I took a look at the dmp file and can say I've seen this abnormal end intermittently in development - particularly when building the lcLib (LeoCAD) module. The abend is triggered by igxelpicd64.dll which is part of the Intel UHD driver and has been reported by several graphics intensive applications to be the source of unexplained crashes - see Here or Here or Here
So I was able to reproduce this quite intermittent abend and, as indicated above. it is indeed triggered from the 3DViewer module - its parts selection module draw() event to be precise.
I have since found a workaround - disable (remove) the 'Parts' view by unchecking Parts in the tabs context menu. This behaviour should now be corrected. The autogenerated versions JSON file had a typo which I've since corrected.
I'm not able to reproduce this behaviour with a clean v2.4.7r75 install. So it is likely this abend may be related to your configuration.
Cheers, |
OK, I see. It is indeed random. I will have to try unformatting again. My LPub installations are on C:\LEGO\LPub3D...etc |
Yes. For me, the abend was quite frequent with the 'Parts' menu enabled and not at all when disabled (unchecked).
For me it does. I was able to reproduce the abend when the 'Parts' tab is enabled with v2.4.5.0, v2.4.5.26 and v2.4.5.62. Cheers, |
As suspected, the source of this behaviour was Intel's GPU driver. The bad news is I was able to trigger this behaviour on my latest DevOps build (2.4.7 r186). However, the good news is after updating to Intel's latest graphics driver for my system (09/13/2024), I was able to successfully complete the entire sample document (31134 Space Shuttle) render. It was not necessary to perform the work around of disabling the parts list. In fact, I did not even have to occlude its visibility. Here's a shot of my final render status: Cheers, |
Subject
Crash running continues page render
Environment
LPub3D_x86_64-2.4.7.75.3551_20230905
Windows 10 64b
Logs
LPub3DLog.txt
LPub3D.dmp.zip
Steps to reproduce
Open model and go through a few pages.
31134 - Space Shuttle.txt
Actual behaviour
Crash with a model file that gave no problems in previous versions.
Crash seems to be random differs from page to page where crash occurs.
Workaround
Disable (remove) the 'Parts' view by unchecking Parts in the tabs context menu.
The text was updated successfully, but these errors were encountered: