valinet / ExplorerPatcher

This project aims to enhance the working environment on Windows
GNU General Public License v2.0
24.82k stars 1.05k forks source link

Windows 11 update crashing ExplorerPathcer #1594

Closed phpjunkie420 closed 1 year ago

phpjunkie420 commented 1 year ago

Windows 11 update KB5027303 is causing ExplorerPatcher to crash.

seansusmilch commented 1 year ago

I believe I'm running into this too. When I log in my desktop is black but I can still see my cursor, launch task manager, run tasks, etc.

Restarting explorer in task manager did not solve the problem

janseris commented 1 year ago

Got the same. Just after today's update. Black screen after log in. I had to uninstall ExplorerPatcher to be working again. If anyone is struggling how to do it, I did it the following way (as appwiz.cpl won't launch on the "black screen account"):

  1. cmd
  2. net user administrator /active:yes (this will add a new administrator account)
  3. log in on the new Administrator account and wait for it to be set up (took pretty long time)
  4. uninstall ExplorerPatcher from the Administrator account

However I cannot find the update 5027303 on my machine but rather this one: image

Will test with and without updates.

Edit: Uninstalling the update KB5027231 made ExplorerPatcher work again.

But explorer windows and Microsoft Store and random "modern" apps are crashing randomly.

pyrates999 commented 1 year ago

That's a preview update: https://blogs.windows.com/windows-insider/2023/06/20/releasing-windows-11-build-22621-1926-to-the-release-preview-channel/

Uninstall it and don't install preview updates because they do not supply symbols to download: https://github.com/valinet/ExplorerPatcher/wiki/Symbols

just4t commented 1 year ago

After upgrading to 22621.1928 (final) (aka KB5027303) symbols for that build are not being downloaded afterwards … Then, tried to force them to be downloaded by enabling 'Advanced/Enable console' but symbols install fails, too !? ► Your help to solve the issue would be very apreciated

Here the console log:

Running on Windows 11, OS Build 10.0.22621.1928.
Attempting to download symbol data; for now, the program may have limited functionality.
Setup ntdll functions done
Setup user32 functions done
Patched taskbar transparency in newer OS builds
Setup explorer functions done
Setup uxtheme functions done
Setup twinui.pcshell functions done
Setup combase functions done
Setup twinui functions done
Setup stobject functions done
Setup bthprops functions done
Setup pnidui functions done
Setup shell32 functions done
Setup explorerframe functions done
Setup windows.storage functions done
[IME] Context menu patch status: 1
Setup inputswitch functions done
Setup windowsudk.shellcommon functions done
Setup peopleband functions done
Installed hooks.
Play startup sound thread...
Signal shell ready...
Started "Signal shell ready" thread.
Open Start on monitor thread
Started "Open Start on current monitor" thread.
EP Service Window thread
Initialized taskbar centering module.
Progman: 131500
Progman hook: 984115
0 0
Started "Play startup sound" thread.
Ended "Play startup sound" thread.
Signal shell ready.
Setup sndvolsso functions done
Ended "Signal shell ready" thread.
[Updates] Starting daemon.
[Symbols] Started "Download symbols" thread.
[Symbols] Attempting to download symbols for unknown OS version 10.0.22621.1928.
[Symbols] Downloading to "C:\Users\gamx\AppData\Roaming\ExplorerPatcher\".
[Symbols] Downloading symbols for "C:\WINDOWS\system32\twinui.pcshell.dll" ("c723168734ed6540acb76138cff011d5")...
[Symbols] Reading symbols...
[Symbols] Windows 10 window switcher style is not available in this build.
[Symbols] Failure in reading symbols for "C:\WINDOWS\system32\twinui.pcshell.dll".

[SOLVED] ► Symbols has been automatically dowloaded & applied the day after: 230628-0930h

gorillale commented 1 year ago

I have make the win update, no black screen. Now on the BT Symbol right Click will give ExplorerCrash. after 3 Times a white Windows is displayed. Right Click on the START no more Work, same ExplorerCrash... Deinstall of EP and reinstall will not help (administrator user).

Now i have a big problem.

phpjunkie420 commented 1 year ago

Uninstall the update, and use the Microsoft's Show or Hide Updates Troubleshooter. This is a Microsoft tool that has been deprecated, so you won't find it on any of Microsoft's websites. Microsoft has added something new to the troubleshooter that is built into windows itself. This is the reason the tool is deprecated.

pyrates999 commented 1 year ago

Preview updates and insider builds are not supported due to symbols not being available to download for them: https://github.com/valinet/ExplorerPatcher/wiki/Symbols

https://support.microsoft.com/en-us/topic/june-27-2023-kb5027303-os-build-22621-1928-preview-1ada2c0a-fa85-43f8-91c4-6ee13fdf278b

gorillale commented 1 year ago

Hey, thankyou for tips, it works. After update Symbols all ok. regards

Asphiii commented 1 year ago

I confirm that KB5027231 is crashing the app

Steps:

  1. Alt+ctrl+delete
  2. In task manager run cmd
  3. Type: wusa /uninstall /kb:5027231
  4. After uninstalling restart the PC

Hope it helps for ya

pyrates999 commented 1 year ago

You can also try the following:

  1. uninstall explorer patcher
  2. export this registry key: "Computer\HKEY_CURRENT_USER\Software\ExplorerPatcher" and upload it to here
  3. delete the same registry key: "Computer\HKEY_CURRENT_USER\Software\ExplorerPatcher"
  4. install explorer patcher
  5. verify you get a notification that symbols have been downloaded
  6. restart windows explorer using either the task manager or in the properties window of explorer patcher
Doomsday33 commented 1 year ago

Everything is working fine for me with KB5027303. Symbols downloaded as well.