Meaning of "Open pipe failed 2" in console

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
GSD
Posts: 32
Joined: Fri Apr 28, 2023 12:59 pm

Meaning of "Open pipe failed 2" in console

Post by GSD »

Was checking the console to debug somehing unrelated and noticed that the console always starts with:

Code: Select all

Open pipe failed 2
Everything 1.5.0.1391a (x64)
OS: Windows NT 10.0 19045 (x64)
Searched the forum and couldn't find any relevant info, so what is the meaning of the first line?

Thank you!
therube
Posts: 5188
Joined: Thu Sep 03, 2009 6:48 pm

Re: Meaning of "Open pipe failed 2" in console

Post by therube »

Do you use multiple -instances?

In Everything.ini, there a few pipes.
A peace pipe, a smoke pipe, & conduit pipes ;-).

I take it that these are the default values:

Code: Select all

ipc_pipe=1
ipc_pipe_count=8
service_pipe_name=
Do you show the same?
(And other then that ?)
GSD
Posts: 32
Joined: Fri Apr 28, 2023 12:59 pm

Re: Meaning of "Open pipe failed 2" in console

Post by GSD »

I do use multiple instances, but I get "Open pipe failed 2" even if I start Everything without an instance. I feel like I need to mention that I'm using the latest 1.5 with a "NO_ALPHA_INSTANCE" file created. Btw, i see that there's an "alpha_instance=1" in my everything.ini. Do you know if setting that to 0 in Policy.ini would achieve the same effect as having the "NO_ALPHA_INSTANCE" file present?

As for settings, I have the exact same values that you've quoted, and no other settings containing "pipe".

After a quick search I see that those "pipes" are realted to the SDK and/or service. I'm not running any plugins whatsoever, I have the service disabled and I'm not monitoring ntfs(not running as admin). What would be the proper settings to disable said pipes, as it seems to me that they are not needed?

Thank you!
therube
Posts: 5188
Joined: Thu Sep 03, 2009 6:48 pm

Re: Meaning of "Open pipe failed 2" in console

Post by therube »

I have the service disabled
I'll suspect that then is the cause.
And Console is simply not finding the "pipe" (which is needed for IPC communication with the service) & so reports as much.
Post Reply