Everything 1.5a crashes when right clicking on selection

Discussion related to "Everything" 1.5 Alpha.
Post Reply
GollyGee321
Posts: 4
Joined: Wed Sep 21, 2022 11:48 pm

Everything 1.5a crashes when right clicking on selection

Post by GollyGee321 »

Hello...
I've been having regular CRASHES for some time, and more recently especially with 1.5...

I was getting them in both 1.4 and 1.5 but its 1.5a I'm having the most trouble with, and I'm not SURE but think it may be due to the properties indexing I'm taking advantage of.

At any rate, I just noticed today, that it's every time I select several files from results list, and RIGHT CLICK on them for ANY purpose, it matters NOT what my intention is, I am not able to get that far...

Everything 1.5a locks up and hangs at the moment I right-click on the group of files I've selected...

Attached are Process Exp mini-dump, debug log and another .dmp file which was auto generated by another proc monitor... (via Email)

MUCH THANKS for ANY help in diagnosing this!
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.5a crashes when right clicking on selection

Post by void »

Thank you for the crash report GollyGee321.

Could you please try reattaching your dumps/logs? -I have increase the attachment size limit to 128MB (it was 8MB).

-or-

Could you please send the dumps/logs to: support@voidtools.com


I will look into the issue.
GollyGee321
Posts: 4
Joined: Wed Sep 21, 2022 11:48 pm

Re: Everything 1.5a crashes when right clicking on selection

Post by GollyGee321 »

Sure thing... coming to ya...

Happy THXGIVNG!
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.5a crashes when right clicking on selection

Post by void »

Thank you for the crash dumps.

The dumps show Everything crashing when showing the context menu.

Code: Select all

>	arencm64.dll!0000000106c97a89()	Unknown	Non-user code. No matching binary found.
The crash could be caused by the Advanced renamer context menu item?



Please try disabling context menu shell extensions in Everything:
  • Copy and paste the following into your Everything search box:
    /context_menu_shell_extensions=0
  • Press ENTER in your Everything search box.
  • If successful, context_menu_shell_extensions=0 is shown in the status bar for a few seconds.


If this helps with stability, please try re-enabling context menu shell extensions in Everything:
  • Copy and paste the following into your Everything search box:
    /context_menu_shell_extensions=1
  • Press ENTER in your Everything search box.
  • If successful, context_menu_shell_extensions=1 is shown in the status bar for a few seconds.
Please try Nirsoft ShellExView to disable the Advanced renamer context menu item and other context menu shell extensions.
Post Reply