Not able to 'Explore'

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
rshea
Posts: 1
Joined: Fri Nov 27, 2009 5:09 am

Not able to 'Explore'

Post by rshea »

Hi - I've got similar problems to a previous thread

Code: Select all

'http://forum.voidtools.com/viewtopic.php?f=5&t=552&p=1551&hilit=file+explorer#p1551'.

When I try to explore the folder of a file which Everything has found nothing happens.

I'm running 1.2.1.371 on Vista. I run as a non-administrative user but whenever I start Everything I get prompted to supply an Admin password.

Just wondered if anyone had any ideas what's going on to cause this problem ?

My .ini entry looks like this :

Code: Select all

explore_folder_path_command=$exec("%SystemRoot%\explorer.exe" /n,/e,/select,"%1")
I don't have an errolog.txt file in the install directory.

My debug info looks like this :

Code: Select all

ui_t::create()
ui_t::on_create()
ui_t::on_create(): done
ui_t::create(): done
found 26909 folders, size 196608, db search time taken: 0.000264 seconds
found 179820 files, size 786432, db search time taken: 0.001839 seconds
found 15910 folders, size 131072, db search time taken: 0.001153 seconds
found 105611 files, size 524288, db search time taken: 0.009978 seconds
found 1050 folders, size 131072, db search time taken: 0.003368 seconds
found 6809 files, size 131072, db search time taken: 0.016384 seconds
found 32 folders, size 131072, db search time taken: 0.003189 seconds
found 554 files, size 131072, db search time taken: 0.015885 seconds
found 0 folders, size 65536, db search time taken: 0.003171 seconds
found 32 files, size 131072, db search time taken: 0.015271 seconds
found 0 folders, size 65536, db search time taken: 0.003055 seconds
found 32 files, size 131072, db search time taken: 0.014926 seconds
found 0 folders, size 65536, db search time taken: 0.002998 seconds
found 32 files, size 131072, db search time taken: 0.014266 seconds
CETFolder::CETFolder
ui_t::CETFolder::AddRef 0
ParseDisplayName C:\usr\rshea\data\IMSFakefiles\IMSLOG1.txt
ui_t::CETFolder::ParseDisplayName
parsedisplayname
ui_t::CETFolder::ParseDisplayName
bind to parent
get menu
got menu 2140672
got menu 1
menu type 3
wid 0: 110
VERB open
wid 0: 111
VERB print
wid 1: 114
VERB edit
wid 2: 109
wid 3: 101
VERB edit
wid 4: 97
VERB openas
wid 5: 95
wid 6: 28
VERB PreviousVersions
wid 7: 29998
wid 8: 93
wid 9: 29997
wid 10: 25
VERB cut
wid 11: 26
VERB copy
wid 13: 17
VERB link
wid 14: 18
VERB delete
wid 15: 19
VERB rename
wid 16: 29999
wid 17: 20
VERB properties
track menu 04b10567
idCommand 30002
ui_t::CETFolder::Release 1
CETFolder::~CETFolder

therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Not able to 'Explore'

Post by therube »

whenever I start Everything I get prompted to supply an Admin password
That is normal. Everything needs Admin privileges.

If you were to try the latest alpha, does the problem persist?
When I try to explore the folder of a file
Does this happen for all folders or only certain ones?

Are you able to successfully explore the same folder with Windows Explorer?

Are you running x86 or x64?

Do you get any error message or just nothing happens?

Is your User account set up as an Administrator or Limited/Standard (or whatever Vista calls it)?
void
Developer
Posts: 16690
Joined: Fri Oct 16, 2009 11:31 pm

Re: Not able to 'Explore'

Post by void »

From what I can see "Everything" is actually executing Windows Explorer...
I am looking into why Windows Explorer closes almost immediately (might have something to do with limited privileges)

Try clearing the Explorer parameters by adding the following line to the end of your Everything.ini file:

Code: Select all

explore_folder_path_command=$exec("%SystemRoot%\explorer.exe" "%1")
carlvanwormer
Posts: 2
Joined: Fri Jul 12, 2013 11:47 pm

Re: Not able to 'Explore'

Post by carlvanwormer »

I have the same problem on my Vista 32-bit system. The system used to work, but it stopped working a while ago (no version info during the change of functionality, but running current version 1.2.1.371 now)

My debug output ends with:
idCommand 30003
ui_t::CETFolder::Release 1
CETFolder::~CETFolder

I've added the line
"explore_folder_path_command=$exec("%SystemRoot%\explorer.exe" "%1")"
to my .ini file, but it made no difference.

Is there a next step in the process for me to try?
carlvanwormer
Posts: 2
Joined: Fri Jul 12, 2013 11:47 pm

Re: Not able to 'Explore'

Post by carlvanwormer »

I uninstalled 1.2.1.371 and installed 1.3.3.658b and things started working again!
Post Reply