I exit ff, try to enter later, am told ff still active-exit or restart pc; why?

When I exit FF then later try to go back to it, i get message that it is still active and i must exit (no xxcan do) or restart pc..
== This happened ==
Every time Firefox opened
== don't know as three people use pc, could have starteed after windows update 2 months ago

See http://kb.mozillazine.org/Firefox_hangs and [[Firefox hangs]] (Hang at exit)

Similar Messages

  • When I try to enter codes for digital movie downloads it tells me "code redemption is temporarily unavailable. Try again later." Customer support has been no help. Anyone else have this problem?

    When I try to enter codes for digital movie downloads it tells me "code redemption is temporarily unavailable. Try again later." Customer support has been no help. Anyone else have this problem?
    Am sick of going back and forth with what has turned out to be worthless customer support. Have sent them so much info and pictures, no help. All they do is send me links for instructions on how to redeem the codes. I know how to redeem, I have redeemed at least 50 codes. To them I am obviously an idiot though. To me it seems to be a problem on their end, but can't get an answer from them on why it is telling me code redemption is unavailable. Please help! Anybody!

    Confirming my suspicions with every passing hour. Support on this forum is non-existent like the support from Apple support. But, you got my money now... why would you care?

  • Intermittently, when I try to enter the internet through Safari, it freezes up and won't fully load in the internet. If I turn the iMac off and start it again, it seems fine. I have had my internet provider check everything from their end.

    Intermittently, when I try to enter the internet through Safari on my Imac, it freezes up so that the loading line only goes 1/3 way across and then stops. If I shut down the computer and then restart, it usually loads fine. I have had my internet provider check eveything form their end and it is fine. I suspect that I have a software conflict. My provider and others have said that I should use FireFox because Safari is not that stable. I am running OSX Maverick on my system. This was a recent download.  Is anyone else having this problem and have you any ideas how I can correct it.    

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help to identify which such modifications you've installed, as well as some other aspects of the state of the system that may be pertinent.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. That's all there is to it. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, proceed anyway.
    Below are instructions to run a UNIX shell script. It does nothing but produce human-readable output. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The script will line-wrap or scroll in your browser, but it's really a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Triple-click anywhere in the line of text below on this page to select it:
    clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && ! "$r" ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$r" ] && { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately, leaving the Terminal window empty. If that doesn't happen, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter your password, the script will run anyway, but it will produce less information. In most cases, the difference is not important.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again.
    Please note:
    ☞ This procedure is all copy-and-paste — type only your login password when prompted. When typing it, you won't see what you're typing. Make sure caps lock is off.
    ☞ Remember to post the output. It's already in the Clipboard when you see "[Process completed]" in the Terminal window.
    ☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

  • Could Not Sign In:  A server problem is blocking Apple ID sign in.  Try signing in later.

    After a successful iOS 5 upgrade to my iPhone 3GS, I began going through the setup wizard the phone takes you through upon initial use.  However, I'm unable to make it past the part where you are supposed to "Sign In with an Apple ID".  The steps to reproduce the problem are:
    Click "Sign In with an Apple ID".
    Per the "Have MobileMe and an ITunes Account?" instructions, I opt to type in my MobileMe e-mail address (e.g. [email protected]) and password.
    Click "Next".
    Specify birthday.
    Click "Next".
    Click "Agree".
    Click "Agree" on popup.
    A popup error is produced which reads "Could Not Sign In:  A server problem is blocking Apple ID sign in.  Try signing in later.".
    Click "OK" which takes you back to the initial sign in screen.
    I have tried logging in since 2am ET.  It is now 8:17am ET.  The server should not be down for over 6 hours.  Any ideas?
    Thanks in advance for any assistance offered!

    Hi Natalie,
    I was able to workaround this issue by clicking the "Skip" option on the first screen.  Afterwards, I went back and manually entered my me.com Apple ID in Settings | iCloud and my iTunes Apple ID in Settings | Store.  Doing it this way doesn't ask you to enter your birthday and I haven't yet found where that is supposed to be set.  However, everything appears to be working correctly without it.  Hope this helps!
    Brad

  • I have a Mac leopard.  Did a recent recommended update.  When it finished,I restarted then a window came up to enter Master Password.  I don't know what it is  and when I try to enter one, the window shakes and I am unable to use computer at all

    I have a Mac leopard.  Did a recent recommended update.  When it finished,I restarted then a window came up to enter Master Password.  I don't know what it is  and when I try to enter one, the window shakes so I am unable to use computer at all.

    Please confirm exactly what Mac this is, and what 'recent update' you installed.

  • When I try to enter a time machine with Snow Leopard backups Lion I get an error code -6584 ... how to fix?

    Hi.
    I had a first gen time machine with backups all on Snow Leopard.
    This died (power supply), and I bought a new time capsule, because to fix the old one would cost nearly the same amount.
    Since, I have started using Lion, and backed up onto my new time capsule in Lion.
    Unfortunately, there was a file I deleted that I really need for a Logic Audio project, that is only present on the old time capsule.
    I got the old time capsule fixed, so it powers up. I even extended my current wireless network with it. I can see inside it -- all the data that I dragged onto its HD in the past is present, and the "Sparse Bundle" containing the data for the time capsule save-states is present too.
    Now, when I try to "Enter" my old time capsule, I get this error message:
    I tried entering the time machine via WiFi and via ethernet, to no avail.
    Can anyone help me to access these old save states on my old "snow leopard" time capsule?
    I was thinking maybe I need to try to access it from a machine with Snow Leopard?
    Please help.
    Thanks in advance.
    JM

    I have the same issue. Does anybody know why this has happened

  • HT5517 I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about.

    I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about?

    You need to reset the password for the "old" account, and then use that to turn off iCloud.  Then you will be able to sign in with your new ID.
    You can reset your password at iForgot.apple.com.
    If you don't know the answers to the security questions, you will need to start there.
    http://support.apple.com/kb/HT5312
    -If you established a rescue email address, there will be a link on the "Passwords & Security" page of id.apple.com.  Clicking the link will send the reset to your rescue email address (NOTE:  This is not the same address as your Apple ID email)
    -If there is no link on the page, then you didn't establish a rescue email address.  Contact AppleCare at 800.694.7466 (If you are in the US), and ask for account security.  You will need to answer some questions to verify your identity, AND you will need access to a computer to generate a temporary support pin.
    -If you are not in the US, click http://support.apple.com/kb/HT5699 - Apple ID: Contacting Apple for help with Apple ID account security
    HTH

  • Entourage error "The server for my email acount returned the error "Login Failed". Your username/password or security settings may be incorrect. Would you like to try re-entering your password?"

    I have 1 user on a Mac who just started having a pop up message when opening entourage "The server for my email acount returned the error "Login Failed".
    Your username/password or security settings may be incorrect. Would
    you like to try re-entering your password?" I know the settings are right because the users mail works on iPhone,iPad,an windows machine. I have deleted entourage plist and also tried a new user same message appears in new user.

    See thread here:
    https://discussions.apple.com/message/23175721#23175721
    It worked for me.

  • Icloud still shows my old email address when I try to enter, asking me for a password I no longer have. I need to change my email address and password in ICLOUD but I can't find a way to do it. Any ideas? Thanks.

    icloud still shows my old email address when I try to enter, asking me for a password I no longer have. I need to change my email address and password in ICLOUD but I can't find a way to do it. Any ideas? Thanks.

    Logout (System Preferences>iCloud) then login with the new address and password.

  • When I try to update my CC-programs to CC 2014 I get the message: Exit Code: 15. Why? I have OSX 10.9.4

    When I try to update my CC-programs to CC 2014 I get the message: Exit Code: 15. Why? I have OSX 10.9.4

    Exit code 15 installing | Mac OS X | CCM, CS6

  • My Ipad2 crushes everytime I try to enter to the email settings, Someone knows why and can help me?

    My Ipad2 crushes everytime I try to enter to the email settings, Someone knows why and can help me? I need to change the email password!
    I restored the ipad, but still not working.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>Store (or iTunes and App Stores) and sign out and sign back in.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Trying to buy, get "We're sorry, we have encountered an error processing this information. Please try submitting again later, or try using a different web browser. If the problem persists, please contact customer support."

    trying to buy, get "We're sorry, we have encountered an error processing this information. Please try submitting again later, or try using a different web browser. If the problem persists, please contact customer support."

    Moving this discussion to the Adobe Creative Cloud forum.
    Cock please try a different web browser.  If you continue to face difficulties then you can contact our support team directly at Get help with orders, refunds, and exchanges.

  • Whenever I try to enter my credit card information into iTunes via either my mac book or my iphone it says there is an error and says "for assistance, please contact itunes support, etc...". Can anyone help with this?

    Whenever I try to enter my credit card information into iTunes via either my mac book or my iphone it says there is an error and says "for assistance, please contact itunes support, etc...". Can anyone help with this?
    I haven't had any luck at all getting it resolved using iTunes support so I'm hoping someone who's encountered the problem can help me.

    What did itunes suport tell you?
    They will need to solve this.

  • In the middle of undating to iTunes10.6.3 a window comes up saying an older version on bonjour cannot be removed.  Then further into the download a window comes up that says the download was interrupted and can not finish and try at a later time.

    I am attempting to upgrade to iTunes 10.6.3 and halfway through the download a window pops up that says "cannot remove an older version of Bonjour", then I click Ok on that and then further into the download and upgrade a window pops up that says cannot complete , itunes upgrade was interrupted, try at a later time.What do I do now?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • When I try to enter Edit in Photoshop, it comes up with a new screen, Error 150:30.

    When I try to enter Edit in Photoshop, it comes back with Error 150:30, "Licensing for this product has stopped working."  How do I correct this issue?

    I'm guessing you use a Mac.It's a common problem
    Run the python script in the License Recovery tool. Follow the instructions for your version of OSX. You will be using Terminal to run this script.
    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html#main_Solutio n_2__Run_the_License_Repair_Tool

Maybe you are looking for

  • Is there a way to do an install of Adobe Pro XI without entering key until after the install?

    Is it possible to set up an install of Adobe Pro XI that doesnt require the licence key to be entered at the time of the install, but instead upon the first time the application is run? We have various users with different license keys but want to au

  • How to eject my camera when i can't find an icon for it

    I want to eject my camera from my macbook pro but I can't find an icon on my dock, or in the computor section of my finder.  I therefore don't know how to eject it since i can't drag it into the trash or select eject from the list of options since th

  • Javaw.exe error

    I get this message when I try to install a sofware from Bellsouth DSL access. javaw.exe has generated error and will be closed by Windows. You will need to restart the program. This error is given also when trying to unistall this program. Please hel

  • Safari check, Firefox no

    Hi, still having problems with dynamic background, The site (www.lostinfrance.se) looks like it's supposed to do in Safari but the bannerlike background at the top of teh page is not displayed correctly in Firefox. Regards Mats Goteborg

  • Where we get the OutboundMessageService.WSDL OutboundMessageService.XSD files?

    Hi Gurus, Where we can download the follwing file for the webservice integration. Is it availble in OER?      OutboundMessageService.WSDL      OutboundMessageService.XSD Thanks in Advance, Mohan