Skip to content
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

File picker in regedit crashes when Tiles view is selected #3940

Open
black-ish opened this issue Nov 17, 2024 · 12 comments
Open

File picker in regedit crashes when Tiles view is selected #3940

black-ish opened this issue Nov 17, 2024 · 12 comments

Comments

@black-ish
Copy link

I noticed when I wanted to export some registry keys that Regedit crahes when I wanted to select a folder or a drive.
I narrowed it down to ExplorerPatcher, using only that in a VM and a fresh installed Windows 24H2.

  • It only crahes when using the Tiles view, interestingly enough.
  • I used the default ExplorerPatcher settings, changed nothing there.

Any way I can help to fix it?
I'm not a coder though.

@pyrates999
Copy link

pyrates999 commented Nov 17, 2024

please check in %LOCALAPPDATA%\CrashDumps for crashes that have regedit.exe in the file name. Then rename the file extension to .txt and upload it to here

@pyrates999
Copy link

Before you do that, In EP properties application, click on file explorer, untick register as shell extension and click restart file explorer in the bottom left corner.

@black-ish
Copy link
Author

Before you do that, In EP properties application, click on file explorer, untick register as shell extension and click restart file explorer in the bottom left corner.

Those are the defaults. It's already unticked when installed.

please check in %LOCALAPPDATA%\CrashDumps for crashes that have regedit.exe in the file name. Then rename the file extension to .txt and upload it to here

I tried to check but it seems it crashes hard enough that there is no way for WER to create a crashdump. So there is no crashdump. Or at least not at that location.

@pyrates999
Copy link

can you post your windows version and build? Also post your EP version that you have installed.

@black-ish
Copy link
Author

Windows versions: Win 11 24H2 LTSC 26100.1 and 26100.2314

EP versions tested: 22621.3810.66.1 - 22621.4317.67.1

@pyrates999
Copy link

pyrates999 commented Nov 18, 2024

are you running windows defender? If so, did you run the powershell scripts that are listed here: https://github.com/valinet/ExplorerPatcher/releases

You must do this before installing EP.

@black-ish
Copy link
Author

One machine does one doesn't, for the one that does, I added the exclusions, to the same result.

I added a small video from a test environment that should make it visible to what I'm experiencing.

Regedit.zip

@pyrates999
Copy link

Please upload the video directly without zipping it up. Github allows for mp4, mov, and webm files.

@black-ish
Copy link
Author

black-ish commented Nov 18, 2024

Can do.
It's H.265 encoded.

Regedit.mp4

@Amrsatrio
Copy link
Collaborator

Amrsatrio commented Nov 19, 2024

Thanks for posting the repro video, not so much people did this to help us.

Repro on 26100.1150 ARM64. This is due to the injection method EP is using, dropping "dxgi.dll", and regedit happens to be in C:\Windows so it gets loaded regardless. We'll see what we can do to fix this.

@black-ish
Copy link
Author

Thank you for checking it out :)

@Amrsatrio Amrsatrio changed the title Regedit crashes when selecting folder (24H2) Regedit crashes when selecting folder Nov 19, 2024
@Amrsatrio Amrsatrio changed the title Regedit crashes when selecting folder File picker in regedit crashes when Tiles view is selected Nov 19, 2024
@Amrsatrio
Copy link
Collaborator

Yeah added this to my agenda. Fix coming in 67.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants