[SOLVED]1392a: how to open folders in new tabs like before?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

[SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

In version 1391a when browsing folders from Everything, they will be in new tabs (I'm using QTTabBar) in the existing explorer window.
In 1392a and without making any other changes, folders will now be opened in new explorer windows instead.
If I roll back to 1391a, folders are still opened in new tabs as before.

What is the change of behavior here and how can I open folders in new tabs like in 1931a?

Thanks in advance.
Last edited by NottMee on Tue Jun 10, 2025 8:39 pm, edited 3 times in total.
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: 1392a: how to open folders in new tabs like before?

Post by void »

A wild guess... Is QTTabBar using a dll that is not loaded from a direct path.

Please try copying your QTTabBar dlls to C:\Windows\System32
(don't replace any system dlls)
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: 1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Sat May 24, 2025 10:13 am A wild guess... Is QTTabBar using a dll that is not loaded from a direct path.

Please try copying your QTTabBar dlls to C:\Windows\System32
(don't replace any system dlls)
it worked!
crazy that you can guess the problem and solve it in minutes! thanks again!
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

Making a small note here...

Everything 1.5.0.1393a relaxes loading dlls from specific paths.

1393a will now allow dlls from system paths and user specified dll paths.

1392a would only allow dlls from system paths.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Mon May 26, 2025 9:13 am Making a small note here...

Everything 1.5.0.1393a relaxes loading dlls from specific paths.

1393a will now allow dlls from system paths and user specified dll paths.

1392a would only allow dlls from system paths.
hi void, i'm not sure if 1393a now handles dll like before, but in this version the folders are opened sometimes in new tabs, sometimes in new windows (especially after a system restart), no matter there is QTTabBar.dll in system32 or not
Last edited by NottMee on Tue Jun 03, 2025 6:28 pm, edited 1 time in total.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Mon May 26, 2025 9:13 am Making a small note here...

Everything 1.5.0.1393a relaxes loading dlls from specific paths.

1393a will now allow dlls from system paths and user specified dll paths.

1392a would only allow dlls from system paths.
hi void, 1393a now opens folder in new windows, no matter there's qttabbar.dll in system32 or not.
do you have time to help me further? otherwise I have to stay 1391a😭
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by void »

I will add a work around in the next alpha update.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Wed Jun 04, 2025 12:29 am I will add a work around in the next alpha update.
that will be cool, thanks for your time in advance
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by void »

Everything 1.5.0.1394a adds a policy to allow dlls from the current directory or program directory.



To allow dlls from the current directory:
  • From the Start menu, search for:
    regedit
  • Right click Registry Editor and click Run as administrator.
  • In the Registry Editor, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies
  • Create the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\voidtools
  • Create the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\voidtools\Everything
  • In this new key, on the right, create a new DWORD value.
  • Set the value name to:
    os_allow_dll_current_directory
  • Set the value data to:
    1
Restart Everything (Everything -> File -> Exit)



If that doesn't help, please delete the os_allow_dll_current_directory value and try the following...



To allow dlls from the program/dll directory:
  • From the Start menu, search for:
    regedit
  • Right click Registry Editor and click Run as administrator.
  • In the Registry Editor, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies
  • Create the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\voidtools
  • Create the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\voidtools\Everything
  • In this new key, on the right, create a new DWORD value.
  • Set the value name to:
    os_allow_dll_exe_directory
  • Set the value data to:
    1
Restart Everything (Everything -> File -> Exit)



Please let me know if either of these policies help.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Tue Jun 10, 2025 6:27 am Everything 1.5.0.1394a adds a policy to allow dlls from the current directory or program directory.
...
Please let me know if either of these policies help.
hello void,
os_allow_dll_exe_directory = 1 solved the problem.
now there's no QTTabBar.dll in system32 and the new folders are opened in tabs, just works like 1391a and before
thanks a lot for your work.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [BUG?]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Tue Jun 10, 2025 6:27 am Everything 1.5.0.1394a adds a policy to allow dlls from the current directory or program directory.
...
Please let me know if either of these policies help.
Hi void, I'd like to report that since 1394a the context menus will be showed sometimes as blank after a long time of running Everything, then I have to restart Everything manually.

I'm not sure if it's caused by the new version or the registry keys you've given, but this never happened before.
PixPin_2025-06-14_15-17-36.png
PixPin_2025-06-14_15-17-36.png (24.44 KiB) Viewed 2022 times
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

Thank you for the issue report NottMee,

Does the issue persist if you set both os_allow_dll_current_directory abd os_allow_dll_exe_directory ?
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Sun Jun 15, 2025 1:05 am Thank you for the issue report NottMee,

Does the issue persist if you set both os_allow_dll_current_directory abd os_allow_dll_exe_directory ?
I will try and report later, have a nice day void
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Sun Jun 15, 2025 1:05 am Thank you for the issue report NottMee,

Does the issue persist if you set both os_allow_dll_current_directory abd os_allow_dll_exe_directory ?
hi void, today the menu turns blank again, after I set both os_allow_dll_current_directory & os_allow_dll_exe_directory to 1
I'm not sure if it's because I updated to win11 24h2 early this month, how can I help further?
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

Please check if Everything is leaking handles, threads, User Objects or GDI objects:
  • In Task Manager (Ctrl + Shift + ESC), click the Details tab.
  • Right click the result list column header and click Select Columns...
  • Check Handles, Threads, User Objects and GDI objects.
  • Please monitor Everything.exe and see if usage grows over time.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Mon Jun 16, 2025 11:12 pm Please check if Everything is leaking handles, threads, User Objects or GDI objects:
  • In Task Manager (Ctrl + Shift + ESC), click the Details tab.
  • Right click the result list column header and click Select Columns...
  • Check Handles, Threads, User Objects and GDI objects.
  • Please monitor Everything.exe and see if usage grows over time.
hello void, just now the menu turned blank again, the GDI-Objects reached 9999, which is normally under 3000
how can I avoid that leak or you have to fix something?
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

There's a limit of 10000 GDI objects per process.

Is Everything using 9999 GDI objects?
Could you please upload your Help -> Troubleshooting information in a bug report.
I will fix this ASAP.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Wed Jun 18, 2025 10:09 pm There's a limit of 10000 GDI objects per process.

Is Everything using 9999 GDI objects?
Could you upload your Help -> Troubleshooting information in a bug report.
I will fix this ASAP.
Hi void, today the bug came again, gdi-objects number reached 9948. I've already successfully sent the Troubleshooting information to you on the bug report page. I hope it would help. Thanks for your work.
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

Thank you for the troubleshooting information.

Everything 1.5.0.1396a fixes an issue with a GDI leak when rendering thumbnails.

Please let me know if the issue persists with this version.
NottMee
Posts: 31
Joined: Tue Jun 27, 2023 6:43 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by NottMee »

void wrote: Fri Jun 20, 2025 4:56 am Thank you for the troubleshooting information.

Everything 1.5.0.1396a fixes an issue with a GDI leak when rendering thumbnails.

Please let me know if the issue persists with this version.
thanks for the new version, I will report if the issue persists👍
quuzuu
Posts: 1
Joined: Wed May 31, 2023 5:20 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by quuzuu »

Hi everyone, I googled my way here, not sure if it's the right thread because I don't understand 90% of the thread, but in Everything there's an option to "open path with double click in path column", are you guys saying it's now possible to make the double click open a new tab in an existing instance of Fire Explorer instead of a new Fire Explorer? Because I've always wanted that! But never knew how to enable it.
Last edited by quuzuu on Mon Jul 07, 2025 9:09 pm, edited 1 time in total.
void
Developer
Posts: 17807
Joined: Fri Oct 16, 2009 11:31 pm

Re: [SOLVED]1392a: how to open folders in new tabs like before?

Post by void »

There's no option in Everything to open folders in new Windows Explorer tabs.

Windows Explorer doesn't support this yet..

There are hacks out there which can make it work.

You will need:
  • QTTabBar
  • Everything 1.5
  • Enable the os_allow_dll_exe_directory setting (see above)
Post Reply