I was prompted to upgrade Everything and on one machine got an odd message:
(which is a little odd as my system has 128GB of RAM)
but the app still seems to run fine so I've just ignored it.
The reason for this post is that on both machines (the one that threw the error and the other one that didn't) I get the same pop-up window appear at Start-Up (after windows boots):
Sometimes it's completely blank, sometimes there's a little bit of text that says ".\src\"
Pressing the button makes the text 'OK' appear on the button, and it closes the window. App still seems to run fine.
A bit of a minor inconvenience, not a hige problem, but thought you might like to know.
I'm on a Windows 10 PC. Let me know if you need any further system info.
Odd little pop-up window at start-up since recent update
-
- Posts: 7
- Joined: Thu Feb 02, 2023 11:31 am
Odd little pop-up window at start-up since recent update
- Attachments
-
- everything_window.png (14.44 KiB) Viewed 2576 times
-
- everything_update_error.png (3.93 KiB) Viewed 2576 times
Re: Odd little pop-up window at start-up since recent update
Are you running the 32-bit version of Everything perhaps?
32-bit applications are typically limited to 2 GB memory.
32-bit applications are typically limited to 2 GB memory.
-
- Posts: 7
- Joined: Thu Feb 02, 2023 11:31 am
Re: Odd little pop-up window at start-up since recent update
No, it's Version 1.4.1.1022 (x64)
Re: Odd little pop-up window at start-up since recent update
Your database might have gotten corrupt.
To delete the current database (Everything will build a new one automatically when started):
To delete the current database (Everything will build a new one automatically when started):
- Exit Everything completely (right cklick the Everything system tray icon and click Exit)
- In Explorer's address bar, type or paste the following and press ENTER:
Code: Select all
%localappdata%\Everything
- Delete or rename Everything.db
If there was no Everything.db in the "%localappdata%\Everything" folder, delete/rename it in the program folder. - Start Everything.
(might take a little while before indexing is complete. Be patient
Re: Odd little pop-up window at start-up since recent update
Your screenshot shows the x86 version of Everything.00010000
Please backup your Everything settings:
- Exit Everything (File -> Exit)
- In Windows Explorer, type in the following address and press ENTER:
%APPDATA%\Everything - backup this folder.
Install the x64 version of Everything.
To restore your Everything settings:
- Exit Everything (File -> Exit)
- In Windows Explorer, type in the following address and press ENTER:
%APPDATA%\Everything - restore this folder from your backup.
-
- Posts: 7
- Joined: Thu Feb 02, 2023 11:31 am
Re: Odd little pop-up window at start-up since recent update
Thank you both.
Yes, I must have stupidly installed the x86 version when doing the update. Well spotted!
After uninstalling (both versions!), reinstalling and recreating the database everything's back to normal.
As is often the case... user error!
Yes, I must have stupidly installed the x86 version when doing the update. Well spotted!
After uninstalling (both versions!), reinstalling and recreating the database everything's back to normal.
As is often the case... user error!
Re: Odd little pop-up window at start-up since recent update
What tells you it's x86 rather then x64 ?
Re: Odd little pop-up window at start-up since recent update
In general or @baroquedub specifically?
Re: Odd little pop-up window at start-up since recent update
@void
Your screenshot shows the x86 version of Everything.
Re: Odd little pop-up window at start-up since recent update
The number: 00010000What tells you it's x86 rather then x64 ?
This is the size of memory Everything tried to allocate in hexidecimal. (65536 bytes)
This size is 32bits for x86 (8 hex characters)
For x64, this size would be 64bits (16 hex characters).
For example: 0000000000010000
A little more about memory allocation in Everything:
Everything does handle most large allocation failures. (anything larger than 65536)
However, Everything will die if it is unable to allocate 65536 or less bytes of RAM.