Force quit Preview after Maverick

I installed Mavrick about 3 weeks ago and have had nothing but trouble. I am having to force quit some program everyday; preview (being the worst), finder, numbers, whatever. Preview will open the document but then I can't scroll and have to force quit. I am now slower than slow on the internet with information never coming up or half way coming up. I refresh pages in hope something will show up sooner than later. Can anyone make a contection and find a solution? I am a teacher and use my computer, preview, and internet daily.

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.
Here's a brief summary: Copy a line of text from this web page into a window in another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. 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 damage. 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 built-in 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; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; PB="/usr/libexec/PlistBuddy -c Print"; Prm () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Prc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Prm "$1"; }; Prp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Prm "$1"; }; Prs () { o="${o##+( )}"; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && 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=; Prm "POST"; o=$(nvram boot-args | awk '{$1=""; print}'); Prs "boot-args"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  Prs "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=; Prm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Prm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Prm "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Prm "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Prm "Inserted libraries"; for f in cron* fstab lau* sysc*; do Prc "$f" /e*/$f; done; Prc "hosts" <(sed '1,10d' /e*/hosts); Prc "User crontab" <(crontab -l); Prc "User launchd" ~/.launchd; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -30d); Prm "Modified periodic scripts"; Prp "Global login items" /L*/P*/loginw* Path; Prp "User login items" L*/P*/*loginit* Name; Prp "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); Prs "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\ :CFBundleIdentifier "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); Prm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Prm "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Prs "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); Prm "$d"; done; [[ "$r" -eq 0 ]] && { 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}'); Prm "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); Prm "Login hook"; Prc "Root crontab" <(sudo crontab -l);}; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); Prm "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. If it doesn't, 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. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type 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, so don't worry about it.
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. 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.

Similar Messages

  • Any ideas for Mail must-force-quit bug after 10.5.2 upgrade?

    I've tried many different things suggested on this forum (removing bundles; rebuilding mailboxes; moving Mail folder to desktop for rebuild; eliminating To Dos; creating new Address Book DB). But nothing seems to work. I have to force quit Mail every time. Now it sometimes doesn't check Mail manually either.
    What exactly changed in the 5.2 update that could cause so many problems? Mail is becoming intolerable. I'm not a huge fan of Office, but in 5+ years, Entourage never gave me such difficulties. Come on, Apple!
    Message was edited by: SPD

    OK, I found a solution. If possible, use a webmail account to go in and delete your "To Do" folders, if that is what is hanging your Mail application. I did that with one IMAP account, only to have "To Do" items show up under another IMAP account. That account is on my web host, so I converted the account to POP. After that, Mail started working properly again since it was not trying to sync "To Do" items with various IMAP servers.
    This problem started after upgrading to 5.2, though I noticed others experienced it with 5.0 and 5.1.
    Message was edited by: SPD

  • Safari quits unexpectedly after mavericks update

    Safari keeps quiting unexpectedly after the mavericks update   Help.

    Hello Mackwater,
    It sounds like your Safari application is quitting on launch. I recommend first checking for 3rd party plug ins, with the following article:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/ts3230
    If the issue persists, I would next try resetting Safari:
    Safari 6 (OS X Mountain Lion): Reset Safari
    http://support.apple.com/kb/ph11914
    The article mentions Mountain Lion but the steps are relevant for Mavericks too.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Bookmarks issue with Preview after Mavericks upgrade.

    Hi,
      after upgrading to Mavericks my bookmarks in Preview are not named as before. Now they appear as a sequence of non-sense letters and numbers.
    Is there anyway to see all my hundreds of bookmarks as I named in the last couple of years?
    I am a scientist and I bookmarked something like 500 scientific papers. Please do not tell me that I have to re-do all the work.
    Pretty upset...
    GT

    Over a year later and Apple's still left us bookmarkers out in the cold.

  • I recently had to force quit firefox (after I quit it from the menu and it asked if I wanted to save my session. I did). Upon restart, all of my history is gone as well as my last session. How can I recover this?

    Where does firefox store all this info? Maybe I can retrieve it from time machine.

    Why are you not using latest firefox 7?
    * getfirefox.com

  • After ejecting SD card by pulling it to trash in iphoto, the wheel is spinning.  How do I get it to stop?  What happens if I force quit it?

    After ejecting SD card by pulling it to trash in iphoto, the wheel is spinning.  How do I get it to stop?  What happens if I force quit?

    After ejecting SD card by pulling it to trash in iphoto, the wheel is spinning.  How do I get it to stop?  What happens if I force quit?

  • Pages cannot be reopened after force quitting

    I have recently installed Pages, and fairly often if hangs so that I need to try to force quit. After I force quit, I cannot restart the application so need to actually reboot the computer before I can open Pages again. Any suggestions?

    Try
    (1) to use the app from an other user account
    (2) quit Pages,
    drag the file:
    Macintosh HD:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plist
    to the desktop.
    restart Pages.
    My guess is that you are not patient enough. Often, Pages seems to be frozen when it is in fact heavily busy.
    It would be useful to run: "Monitor Activity" to check what is behaving.
    Today and Yesterdays I worked with more than 800 pages documents. Half an hour was a current requirement for some tasks.
    Yvan KOENIG (from FRANCE mardi 14 juillet 2009 21:54:55)

  • Can not print from preview after Lion Update

         I can't print from preview since I updated to Lion. After I hit command P or select print from the file tab preview totally freezes up and gives me the spinning wheel of death until I force quit preview. I have no issues printing from anything else, such as word, excel, web pages.  So I don't think it's a printer/driver error.  Help?

    I would still mention what printer you have and make sure you have the latest printer driver.

  • Force Quit iWeb now website cannot be found in browser

    I force quit iWeb after it taking 10 minutes to publish a photo page. I was playing around with slide shows and dragged and dropped an event onto the page. The event actually had a video clip along with the other pictures and I have a feeling this large file is what was taking so long to publish. I relaunched iWeb and published and now the site cannot be found. What have I done??? :o(

    have you tried republishing? also check to see if your logged in to your idisk/mobileme idisk with the account that you want to publish with, to check go to system preferences>mobile me, then sign in.

  • Firefox keeps showing spinning color wheel, often, not stopping til I force quit

    This is a regular problem. The moment I begin to use ff, very early on, the little color wheel pops up and spins & spins & spins. Can't use browser while this wheel stays spinning. It hasn't stopped spinning after 10, 15 minutes etc. So I force quit & restart browser and it continues. So, I re installed version 3.6.13 several times. Still has spinning color wheel.

    I FINALLY SOLVED MY HANGING, "STOPPED" LOADING AND FORCE QUIT PROBLEMS AFTER TRYING EVERYTHING SHORT OF ARCHIVE AND INSTALL.
    I FINALLY SOLVED MY HANGING, "STOPPED" LOADING AND FORCE QUIT PROBLEMS AFTER TRYING EVERYTHING SHORT OF ARCHIVE AND INSTALL:
    I HAD TO RESTART
    "FORCED" TEN TIMES A DAY:
    I UPDATED JAVA:
    Java for Mac OS X 10.5 Update 9
    http://support.apple.com/kb/HT4438
    also
    JavaEmbeddingPlugin 0.9.7.5
    I have a PPC G5 dual 2.0
    OSX 10.5.8
    Firefox 3.6.16

  • FCE-No quit option after quicktime export...

    Hi everyone,
    I've noticed that after saving a large movie as a quicktime file, that FCE does not give me the option to save and then quit. It saves the initial project fine, but I've had to force quit FCE from the dock.(maybe i don't have to?)
    After this I have been fine to drag the FCE movie file to iDVD and burn away, so no probs there, but I'm curious as to why the application is still... I suppose "in use" having finished converting the file to Quicktime. (I hope this makes sense).
    The only reason I've wanted to quit FCE was to ease the workload on the machine from having large apps./projects open whilst it's trying to burn.
    Am I being over-cautious here?
    BTW, the discussions here have been a fantastic help in my first 2 months with FCE, cheers to all contributors !!
    PB 1.67, eMac 1.25   Mac OS X (10.4.5)  

    I don't know the differences between FCE and FCP, so not sure how much help I'll be...
    I can't imagine you should be having to force quit FCE after an export. Could be corrupt preferences...
    search this forum or FCE forum for 'FCP Rescue'. There may/may not be a version for FCE, but it might help. There are also manual processes for this as well.
    Hopefully someone else may chime in with better info.
    K

  • Force Quit Logs Me Off

    When an application freezes or stops responding, i naturely open Force Quit. After I Quit the application that has frozen and then right when i click close on Force Quit i am automatically logged off and i have to log in again. Help?
    Hardware:
    Macbook Pro C2D
    Saitek Eclipse II Keyboard
    Razer Copperhead Mouse

    It is not normal for any of those applications to "freeze" often!
    I am assuming you are force-quitting only applications that report as not-responding?
    There has to be a pattern. find the pattern, and we find the problem.
    If you re-boot your mac and walk away (do nothing) does it freeze? If it does, then you have a hardware problem. If not, then there might be a hardware problem, but more likely a software problem. Software problems usually have specific triggers - something you type, some web page you load, or movie you view, that causes a fault.
    Go into Applications/Utilities and run the CONSOLE application. Next time something strange happens, pop-over to it and see what it says. Console is a Unix feature, and 'everything' running on your computer dumps status and error messages to it.

  • Preview is STILL frozen even after force quitting, rebooting and reopening. Help?!? I need to see my files!

    Not sure what I did, but Preview continues to stay frozen even after force quitting, rebooting and reopening. It seems like it is trying to open all 720 pdf documents I have on my internal memory. That's my best guess... I really don't know what happened. I've tried clicking the 'close windows when closing application' option under general settings and every other thing I've seen listed on help sites... nothing is working. PLEASE HELP?!?

    Back up all data. Quit Preview if it's running.
    Hold down the option key and select Go ▹ Library from the Finder menu bar. From the Library folder, delete the following items, if they exist:
    Containers/com.apple.Preview
    Preferences/com.apple.Preview.LSSharedFileList.plist
    Preferences/com.apple.Preview.SandboxedPersistentURLs.LSSharedFileList.plist
    Saved Application State/com.apple.Preview.savedState
    Log out and log back in. Launch the application and test.

  • After installing Mavericks, Firefox 31.0 locks up requiring Force Quit and computer restart.

    Firefox 31.0 worked without any problems with current Mountain Lion OSX, but after loading Mavericks, it frequently locks up. I cannot change tabs or perform any function. If I am able to Quit, I can then not reopen when clicking on the icon. Only solution is to Force Quit. Even then, I sometimes have to restart the computer to get Firefox to open.

    *1
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Recently upgraded to Mavericks... was working with Pages documents from previous OS ... Pages is now frozen and I don't dare force quit and loose my old documents.

    Recently upgraded to Mavericks... was working with Pages documents created with previous OS ... Pages is now frozen and I don't dare force quit and loose my old documents.  How can I "thaw".... unfreeze Pages?  Have several pages windows open that I was working on. 

    I also had this problem after I installed Mavericks: Pages files freezing at close, need to force quit.
    Workaround: when saving any document created with an earlier version of Pages, be sure to untick the "include preview in document".
    For some reason, this resolves the problem.
    BTW "loose" is not a verb. You probably mean "lose".

Maybe you are looking for

  • How do I transfer the songs on my iPhone to my new computer

    How do I tranfer my itunes music from my iphone to my new mac?  It reads the music on my computer but I can't transfer the songs over.

  • "Runtime Error in Zoombrowser EX

    I am using a current edition of Canon ZoomBrowser EX that was working perfectly until I took out the first CF card and inserted another.  I then got a "Runtime Error" message, which extended to "Memory Card Utility has stopped working." Message also

  • Tell BrowserLab to simulate mouse/keyboard input?

    I'm interested in using BrowserLab to research form element styling (something akin to http://www.456bereastreet.com/archive/200701/styling_form_controls_with_css_revisited/ , but with today's browsers). I haven't found a JS solution to simulate clic

  • Solution Manager 7.1 Post-installation upgrade SPS04

    Hi I just installed Solution Manager 7.1, on Windows server 2008 R2 / 64 bits with Oracle database. In post installation steps I have to update my installation. According to note 1577909, I have downloaded the Stack DVD : " SAP Solution Manager 7.1 S

  • Connecting two iPods to computer at same time

    Question: Am I able to connect two iPods (Nano and Shuffle)to my computer at same time? I would want to do this to mainly charge the batteries to these units. My computer has a four high-speed USB connections and I would like to know if this is possi