Just responded by email after running in Safe Mode it did complete all the way to restart this time. I am on Windows Professional 24H2 Build 26120.3653 Beta now.
Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
-
- Posts: 16
- Joined: Sun Nov 14, 2021 9:06 pm
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
Ah Insider preview. Probably a microsoft issue than.
I'll still check the logs tomorrow but note that this is a beta OS so things like that are to be expected.
-
- Posts: 16
- Joined: Sun Nov 14, 2021 9:06 pm
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
Yes, since the newer build works fine. What was weird was when the problem happened, it only happened in Safe Mode, didn't know people get BSOD's in Safe Mode.
Last edited by Almighty1 on Mon Mar 31, 2025 2:40 pm, edited 1 time in total.
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
Yeah as weird as it sound, safe mode can BSOD. For your logs, from what I see there is something wrong with the permission of "C:\ProgramData\Intel\" or one if the directories in it as DDU returned an access denied on the operations done in this folder.Almighty1 wrote: ↑Mon Mar 31, 2025 1:32 amYes, since the newer build works fine. What was weird was when the problem happened, it only happened in Safe Mode, didn't know people get BSO's in Safe Mode.
That permission error is not what made it crash at that moment but it could be a sign that you have other permission wrong elsewhere.
-
- Posts: 16
- Joined: Sun Nov 14, 2021 9:06 pm
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
I think the hard part is figuring out which directory under it needs to be fixed.Not even sure how to fix this one since I need to figure out exactly which drivers created each directory under it as there is:Wagnard wrote: ↑Mon Mar 31, 2025 1:32 pmYeah as weird as it sound, safe mode can BSOD. For your logs, from what I see there is something wrong with the permission of "C:\ProgramData\Intel\" or one if the directories in it as DDU returned an access denied on the operations done in this folder.
That permission error is not what made it crash at that moment but it could be a sign that you have other permission wrong elsewhere.
DAL,
DSA,
GCC,
GFXInstaller,
iCLS Client,
Installer,
IntelSGXPSW,
Logs,
PackageCache,
Uploader
since it's not as easy as deleting the entire C:\ProgramData\Intel folder but I would still need to figure out what Intel drivers created those directories.
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
The intel folder itself could be the problem too.Almighty1 wrote: ↑Mon Mar 31, 2025 2:53 pmI think the hard part is figuring out which directory under it needs to be fixed.Not even sure how to fix this one since I need to figure out exactly which drivers created each directory under it as there is:Wagnard wrote: ↑Mon Mar 31, 2025 1:32 pmYeah as weird as it sound, safe mode can BSOD. For your logs, from what I see there is something wrong with the permission of "C:\ProgramData\Intel\" or one if the directories in it as DDU returned an access denied on the operations done in this folder.
That permission error is not what made it crash at that moment but it could be a sign that you have other permission wrong elsewhere.
DAL,
DSA,
GCC,
GFXInstaller,
iCLS Client,
Installer,
IntelSGXPSW,
Logs,
PackageCache,
Uploader
since it's not as easy as deleting the entire C:\ProgramData\Intel folder but I would still need to figure out what Intel drivers created those directories.
You could try to boot into safe mode, rename the intel folder, create a new one manually, then copy the stuff that was in the old Intel folder in the new one.
If lucky, it may work. But who knows what other folders elsewhere on your system that could maybe not be configured correctly.
-
- Posts: 16
- Joined: Sun Nov 14, 2021 9:06 pm
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
That's why I said if I can figure out what created each of the above, then it's easier to basically axe the entire Intel folder and let the Intel drivers installers recreate them after a uninstall/reinstall. You are right that it's hard to figure out what is configured wrong but what user is DDU using to access the folders?Wagnard wrote: ↑Mon Mar 31, 2025 4:27 pmThe intel folder itself could be the problem too.Almighty1 wrote: ↑Mon Mar 31, 2025 2:53 pmI think the hard part is figuring out which directory under it needs to be fixed.Not even sure how to fix this one since I need to figure out exactly which drivers created each directory under it as there is:Wagnard wrote: ↑Mon Mar 31, 2025 1:32 pm
Yeah as weird as it sound, safe mode can BSOD. For your logs, from what I see there is something wrong with the permission of "C:\ProgramData\Intel\" or one if the directories in it as DDU returned an access denied on the operations done in this folder.
That permission error is not what made it crash at that moment but it could be a sign that you have other permission wrong elsewhere.
DAL,
DSA,
GCC,
GFXInstaller,
iCLS Client,
Installer,
IntelSGXPSW,
Logs,
PackageCache,
Uploader
since it's not as easy as deleting the entire C:\ProgramData\Intel folder but I would still need to figure out what Intel drivers created those directories.
You could try to boot into safe mode, rename the intel folder, create a new one manually, then copy the stuff that was in the old Intel folder in the new one.
If lucky, it may work. But who knows what other folders elsewhere on your system that could maybe not be configured correctly.
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
DDU run as administrator, but in most case it will use the "system" credentials to do it's things.Almighty1 wrote: ↑Mon Mar 31, 2025 4:36 pmThat's why I said if I can figure out what created each of the above, then it's easier to basically axe the entire Intel folder and let the Intel drivers installers recreate them after a uninstall/reinstall. You are right that it's hard to figure out what is configured wrong but what user is DDU using to access the folders?Wagnard wrote: ↑Mon Mar 31, 2025 4:27 pmThe intel folder itself could be the problem too.Almighty1 wrote: ↑Mon Mar 31, 2025 2:53 pm
I think the hard part is figuring out which directory under it needs to be fixed.Not even sure how to fix this one since I need to figure out exactly which drivers created each directory under it as there is:
DAL,
DSA,
GCC,
GFXInstaller,
iCLS Client,
Installer,
IntelSGXPSW,
Logs,
PackageCache,
Uploader
since it's not as easy as deleting the entire C:\ProgramData\Intel folder but I would still need to figure out what Intel drivers created those directories.
You could try to boot into safe mode, rename the intel folder, create a new one manually, then copy the stuff that was in the old Intel folder in the new one.
If lucky, it may work. But who knows what other folders elsewhere on your system that could maybe not be configured correctly.
-
- Posts: 16
- Joined: Sun Nov 14, 2021 9:06 pm
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
Does it basically use TrustedInstaller?Wagnard wrote: ↑Mon Mar 31, 2025 4:39 pmDDU run as administrator, but in most case it will use the "system" credentials to do it's things.Almighty1 wrote: ↑Mon Mar 31, 2025 4:36 pmThat's why I said if I can figure out what created each of the above, then it's easier to basically axe the entire Intel folder and let the Intel drivers installers recreate them after a uninstall/reinstall. You are right that it's hard to figure out what is configured wrong but what user is DDU using to access the folders?Wagnard wrote: ↑Mon Mar 31, 2025 4:27 pm
The intel folder itself could be the problem too.
You could try to boot into safe mode, rename the intel folder, create a new one manually, then copy the stuff that was in the old Intel folder in the new one.
If lucky, it may work. But who knows what other folders elsewhere on your system that could maybe not be configured correctly.
Maybe this will fix things...
https://www.elevenforum.com/t/add-reset ... -11.21237/
- Wagnard
- Site Admin
- Posts: 1836
- Joined: Sat Jul 04, 2015 5:18 pm
- Location: 127.0.0.1
- Contact:
Re: Display Driver Uninstaller (DDU) v18.1.0.0 causes GSOD in Safe Mode
No it use really "system" for *most* things.Almighty1 wrote: ↑Mon Mar 31, 2025 4:44 pmDoes it basically use TrustedInstaller?Wagnard wrote: ↑Mon Mar 31, 2025 4:39 pmDDU run as administrator, but in most case it will use the "system" credentials to do it's things.Almighty1 wrote: ↑Mon Mar 31, 2025 4:36 pm
That's why I said if I can figure out what created each of the above, then it's easier to basically axe the entire Intel folder and let the Intel drivers installers recreate them after a uninstall/reinstall. You are right that it's hard to figure out what is configured wrong but what user is DDU using to access the folders?
Maybe this will fix things...
https://www.elevenforum.com/t/add-reset ... -11.21237/