Fatal crash when typing ^: or startwith:

Discussion related to "Everything" 1.5 Alpha.
Post Reply
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Fatal crash when typing ^: or startwith:

Post by raccoon »

Everything crashes immediately when typing ^: or startwith: in 1338a.
$: and endwith: does not cause a crash.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Fatal crash when typing ^: or startwith:

Post by void »

Thank you for the crash report raccoon,

The issue is caused by enabling Match Path.
Everything is trying to parse the path passed to startwith:
However, none is supplied, so Everything crashes.

I'll have a fix soon.
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Fatal crash when typing ^: or startwith:

Post by raccoon »

Seems to be a recently introduced bug. Idea what caused it to rear up?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Fatal crash when typing ^: or startwith:

Post by void »

void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Fatal crash when typing ^: or startwith:

Post by void »

Everything 1.5.0.1339a fixes a crash when searching for paths starting with text.

For example:

path:startwith:c:\windows\
path:startwith:c:\prog
Post Reply