Refresh MD5 column completes immediately but does nothing

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Refresh MD5 column completes immediately but does nothing

Post by crawfish »

XYplorer 28.20.0400, 64-bit version, Lifetime License Enterprise

Background: I have a custom column set I've been using for years that consists of MD5 and Full Path columns. I use it in conjunction with a saved Search, and I last used it on 2026-01-12. I can tell because I update the search date with every use so that it will find the files modified or created since the last time. I don't know for sure if that last successful use was with the 64 or 32 bit version, but I suspect it was the 32 bit based on the search date being 5 minutes before the time stamp of my xyplorer64_full_noinstall.rar file.

Problem: Once the search has finished, I right-click the MD5 column and choose Refresh Column. Well, this morning, it completes immediately without computing any hashes, and "refreshing column done" appears just below the search pane, on the right. I can click on any of the "Play" buttons in the column to compute the hash for that file, but when I Refresh Column, it erases those results and displays the "done" message.

Any ideas?

highend
Posts: 14923
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Refresh MD5 column completes immediately but does nothing

Post by highend »

Any ideas?
Post the hash column snippet?
One of my scripts helped you out? Please donate via Paypal

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

This is the contents of my hashes.txt file that defines the column set. I don't know how it works, but what it produces is two visible columns, MD5 and Full Path, in that order.

Code: Select all

Path.150,Name.378,Modified.134,Type.158,Size.106,Accessed.111,Attr.80,Ext.70,Created.135,Len.47,Label.56,Tags.53,Comment.82,Extra 1.64,Extra 2.64,Extra 3.64,Extra 4.64,Extra 5.64,Custom 1.79,Custom 2.79,Custom 3.79,Custom 4.79,Custom 5.79,+:d-10.228,+:d-14.956,Index.64

highend
Posts: 14923
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Refresh MD5 column completes immediately but does nothing

Post by highend »

I want to see the custom column setup, not the list of columns you're using...

Right-click on the "Clear" button to get the context menu!
2026-03-06_20-36-54.png
You do not have the required permissions to view the files attached to this post.
One of my scripts helped you out? Please donate via Paypal

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

Snip: CustomColumn 1
XYplorer 28.20.0400, 3/6/2026 2:08:11 PM
Action
ConfigureColumn
Caption

Type
1
Definition
hash.md5
Format
0
Trigger
2
Item Type
0
Item Filter

highend
Posts: 14923
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Refresh MD5 column completes immediately but does nothing

Post by highend »

Can't replicate (and don't get confused by the cc caption^^)...
Animation.gif
You do not have the required permissions to view the files attached to this post.
One of my scripts helped you out? Please donate via Paypal

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

I couldn't repro it either in Windows Sandbox, and weirdly, on my real system, SHA-1 worked while MD5 did not. It didn't matter if I loaded my Column Set or created a new column. I made a backup of the Data folder and copied the XYplorer.ini from the sandbox to the real system, and lo and behold, MD5 columns are working again. Any idea what to look for? The files are 112 KB and 152 KB and have thousands of differences in WinMerge.

highend
Posts: 14923
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Refresh MD5 column completes immediately but does nothing

Post by highend »

If it's working again on the real system, why bother?
One of my scripts helped you out? Please donate via Paypal

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

It's not working on the real system with the real system's XYplorer.ini, which contains customizations I don't want to have to recreate.

highend
Posts: 14923
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Refresh MD5 column completes immediately but does nothing

Post by highend »

Send the real, non–working version via pm…
One of my scripts helped you out? Please donate via Paypal

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

I figured out a workaround.

My existing Custom Column for MD5, the one that suddenly does NOT work, was defined like this under [CustomColumns]:

Code: Select all

Caption10=
Type10=1
Definition10="hash.md5"
Format10=0
Trigger10=2
ItemType10=0
ItemFilter10=""
My existing Custom Column for SHA1, which DOES still work, was defined like this under [CustomColumns]:

Code: Select all

Caption15=
Type15=1
Definition15="hash.sha1"
Format15=0
Trigger15=2
ItemType15=0
ItemFilter15=""
They look identical except for the column numbers and Definitions, so I tried swapping the "hash" types. I found that "hash.sha1" does NOT work as Definition10, while "hash.md5" DOES work as Definition15. So something is going wrong with Custom Column 10.

To get to the solution, in my hashes.txt file, I simply changed the "+:d-10.228" bit which referred to Custom Column 10, to "+:d-15.228", to make it refer to Custom Column 15, the new MD5 one. Problem averted.

There are also UI differences between the column context menus. When I right-click on the bad Column 10, I get:
Screenshot 2026-03-06 234634.png
OTOH, when I right-click on the good Column 15, I get:
Screenshot 2026-03-06 234542.png
Note the differences in the context menus. I cannot explain that.
You do not have the required permissions to view the files attached to this post.

admin
Site Admin
Posts: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Refresh MD5 column completes immediately but does nothing

Post by admin »

The first 10 CC are treated like the other "hard" columns (Name, Size, ...) in some ways, e.g. they cannot be removed but just hidden.

I'll look into your refresh issue.

admin
Site Admin
Posts: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Refresh MD5 column completes immediately but does nothing

Post by admin »

Should be fixed in next beta.

crawfish
Posts: 35
Joined: 19 Jul 2014 23:21
Location: Windows 11 Pro, scaling 100%

Re: Refresh MD5 column completes immediately but does nothing

Post by crawfish »

Thanks. I couldn't tell you how I ended up using #10. Looking at the creation dates of the folders where I save my hashes, I set this up in 2014(!)

admin
Site Admin
Posts: 66075
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Refresh MD5 column completes immediately but does nothing

Post by admin »

Was this a new bug for you? From the code POV, it didn't look new, but probably from around 2022.

Post Reply