Explorer crash when right-click-moving a font from C:\Windows\Fonts

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by void »

The crash is reportedly caused by the Directory Opus Explorer Hook.



To disable this Explorer Hook:
  • From the Start menu, search for: regedit
  • Right click Registry Editor and click Run as administrator.
  • In the Registry Editor, rename the following key:

    Code: Select all

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks\{3CF9ECE0-1A9F-11D2-8C73-00C06C2005DE}
    
    to:

    Code: Select all

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks\_{3CF9ECE0-1A9F-11D2-8C73-00C06C2005DE}
    
    Note the prefix of: _
hexaae
Posts: 4
Joined: Tue Jan 31, 2023 5:42 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by hexaae »

Reported this also in DOpus forum:
https://resource.dopus.com/t/dopuslib-d ... rash/42861
let's see...
LeoDavidson
Posts: 1
Joined: Tue Jan 31, 2023 7:15 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by LeoDavidson »

Opus developer here.

I have tried to reproduce the problem but did not see any problems, right-click dragging a .TTF file from the Fonts folder in Everything to the Windows desktop.

I can't think how a ShellExecute hook would get involved in a file copy or move either, unless ShellExecute or ShellExecuteEx is being used to launch the copy, which seems unusual.

Is there any more information you could give us about this? Or more detailed steps on what to do to trigger the crash?
hexaae
Posts: 4
Joined: Tue Jan 31, 2023 5:42 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by hexaae »

Have to admit that after complete uninstall, and then reinstall of DOpus Light 12.30 I can't reproduce it anymore.
Nothing changed in the system (1 day ago). What can I say: it seemed related since disabling only DOpus ShellExes I couldn't reproduce it anymore, and rehappened enabling them again... :?
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by NotNull »

I did read the thread on the Dopus forum and now I'm a little confused ...

My current understanding is that you (@hexaae) reported this to @void, who posted your solution on the Everything forum.
But that doesn't explain why it is discussed here instead of the Dopus forum.

I am missing something ( beside a braincell or two :D) ...
hexaae
Posts: 4
Joined: Tue Jan 31, 2023 5:42 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by hexaae »

I can reproduce it again (I wasn't mad :D )!
Added also a video in the DOpus thread...
hexaae
Posts: 4
Joined: Tue Jan 31, 2023 5:42 pm

Re: Explorer crash when right-click-moving a font from C:\Windows\Fonts

Post by hexaae »

Fixed with new beta v12.30.3 of DOpus! 🎉
Post Reply