Problems with "Mac Help"

My help files, especially "Mac Help", no longer work properly since upgrading to Tiger. If I open "Mac Help", for example, the help window will pop up, but the links will not work (nothing happens when I click on them) and the search feature in help will not work either (the little gray "clock" just spins next to the help bar and nothing else ever happens). Any suggestions on this one? As I'm a relatively recent Mac convert, the help feature was something that I came to rely on. Thanks!

Hi CP,
This is a common problem with Mac Help. When it happens, try first (quit Help) deleting this folder:
Home/Library/Caches/com.apple.helpui
If Help still doesn't work, try then deleting those files:
Home/Library/Preferences/com.apple.helpviewer.plist
Home/Library/Preferences/com.apple.help.plist
(and this one if you find it):
Home/Library/Preferences/com.apple.helpui.plist
See also this KB article for more info
- Mac OS X 10.2, 10.3: Mac Help Viewer unexpectedly quits
and this excellent X Lab FAQ
- Troubleshooting Help Viewer
It seems (not sure about that), that Help caches get easily corrupted when interrupting searches instead of patiently waiting for its internet accessings etc?
Good luck!
Axl

Similar Messages

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

  • AD account Login problem with MAC 10.6.8

    Hi All,
    We have around 50 odd MAC that are connected to windows server 2008 R2. the user were logining in to these MACs using their AD account. Recently few of the random MAC did not allow the user to login using their AD account.When analyzed though the MAC shows that it has connected to the Domain and the server is active with green button it has unbind itself from the server.I had to login in as local user bind the MAC back to get this resolved.
    Now the same has started happeneing for most of the MAC that we have and every morning I have login as local Admin and unbind / bind the MAC with the server. this gets reset once the user reboots or shutsdown.
    Have tried with few of the below solution but nothing helped:
    Solution 1:
    <key>mdns_timeout</key>
    <integer>2</integer>
    The integer value is in seconds; changing it to at least 5 should allow the Mac OS X client to reconnect to the Active Directory domain after a network interruption. In some configurations, a larger timeout value may be required.
    You can change this value by using the sudo command and a text editor to edit the preference file directly. Or you can use the Terminal command below, making sure to enter it all on a single line:
    sudo /usr/libexec/PlistBuddy -c 'Set :mdns_timeout 5' /System/Library/SystemConfiguration/IPMonitor.bundle/Contents/Info.plist
    Solution 2:
    I have seen all of the probable solutions and tried everything and still I am getting issues with 10.6.6 and after rebooting the Mac gets unbind. Or the Mac gets Network Accounts Available even when not accessing the list of users from AD. But the thing that I have done that has solved all my issues with AD on the Macs is to uncheck the box to search on all domains. For some reason I am seeing that when the Macs have this option checked, it searches through out the forest on the same domain controller more than once, so AD stops the handshaking of the authentication.
    I hope this helps like it did on our Network, since then I have not seen the Macs lose the binding or slow SMB.
    If you've tried this please let us know.
    TIP: Uncheck Allow Authentication from any domain for Mac AD problems
    Wednesday, April 20, 2011
    Steven Wells sent a fix and an explanation of problems with Macs losing their binding to Active Diretory:
    Unchecking "Allow authentication from any domain in the forest" is working at our college. We have been beating our heads on this for about 2 terms, with no understanding of why it works in some places and not in others. When we found this working, our IT guy said that the Security SID is being duplicated, when it looks in other domain forest, and that is what is causing the problem. This is the first time I have found an explanation for the problem.
    If you've tried this approach please let us know.
    Solution 3:
    Solved it. Create a file in Textedit with the name 'auto_master' (no file extension) with the following contents:
    # Automounter master map
    +auto_master # Use directory service
    /net -hosts -nobrowse,hidefromfinder,nosuid
    /home auto_home -nobrowse,hidefromfinder
    #/Network/Servers -fstab
    /- -static
    Place this in /etc/ folder
    Hope this helps
    solution 4:
    TIP: a Kerberos fix for OS X 10.5 and 10.6 binding to Active directory
    Friday, November 11, 2011
    Mehdi Mafi forwarded a fix he found for problems with Leopard and Snow Leopard binding to Active Directory:
    This was taken from Dane Riley's imaging building for DeployStudio.
    With Mac OS X Leopard every Mac is now running a KDC (Kerberos Distribution Center). Basically each imaged machine is using the same security certificate and hash. Deploying a single image will deploy the same KDC to every system. This [Apple] article covers how to reset the local KDC so that each system is unique. Basically, do the following:
    Launch Keychain Access
    Search for com.apple.kerberos.kdc and delete all 3 items
    Using Terminal type sudo rm -fr /var/db/krb5kdc
    After deployment, perhaps using Apple Remote Desktop to all systems, re- establish the KDC by typing sudo /usr/libexec/configureLocalKDC
    If you've tried this approach with Mac OS X 10.5, 10.6, or even Lion, please let us know. .
    TIP: More on a kerberos fix for AD binding problems
    Monday, November 14, 2011
    Mehdi Mafi updated his Friday report about Mac OS X 10.6 problems binding to Active Directory:
    You may want to add this. If the Mac keeps unbinding from AD (people can't log in to a Mac), here is how to fix it:
    Unbind it from Domain
    Launch Keychain Access
    Search for com.apple.kerberos.kdc and delete all 3 items
    Using Terminal type sudo rm -fr /var/db/krb5kdc
    Re-establish the KDC by typing sudo /usr/libexec/configureLocalKDC
    Bind it to domain again ( When you bind, uncheck allow authentication from any domain in the forest in: Directory Utilitiy-> Advanced Options\Administrative ) this fix the issue that sometimes it can' find AD under search space.
    If you tried this please let us know.
    Solution 5:
    For Snow Leopard AD login issues, use upper case domain
    Solution 6: for .local
    To create this StartupItem, create the following directory as root:
    /Library/StartupItems/FixADAuth
    Then chown it to root:wheel and chmod it to 755. These must also be the owner/permissions on the two files it will contain, below:
    Contents of our /Library/StartupItems/FixADAuth/FixADAuth:
    #!/bin/bash
    . /etc/rc.common
    date > /var/log/FixADAuth.log
    n=0
    AuthSuccess=0
    while [ $AuthSuccess != 1 ]
    do
    id Administrator && AuthSuccess=1 || networksetup -setsearchdomains Ethernet "Empty"; networksetup -setsearchdomains Ethernet middlewich.local; n=$(($n+1))
    done
    echo Authentication successful: $AuthSuccess >> /var/log/FixADAuth.log echo Operation count: $n >> /var/log/FixADAuth.log
    date >> /var/log/FixADAuth.log
    Contents of our /Library/StartupItems/FixADAuth/StartupParameters.plist:
    Description = "Fixes Active Directory authentication issue";
    Uses = ("Disks");
    Obviously you'll need to change "middlewich.local" to your own domain name (and the network interface name if your connection is wireless). The script checks to see if it can see the user "Administrator" on the domain, as he's a fairly common bloke, but if you've renamed yours for security reasons then pick another one. I've also included some logging functionality for debug purposes, so you can verify how well the script is working if you need to and time it in your environment before telling the users how long to wait. The /var/log/FixADAuth.log file will contain the date/time the process started, the success variable set to 1 (just to verify), how many DNS operations were required to fix the problem, and the date/time it ended. For us the time difference is normally about +30-40 seconds with around 120-180 operations taking place. Once you're happy with the script, you can strip it down to its bare functionality if you like, like so for us:
    #!/bin/bash
    . /etc/rc.common
    AuthSuccess=0
    while [ $AuthSuccess != 1 ]
    do
    id Administrator && AuthSuccess=1 || networksetup -setsearchdomains Ethernet "Empty"; networksetup -setsearchdomains Ethernet middlewich.local
    done
    I hope this helps someone!
    Regards

    You are welcome.
    But the question is 10.6 mac  just like 10.6.8  , as long  as its the same and works.
    Yes. You can save some updates by using the combo update.
    10.6.8 Combo Updater

  • I can't delete my bt emails or move them to folders, other emails from tiscali no problem with, anyone help please

    I can't delete my bt emails or move them to folders, other emails from tiscali no problem with, anyone help please

    I did that and it is currently whirring away, had over 16000 emails as everything got imported when I set emails up (only had this computer 5 days). So will see what happens when it stops doing whatever it is doing. Sorry if I appear stupid but first Mac I have owned so everything a bit new. Have managed to get most things working correctly just can't sort this BT email problem out. Will report back later!

  • Thawte Personal Email Cert - Problem with Mac Mail

    Hi, I have requested a free cert from Thawte and there seems to be a problem with Mac Mail (using 2.0.7).
    I am using Entourage to send a signed message from [email protected] to [email protected]
    If I check mail for [email protected]
    Mac Mail reports "There was a problem reading the digital signature for this message"
    If I check the same account with Thunderbird, everything works fine.
    Anyone else having or had problems?
    -chris

    Hi,
    Thanks for the responses. I requested another cert and that did not help. Here is the process I used after requesting another cert.
    1. Logged into www.thawte.com and requested a new cert.
    2. Using Firefox, retrieved the cert.
    3. In Firefox, backed up the cert to a pkcs12 file.
    4. Opened Keychain and deleted the first cert.
    5. Imported the pkcs12 backup file. Imported fine.
    6. Open Entourage, under tools, accounts, exchange profile, security, selected the cert Thawte Freemail Member.
    7. Checked all 3 options (sign, include cert, clear test signed.
    8. Created a test message from Entourage to .mac account address.
    9. Checked mail with Mac Mail and signature fails.
    10. Check with 1.02 Thunderbird and it comes back with valid digital signature.
    Next, I sent a test email to my Exchange account from Entourage and that message verifies fine. It just seems to not work when I check my email with Mac Mail.
    Thanks!
    -chris

  • Hello  I have a problem with Mac Pro, iPhoto does not want to stay open and close as I can figure this out?  thanks

    Hello  I have a problem with Mac Pro, iPhoto does not want to stay open and close as I can figure this out?  thanks

    Refer below link once
    App doesn’t open | Progress wheel spins continually

  • Email Problem with Mac

    Hi, I am new to FIOS so I hope this is the proper board to post in.  I set up 2 subaccounts for verizon.net email and configured them for my Mac Mail program. Everything worked well for about 2 days, and all of a sudden the Mail program keeps asking for my password (even though it was saved in my Mail settings) and says the the incoming mail server is offline.  I've Googled this issue and see that others have posted about the same authentication error. Has anyone else here experienced - and solved - this problem? Thanks. 

    I am having the same problems with Mac eMail.  I have two Macs, one that is running Lion and the other is running Snow Leopard.  I have spent days on the phone with Apple and Verizon and they are blaming each other and neither have a solution.  Have you been able to get a response?  It looks like this is something that happens from time to time but never really gets fixed.
    Please let me know if there has been a fix since the Mac Mail update in July?  With the Union Issues Verizon doesn't have enough people to address the issues both in person ( I had a tech come to the house and he didn't know anything about software ) or on the phone.  They keep kicking it back to Apple.  I also have a couple iPhones and both are working fine. So this seems to be OS X specific.  I've had Macs and iPhones for 3 years or more. 
    Just makes me think something was done to the mail servers they didn't get correct.

  • Problem with Mac Office Password Protection

    I'm running Mac OS X 10.7.5 with MS Word for Mac 12.3.5 and MS Excel for Mac 12.3.5. 
    I created a Word (.docx) and an Excel (.xlsx) document on my Mac at home, both with password protection.  I uploaded the documents onto Google Drive.  I was able to open the documents a few times with the password on my Mac at home, and on my PC at work.  However, now upon opening the docs, Word and Excel say the password is incorrect (both home MAC and work PC). 
    I know I'm entering the correct password. I'm 100% positive. I was able to open the docs a few times previously just a day before.  Now they're completely inaccessible. My questions are:
    (1) Is this a common problem with Mac for Word/Excel docs?  
    (2) Are there ways to recover the password (a dictionary based brute force solution is unlikely to work, as I use non-word passwords with numbers)?
    (3) If this is a common problem, are there other alternatives to password protecting or encrypting Mac for Word and Excel docs that don't cause problems?
    Any feedback is greatly appreciated.  Thanks. 

    Could just be thats the way it runs on Rosetta. I called in apple to ask if I could return office '04 because I didn't want to take the chance, they were more than eager to return it for me because of the fact it would be slow/maybe have problems running in Rosetta.
    I just got iWorks instead till the universal version of office comes out (which if you buy office '04 you'll have to buy the new universal version as well, or so the rep told me).

  • ITunes has stopped working.  Problem with iTunes Helper Module

    After i installed the 7.3.1 iTUNES update for my windows VISTA, i keep getting iTunes has stopped working, and a message saying there is a problem with iTunes Helper Module.. I've tried to re-install and everything.. Can anyone help me out?

    here you go
    Problem signature
    Problem Event Name: APPCRASH
    Application Name: iTunesHelper.exe
    Application Version: 7.3.1.3
    Application Timestamp: 468d67e8
    Fault Module Name: QuickTimeStreamingAuthoring.qtx
    Fault Module Version: 7.2.0.240
    Fault Module Timestamp: 4684a83a
    Exception Code: c0000005
    Exception Offset: 00016c09
    OS Version: 6.0.6000.2.0.0.768.3
    Locale ID: 1033
    Additional Information 1: 18fe
    Additional Information 2: f42ba5cd8b2ed31f18b99a5ea46137af
    Additional Information 3: 4735
    Additional Information 4: ae0a749503b699b3b75d581a3dbfd557
    Extra information about the problem
    Bucket ID: 466198587

  • Problem with Adobe Help Online

    Dear sir,
    Hi, My name is Palm.
    I have a problem with Adobe Help. Every time I use the function "Leyer Style" >> "Gradient Overlay".
    Adobe Help Online is often displayed without my pressing or click anything.
    It was a problem with my work.
    I have to restart the program. To work again.
    Thanks for the help.

    Thank you.
    It's excellent for this solution.
    I have solved the problem as suggested.
    Now the problem is still not found but I will monitor this issue further.

  • Linksys Connect CD/Downloadable Software compatibility problem with Mac OSX 10.4.11

    I purchased a Linksys E1200 and I am running Mac OSX 10.4.11. As I have a G4 eMac, I cannot run a higher operating software. The CD that came with the E1200 will not launch the Linksys Connect software, as it is not compatible with Mac OSX 10.4.11. When I download Linksys Connect software from the support section of the Linksys site (version 1 or 2), same problem. I have read that I can use the E1200 with Mac OSX 10.4.11, but how? Getting very frustrated and would appreciate any practical advice/help. Thanks!
    Solved!
    Go to Solution.

    Hi bassist71,
    You may actually do the setup manually. It's done by accessing the setup page of the route through 192.168.1.1 and configuring the settings according to your Internet connection type. If you have a Cable connection, you may check this link, http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=0ff4c94586a345d082828ec2161aaecf_3686.xml&pid=80&r... If you have a DSL connection, check this out,  http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=9017a6f6bece444dbb4a0746eb87682a_2210.xml&pid=80&r...

  • Wireless printing - problem with MAC integration

    Hi everybody.
    Just bought a Macbook pro and cannot get it to recognize my printer.
    Devices within network:
    - Belkin WLAN Router
    - HP Laserjet CM1312 multifunctional printer - with HP 2101nw wireless G (printing and even scanning works fine wireless!)
    - Acer Notebook with XP Home (used to set up the 2101 wireless)
    - Acer Netbook with XP Home (added later to network, no problem with printing, setup took 5 min)
    Antivirus software: Avira Premium Security Suite on both XP's
    WPA-PSK encryption, no mac filtering.
    The Macbook can access internet, but nothing happens when I try to print. I wanted to stop the hassle that Windows is causing occasionally. Frustrating experience with the Mac so far.
    Can anybody help?
    This question was solved.
    View Solution.

    I have removed the printer, and added again - a couple of times. I was not sure what protocol to chose (LPD, IPP, Socket). 
    I took your advice and tried, but with the right click (ctrl pressed), nothing happens. The normal window for the print queue opens, and I cannot select anything like "Reset Printing System".
    This does not work either, no Printer with "Bonjour" is offered for selection: 
    "Select the plus sign to re-add it. Look for the printer with Bonjour next to it, select it and wait until the "Add" button becomes available. Click it."
    When I select the plus sign, I can only make settings in the "IP" area. Standard, Fax and Windows have nothing to select or to put in. "IP" offers Protocol to select and Address to fill in. I put in 192.168.2.6 and tried the different protocols. "Print with" offers generic PostScript printer, Generic PCL Laser printer, "other" and printer software - thats where I selected the driver for the cm1312
    Can you tell what I did wrong? Thanks for trying

  • Printing/creating PDF problems with Mac OS 10.6.4 and word v.X

    In my job at university I use Word 2003 (version 10) in my new iMac. Since I updated to MacOS 10.6.4 I have problems with the printing menu. That means that I can not print or convert to PDF or even generate a preview. When trying to print or obtain a preview, word freezes and I have to force quit. When trying to generate a pdf file it does, but the generated file is unreadable (it says is damaged) and word freezes again. I have played with the preferences, change user and it didn't help. I checked the Font Book and indeed they were many duplicated fonts. I sorted them out, but the problem persists. With very short files it works, but with longer ones word invariably crashes when trying to print or make a pdf. I took one long .doc file and I copied into my laptop (MacBook pro, 2008) that was running 10.6.3. I printed it and converted to pdf; no problems at all. Then, for the sake of knowledge, I updated the system to 10.4.6 and then I couldn't print or create a pdf with the very same file, so it seems that certainly the update is reponsible. So now I know cause but I can not print from any of my computers. To me convert to pdf is an important functionality so I would appreciate any help. I have some ideas: reinstall Office 2003? reinstall 10.6 from the disk (and not update)? use Time Machine to restore the system as it was before the update?
    I didn't detect problems in Office 2004, or any other programs in my macs. Unfortunately, I need Office 2003 for compatibility with some other software. Thanks in advance!

    I updated my MBP to 10.6.4 last night and today I was printing fine from Word 2008 (v12.2.5). I haven't used Office vX since Tiger so I cannot comment on its stability with the latest update. But I suggest that if you haven't done so already, try opening Disk Utility and running Repair Disk Permissions on the 10.6.4 partition. Once this has completed I also suggest that you reset the printing system, restart your Mac and then add your printer queues again.
    *How to Reset the Printing System*
    1. Open System Preferences > Print & Fax
    2. Move your mouse over the Printers list
    3. Hold down the Control button and click the mouse (or right click if supported).
    4. Click "Reset printing system ..."
    5. Restart your Mac

  • Problem with Adobe Help in Creative Cloud

    I'm using Mac OSX 10.9 but this problem has been here before that.
    My Adobe Help application says "No Adobe Products are currently installed." which is completely wrong. If I look at the "Local Content tab there is nothing displayed. I did have the "Display Local Help Content only" set to "yes, because it annoyed me to be taken to SLOW website whenever I clicked help. But now I have no other options and it seems to have mucked uo the help system altogether. I have changed it to "No" now so that it will display online content, but the real problem is that it does not recognise ANY of the installed CC applications.
    Any clues as to what the problem is or how I can make Adobe Help recognise my installed applications? Adobe Help has SUCKED BADLY for local help content for a long now.

    i too have issues with the help the tech sopport for Adobe. When i last tried to call i was told it would be a hour wait. Using the online chat was useless as well. Then to top things off my code for the ID theft monitering servies is not valid. Now i have to call and deal with that, there is another half a day wasted. I think its time to hack the software, YES adobe i have the .DLL files needed to have creative cloud or windows 7. Unless i get better help im going to cancle my subscription and just intall the hacks so the software still works. who needs support they are useless anyway.

Maybe you are looking for

  • How to upgrade web app to J2EE compliant, EJB, etc.

    I support an application that was designed and created before the EJB 2.0 spec came out. It was built by a regional consulting company, who used their own application framework instead of EJB stuff. Their framework mainly consists of classes to handl

  • Java Applet - slow response over WAN and fast on LAN

    Hi All, Using Tomcat we have a Java applet that runs very slow over the Internet but just the opposite on the LAN (fast). On our website we have a link that we click which initializes the application. it is very slow but if the same link is clicked o

  • Help regarding socket and postgresql

    hi, i found this error while im generating a report for my system, "Aging of Accounts Receivables" hope someone might give me a hint to what should i do. here's my StackTrace: ***Exception: org.postgresql.util.PSQLException: The connection attempt fa

  • Is my Imovie to BIG??????

    My final project is roughly 10 minutes or so and carries with it 13 gigs. I don't understand why it's so big...but it is what it is. Will idvd compress the 13 gigs to a smaller file? What size DVD am I going to need? Any other way to reduce the size

  • IPod nano tubes

    Hi, I'm looking at getting an iPod nano in a few weeks. I've been looking around here at the site, and it seems that a ton of folks are saying the iPod nano is prone to scratching. I have an old iPod 20 GB (non-color), and its Apple designed case for