I had the "searching" issue as well on my X64.
Kept searching with high CPU. I had to reboot to exit the "search".
Solution:
- Download & Save both updates.
- Install KB301345.
- Reboot
- Install KB3037639
- Reboot.
I, too, had the "searching" issue on X32 with KB3037639 so cancelled Standalone Updater (by rebooting).
Then, I checked "Installed Updates" to make sure I had KB3013455 installed. Installed Updates took around 17 minutes to find and list all 480 updates that have been applied to my OS. I then ran Standalone Updater and waited a very similar amount of time
(16.5 min.) while it said "searching for updates". Finally, it said KB3037639 was ready to be installed, which I promptly did. It installed, and I rebooted (again).
Here's what I suspect: Standalone Updater was searching the Installed Updates records, searching for its prereq: KB3013455 and would not allow KB3037639 to be applied until the prereq was found to have been applied. Of course, KB3013455 was at the end of
the list since it was the last patch I had applied. BTW: This prereq & coreq search was a manual task that we (now retired) sysprogs did all the time on mainframe OS. (Sure wish that process had been automated back then.)
I surmise that Update History records are stored in a singly-linked list without an index (or a singly-linked multigraph) with several I/Os and compares required at each node to access the information for each patch. This would account for the long "searching"
times and I really don't think the similar access times between Standalone Updater and Installed Updates are coincidental.
Ah, but now all is right in Mölln as Till Eulenspiegel has been banished. 1) I was able to apply both patches, 2) my fonts are all displaying as expected and 3) I am now safe from the vulnerabilities that prompted all this adversity in the first place, although I have to rely on
the good folks at Microsoft for that assurance.
Many thanks to all that posted, particularly B-Hornchen und A-Hornchen, and Susan Bradly.