Earlier today I was scanning in some tax documents and in the process my poor little Macbook froze out while scanning via a USB connection to my HP All-In-One. I've never particularly loved my all-in-one (primary complaints: no wireless connection, mediocre software1).
I had to hard reset my machine by holding down the power key and then rebooting. Then.. it hung after login. After a minute or two the system time went blank and nothing changed even after 4 or 5 minutes. So I had to hard reset again. Same deal. Then I hard reset again, and then rebooted the machine instead of logging it, then I shut down instead of logging in and powered it back up. I waited for a couple of minutes (I blame Entourage.. but this is probably not an accurate assessment) for initial apps to bootup I was able to use the machine. Except. Except. Except, one minor issue.
So. Did I get some kind of corruption? Is this the first virus that I have unwittingly downloaded in years? It is a very bewildering issue. On the desktop itself (not viewed through Finder) the filenames are all correct. The body of emails is correct in Mail.app, but the filenames uploaded and attached to an email are displayed incorrectly (I hesitate to say corrupted, but it is only the display that is corrupted, not the file itself).
I am running OS X 10.5.5 (each time I try updating to 10.5.6 it hangs eternally as far as I can tell), which I clean installed about seven months ago. Hard drive has 25 gigs of free space (only had 120 gigs to start with). My Macbook is about 2.5 years old. Any thoughts?
Oh, and I'm certainly backing up my data as I type. ;)
- At JD Hollis' suggestion I ran Disk Utility, and the disk looks ok.
- Oddly enough the problem has cleared itself up for programs I can close and relaunch, which basically means only Finder is still garbled.
- It seems that 10.5.6 is supposed to fix this issue, and that my previous 10.5.6 update downloaded by system updater was flawed in some way. Optimistically this problem will go away soon. For more detail, it seemed to be an issue with the IRIS character recognition software, HP Scanner software and OS X 10.5.5.
For example, when you upload a document you can rotate your first page to get the alignment correct, but then you can't perform any additional editing on the subsequent pages, and it doesn't remember the editing you did on the first page. Blah.↩
looks like a virus
Looks like a corrupted font cache - you can fix that by running this command in the Terminal and rebooting:
sudo atsutil databases -removeIf not, you can check for corrupted plists:
find ~/Library/Preferences/ -name \*.plist -print0 | xargs -0 plutil -lint | grep -vF ": OK"yes, definitely font cache corruption. run the terminal commands or otherwise look for the utility Font Finagler that will do that for you.
Hi, I have no idea about your text field problem, but your problem with going from 10.5.5 to .6 is something I ran into recently.
"Googling, I find that is/was a very common problem. Someone suggesting deleting the file in /Library/Updates/MacOSX... Did it. Had to download 190 some odd Megabytes. But it worked. Took a couple more reboots than I was prepared for, but this time I am now running 10.5.6."
I found your site because of the PyObjC tutorial. Have not gotten even part 2 to work for me yet, but I appreciate your work enough to have clicked on the Amazon link. Pity it no long works as I don't do PayPal.
Good luck, Roger
Thanks, that is what I ended up doing as well. I actually found the Apple notice which recommends doing so, although I would have been much more appreciative if it had been easier to locate.
Uhhhh, I think it is that despicable two-gaurd in Miami that is causing your problems. Do not worry though, Josh Smith will save you and your laptop. Do not despair!
The 10.5.5 to 10.5.6 problem is quite noted. After spending precious time waiting for the Software Update to do what it's supposed to, I found out that I had to manually donwload the Combo Update from:
http://support.apple.com/downloads/Mac_OS_X_10-5-6_Combo_Update
I suggest you do the same :)
ps: have you tried 'killall Finder' from the Terminal to see if it solves your corrupted files?
Reply to this entry