Flash error since upgrading to latest Safari

Hi everyone,
Since upgrading my browser a couple of weeks ago (Safari 6.1.2) on my Mountain Lion, I have two very infuriating problems:
The first is a persisitant error message that pops up on most web pages I go to - telling me that www.facebook.com detects that my flashplayer might be out of date. (I do not even have a facebook account - so this is looking a bit dodgy?) I get 3 popups for each page I open, which I then have to acknowledge to proceed. Upgrading Adobe Flash player & restarting has not fixed the problem.
The second problem is that I can no longer do a google search from the address bar - it gives me a cannot connect to the server error - I have to go to google home to do all my searching now....(google is still ticked as default search in preferences)
Any ideas? Is this a problem with Safari software, or is something malicious going on?
Thanks for your help!!

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed:
Copy a line of text in this window to the Clipboard.
Paste into the window of another application.
Wait for the test to run. It usually takes a few minutes.
Paste the results, which will have been copied automatically, back into a reply on this page.
The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
6. The script is 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, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm "TCP/IP"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -type d -name *.app -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. 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.
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.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. 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 the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
[Process completed]
to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • I am unable to access my Bank website since upgrading to Mavericks (Safari 7)

    I am unable to access my Bank website since upgrading to Mavericks (Safari 7)
    I get the following error message in Safari before I even have the opportunity to
    connect to my bank's website.
    It works fine in Firefox and Chrome.
    Access Denied
    You don't have permission to access "http://www.tdbank.com/" on this server.
    Reference #18.a555ee3f.1382720248.13b74953

    I experienced the same problem where by I could not log into my Nationwide Bank account when I had upgraded Safari to the latest Version before Mavericks 6.1.0 on OSX Mountain Lion 10.8.5. I believe.
    I already had Trusteer Rapport installed as recommended by banks.
    Some Banks worked but Nationwide skipped the log in page and kept taking me to a page about Cookies telling me I needed to enable them but they were enabled. I just could not get into the Log In Page. Incidentally the Nationwides Cookies screen shot is of an out of date Cookies setting page - it is now under privacy in Safari preferences.
    I then installed Rapport again when it popped up as an option and bingo I could get to the Log In page.
    Took the plunge and upgraded last evening to Mavericks
    Same probelm occured cannot Log In to Nationwide.
    I have just stopped Trusteer Rapport and thank goodness I can get into Log On again.
    However when I logged out and tried to open another site Safari crashed with the following error message
    "safari quite unexpectedly while using trf.dylib plug-in"
    Chose Reopen and safari opened Ok
    I googled the message and that got me here - seems it is Trusteer Rapport
    So someone needs to sort this out I guess Trusteer I guess?
    Hope this is helpful
    Cheers
    John

  • Can not sync iPhone 4 since upgrading to latest software release.  Keep getting a message that required file can not be found.  I've tried restoring several times.  I am using  Mac PC with the latest software release.

    My iPhone 4 will not sync since upgrading to latest software release.  I keep getting the error message "required file cannot be found".  I've tried restoring several times with no success.  I am using a MacPro notebook with the latest software release.

    My iPhone 4 will not sync since upgrading to latest software release.  I keep getting the error message "required file cannot be found".  I've tried restoring several times with no success.  I am using a MacPro notebook with the latest software release.

  • Media write error since upgrade to mountain lion

    9 out of 10 burns result in "failed due to a media write error" since upgrading to Mountail lion.  Have also used a wet system cleaning disc that usually does the trick for my CD players.  Have tried much slower write speeds - no help there.

    Hello there Chamie7,
    Thank you for using Apple Support Communities
    I would recommend this troubleshooting from the article OS X Mountain Lion: If an error message appears while you’re burning a CD or DVD found here http://support.apple.com/kb/PH10868
    Use blank discs that are rated for the burn speed of your drive, or consider using a different brand of disc.
    Specify a burn speed that is lower than the maximum speed rating for your optical drive.
    Quit all open apps you’re not using.
    Restart your computer and try burning the disc again.
    If your startup disk is nearly full, try to free up space on it. The amount of free space on the startup disk needs to be greater than the amount of data you’re burning. Erase unnecessary files. Back up files you don’t use often, and then remove them.
    Repair your startup disk with Disk Utility. For more information, see this topic in Disk Utility Help:Repair a disk
    If needed you may also want to reset the SMC on the computer as well.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    Regards,
    Sterling

  • Since upgrading to Mavericks, Safari/Adobe are constantly blocking access to PDF files

    Since upgrading to Mavericks, Safari/Adobe (Version 7.0 (9537.71)) are constantly blocking access to PDF files.
    I can intuit what this is all about, however, I can find no information about it... the Adobe Plugin/Safari is apparently building a "white-list" of "trusted sites," but I can not find any information about this white-list -- where it is stored, how to revoke permisions, how to "one-time" permissions, etc.
    Anyone have any ideas?

    I am experiencing this exact same behavior since upgrading to Mavericks, too.

  • Full screen flash slow since upgrading to 10.6

    Before 10.6 sites like youtube and hulu worked just fine since upgrading ive had issues.
    My biggest issue is trying to watch fullscreen hi res videos on hulu. They still play, but it looks like they are running at something like 15fps which is really annoying. Before upgrading to 10.6 fullscreen flash videos played perfectly.
    Im fully updated to 10.6.2 and have the latest flash player from adobe.com. The issue is on my 24" iMac with 3gb of ram. Fullscreen videos run just fine on my slower MacBook and a friends new MacBook Pro.
    I have no idea why this is happening.

    Hi and Welcome to Apple Discussions...
    Try emptying the cache and reset Safari and see if that helps.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    If you are running Safari in 64 bit mode, try running in 32-bit mode instead. Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) make sure Safari is NOT running in Rosetta.
    Carolyn

  • Have not been able to get flash working since upgrading to 7.0.1, using the Debian Linux OS.

    I haven't been able to get the flash player working since upgrading to FF 7.0.1 on Debian Linux. I have followed the instructions in "How do I install the Flash plugin?" (https://support.mozilla.com/en-US/kb/installing-flash) multiple times.
    As I said this has been an issue since the latest upgrade. I was able to get flash working in earlier versions. Flash works in the Debian "Iceweasel" version of FF.

    Thanks for the post, but no, that did not fix the problem.
    I have located these directories:
    /opt/firefox/plugins
    /usr/lib/firefox/plugins
    /usr/lib/mozilla/plugins
    /usr/lib/mozilla-firefox/plugins
    of course there is the /usr/lib/flashplugin-nonfree directory but that shouldn't matter for FF itself.
    Still not working and I get this message on the "Check you plugins" page:
    "For your safety, Firefox has disabled your outdated version of Flash. Please ''upgrade to the latest version.''"
    The version on that page "Adobe Flash Player version 11.0.1.152
    Your system: Linux 64-bit, Firefox" is the version I'm using.

  • Getting following Pop up error, since upgrading to Lion on iMac (but not on my iBook).

    Since upgrading to Lion on my iMac, I keep getting the following Pop up image error message.  Translated in English it reads:  The connexion to the server has failed.  URL type files are not recognised.
    Curiously enough, I upgraded my iBook with Lion also ... and I don't get this problem at all !  It does not cause any trouble, everything is working, BUT it is a Royal pain, as I have to click on OK twice to shut it down and it comes back up again every 10-15 minutes !!  Can someone help ?  Thank you.
    Flo

    This one:   http://www.clubdirectlaine.ca/

  • Getting "script on this page may be busy, or it may have stopped responding" error since upgrading to 4.0.1

    Getting error when going to website since upgrading to 4.0.1:
    --- start message ---
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: http://www.gogreenwingreen.com/js/jquery-1.5.2.min.js:16
    --- end message ---
    This ony happens on PCs that have 4.0.1 installed. I have a PC that has 3.1.6 and this error does not appear.
    I am using 4 profiles and the error appears with all 4 profiles.
    I copy the places.sqlite between the 4 profiles t kee the bookmarks consistent for all profiles.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • Since upgrading to latest iOS, my WLAN can not see many wifi networks,  my friends iPhones pick them up easily. What should I do?

    Since upgrading my 4s iPhone to the latest iOS , I now can not see many wi-fi locations beyond my home network.  Friends can find and connect to many wifi networks yet my iPhone does not even see them.  I can not recall prior to the upgrade whether in the settings whether turning on the wifi was shown as wifi or WLAN however the on/off is now WLAN.  Not sure what the difference is.  I totally reset the phone but no improvement.  Can any body help me?

    I have tried this however it did not make a difference.  I found another user on the support pages that has the same issue.

  • Problems with firefox since upgrading to latest software

    Since upgrading to the latest Firefox when I go to open my web page details from a usb key my index page appears as a blank page with a background colour, no text pictures, i cannot access any of my other pages. no toolbar including the refresh button, help

    I also have a sound issue with fast track pro and posted this on m-audio forum today to see what turns up...
    Periodically the sound through my FastTrack Pro crackles then dies. 
    I think this is more prevalent, albeit I don't understand why, when changing sound 'sources' e.g. if last use was via Ableton and next was from youtube, or visa versa - I can't replicate this at will, it seems to be random.
    I can resuscitate things things by going in to the driver settings and changing a setting e.g. the output channel, saving (Applying), then changing back and saving again.
    Model: iMac 27" (Mid 2011)
    OS: Mountain Lion 10.8 (12A269)
    CPU: 3.1 GHz Intel Core i5
    Memory: 8Gb 1333 MHz DDR3
    M-Audio Products: Fast Track Pro (software 1.8.1, firmware 1.00)
    Ableton Live 8.3.3 - 32bit

  • Why have file sizes in Pages increased since upgrading to latest version?

    Hi, I use Pages to compose a monthly newsletter for my yacht club. For that purpose I preferred it to Word because it was so easy to add, resize and position photographs. Before circulating the newsletter to club members, I convert the file to PDF format using the print as PDF option. Last year I was able to put 25 or so photos along with text over 5 pages and finish with a file size of less than 5 MB, which is about as big as I can send without dozens being bounced by members' email filters. Since upgrading my Mac to "Mountain Lion" (and then to "Mavericks") and upgrading Pages, I can't include more than 7 or 8 photos on 2 pages without going over my 5 MB limit. The finished file size seems to be two or three times the combined file sizes of the photos that I include.
    Any suggestions for reducing file size? I already use as low a photo resolution as I can.

    Peter - thank you so much for this very helpful reply. I had assumed that having "upgraded" I would be condemned to putting up with the Pages 5. I would never have thought of looking in the iWork folder for an older version. Needless to say I can't use Pages 09 to open documents written in pages 5 - but that's no loss. I note that January's newsletter was a hefty 15.5 MB in size, whereas December's, which contains more pages and many more photos was only 2.5 MB.
    Thanks again.
    Fruhulda - I look forward to reading more of the discussion of the last few months. Being new to the forum it may take me some time to find it.

  • "Unable to join network" Error since upgrading to 3.0! help

    I have a 3g iPhone, and since upgrading to 3.0 i am no longer able to join my home network (or any other for that matter) via wifi. It worked before, currently works for my partners iphone 3g [2.x.x] and ive also had no problems with friends 3.0 iphone joining this network.
    I have tried restoring, but no luck!
    can i roll back to 2.x.x???
    Help please!

    Well i tried my carrier and they of course were as helpful as ever!! hehe
    wanted me to leave it with them for 2-3 weeks with no loan phone!
    i contacted apple phone support, and i have a genius bar appointment. finally an apple store nearby [well 1.5 hrs away] so fingers crossed.
    thanks for your help

  • TS3274 Since upgrade to latest version my screen is very slow to show on the screen . IT IS impossible to put in a password as it seems to time out out

    There is a ime delay with everything I type . THIS SINCE upgrade to  os7. Can anyone suggest why?

    If the above doesn't work, try a reset.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • MacBookPro shutting down at error since upgrade

    Since I upgraded to Mountain Lion yesterday my system shuts down and restarts when it comes across minor errors, such as non-responding app that take a while to unfreeze - esp if I am on VPN remote for my work. This never happened before. It gives no warning, the screen goes black and the computer restarts.I do not get to save anything I am working at the time it happens, so it's very aggrevating.
    I am thinking it has to do with the upgrade to Mountain Lion.
    I might be wrong, of course.
    Anyone know why this is happening? And how should I prevent it?
    I have a MacBookPro 2.4 GHz Intel Core 2 Duo, 4GB 1067 Mhx DDR2, OSX 10.8 Mountain Lion.
    I hadly have anything on my laptop, I store everything from music to photos to documents in my external HD, as not to bog down my laptop.
    Any help/insight would be appreciated.
    Thank you!
    M.

    I haven't had this problem until recently and I recently calibrated my battery.
    Look at your system logs in your Console application for any clues.
    Looking at it logically though, I would say it's a battery issue seeing it was working fine before calibration, and it doesn't shutdown on the AC adapter.
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'

Maybe you are looking for

  • Itunes plays one song at a time on PC

    I must have a toggle checked somewhere, but my desktop will only play one song at a time, then stop. My laptop plays right down the list, from where I begin until I stop the playback. Help!

  • Java crashes during conversion in app-store mode (iOS)

      I have a Flash app that I'm trying to convert for iOS, and adt converts it fine when the target is set to ipa-test.  However, if I change that to ipa-app-store, it runs about the same length of time and then pops-up a totally white dialog with the

  • Is it possible to load an swf from MySQL /PHP

    Hi, I hope someone can help me. I like to call for different SWF files from a link in a MySQL database to use in a Detailpage with PHP. Photos and text are no problem. The AC code is probably complicating things. Is it possible? And if so how? Maybe

  • MacBook Pro crash report - endless loop

    Hi, several weeks ago i found my Macbook getting slower and slower. Surfing is a mess with some tabs open and i only can dream about to work multitasking-like. Sometimes i have to wait around 30secs after just one click, for example, changing the tab

  • Help running a simple jsp (with struts and core -sun- taglibs)

    Hi, could somebody help me with this simple JSP? <?xml version="1.0" encoding="ISO-8859-1" ?> <%@ page language="java" contentType="text/html; charset=ISO-8859-1"      pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitio