Help : Html5 : Spinning Wheel

Good morning,  I'm having some trouble making an effect in html5, the Spinning Wheel with links to other articles in the same DPS Tips, done by Bob.  In the code download has the wheel, but it has nothing of the links.
Does anyone know how I can do that part of the links? 
Thank you 
Follow the code below
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body{
          margin-left:50px;
          margin-top:150px;
          font-family:Verdana, Geneva, sans-serif;
          background-image:url(Fundo.jpg);
          background-repeat:no-repeat;
#bt{
          margin-top:430px;
</style>
<meta charset="UTF-8" />
<title>Documento sem título</title>
<!--[if IE]><script type="text/javascript" src="/sites/default/files/1010/source/excanvas.js"></script><![endif]-->
<canvas id="wheelcanvas" width="500" height="500"></canvas>
<script type="application/javascript">
  var colors = ["#7CFC00", "#6495ED", "#CD5C5C","#D2691E",
               "#FF7F50","#FF00FF","#9400D3","#836FFF",
                                 "#00FF7F","#008B8B","#90EE90","#00008B"];
  var restaraunts = ["Prêmio 1", "Prêmio 2", "Prêmio 3", "Prêmio 4",
                     "Prêmio 5", "Prêmio 6", "Prêmio 7", "Prêmio 8",
                     "Prêmio 9", "Prêmio 10", "Prêmio 11", "Prêmio 12"];
  var startAngle = 0;
  var arc = Math.PI / 6;
  var spinTimeout = null;
  var spinArcStart = 10;
  var spinTime = 0;
  var spinTimeTotal = 0;
  var ctx;
  function draw() {
    drawRouletteWheel();
  function drawRouletteWheel() {
    var canvas = document.getElementById("wheelcanvas");
    if (canvas.getContext) {
      var outsideRadius = 200;
      var textRadius = 160;
      var insideRadius = 125;
      ctx = canvas.getContext("2d");
      ctx.clearRect(0,0,500,500);
      ctx.strokeStyle = "black";
      ctx.lineWidth = 2;
      ctx.font = 'bold 12px sans-serif';
      for(var i = 0; i < 12; i++) {
        var angle = startAngle + i * arc;
        ctx.fillStyle = colors[i];
        ctx.beginPath();
        ctx.arc(250, 250, outsideRadius, angle, angle + arc, false);
        ctx.arc(250, 250, insideRadius, angle + arc, angle, true);
        ctx.stroke();
        ctx.fill();
        ctx.save();
        ctx.shadowOffsetX = -1;
        ctx.shadowOffsetY = -1;
        ctx.shadowBlur    = 0;
        ctx.fillStyle = "white";
        ctx.translate(250 + Math.cos(angle + arc / 2) * textRadius, 250 + Math.sin(angle + arc / 2) * textRadius);
        ctx.rotate(angle + arc / 2 + Math.PI / 2);
        var text = restaraunts[i];
        ctx.fillText(text, -ctx.measureText(text).width / 2, 0);
        ctx.restore();
      //Arrow
      ctx.fillStyle = "black";
      ctx.beginPath();
      ctx.moveTo(250 - 4, 250 - (outsideRadius + 5));
      ctx.lineTo(250 + 4, 250 - (outsideRadius + 5));
      ctx.lineTo(250 + 4, 250 - (outsideRadius - 5));
      ctx.lineTo(250 + 9, 250 - (outsideRadius - 5));
      ctx.lineTo(250 + 0, 250 - (outsideRadius - 13));
      ctx.lineTo(250 - 9, 250 - (outsideRadius - 5));
      ctx.lineTo(250 - 4, 250 - (outsideRadius - 5));
      ctx.lineTo(250 - 4, 250 - (outsideRadius + 5));
      ctx.fill();
  function spin() {
    spinAngleStart = Math.random() * 10 + 10;
    spinTime = 0;
    spinTimeTotal = Math.random() * 3 + 4 * 1000;
    rotateWheel();
  function rotateWheel() {
    spinTime += 30;
    if(spinTime >= spinTimeTotal) {
      stopRotateWheel();
      return;
    var spinAngle = spinAngleStart - easeOut(spinTime, 0, spinAngleStart, spinTimeTotal);
    startAngle += (spinAngle * Math.PI / 180);
    drawRouletteWheel();
    spinTimeout = setTimeout('rotateWheel()', 30);
  function stopRotateWheel() {
    clearTimeout(spinTimeout);
    var degrees = startAngle * 180 / Math.PI + 90;
    var arcd = arc * 180 / Math.PI;
    var index = Math.floor((360 - degrees % 360) / arcd);
    ctx.save();
    ctx.font = 'bold 30px sans-serif';
    var text = restaraunts[index]
    ctx.fillText(text, 250 - ctx.measureText(text).width / 2, 250 + 10);
    ctx.restore();
  function easeOut(t, b, c, d) {
    var ts = (t/=d)*t;
    var tc = ts*t;
    return b+c*(tc + -3*ts + 3*t);
  draw();
</script>
</head>
<body>
<input type="button" value="Rodar" onclick="spin();" style="float: left;" id="bt" />
<div id="lista">
<ul type="circle">
<li>Para ver o tutorial deste efeito <a href="http://www.switchonthecode.com/tutorials/creating-a-roulette-wheel-using-html5-canvas">Clique aqui</a>
</li>
</ul>
</div>
</body>
</html>
Code of the DPS Tips

Rudy,
I'm far from the expert on this, but one thing you might try is to make "Activity Monitor" the first app you start up. (In Applications-->Utilities).
If it doesn't trigger the behavior, you'll be able to see what is going on when you open the next app.
If Activity Monitor itself causes the beachball to spin, perhaps there is some other hidden process that is being triggered and you'll be able to see it running in the background.
Anyway, this is a possible start.

Similar Messages

  • Help - the spinning wheel is going to kill me.

    I am a powerBook G4 user with OS X3.9. It took forever just to get to this posting because anytime I am in my Safari Browser (1.3.2) the spinning wheel comes up on every click, anytime i try to scroll the page, any time i try to fill in an empty field box, etc. It is now starting to come up when i open a new finder window and inside Adobe InDesign CS. It is really hindering my work.
    I have tried to search through these forums for help and while there are messages addressing this... i must be ******** and do not understand or see any solutions. I did try booting up with the original system disk and used the diagnostics to scan the computer for any problems. 100 % okay.
    I feel i have enough ram and disk space that this should not be happening. I purchased OS X 4 but am afraid to upgrade as this problem will probably get worse. It is very hard to getting any work done! Please help!

    You're Welcome QueenB_7706!
    'Disk = 80BG/3GB available"
    Thomas Bryant is correct.
    You do not have enough available HD space. Create as much as possible ASAP, as this situation can cause corruption , and possible loss of data!
    For tonight, plug the power adapter into the PowerBook, and let it run all night, without sleeping.
    That may clean out some large temporary log files.
    Here are some additional documents to review.
    Problems From Insufficient RAM And Free Hard Disk Space, authored by Dr Smoke
    Freeing Space On your Mac OS X Staryup Disk, authored by Dr Smoke
    ali b

  • Help - MacBook spinning wheel blues! 10% of normal speed but tests OK???

    I have had my MacBook for around two months now. I upgraded the memory to 2GB with 3rd party DIMMs specifcallly sold for the Mac Book and carrying a lifetime warranty. The Mac Book is never moved and only used in clamshell mode on a thick (and cool) marble-topped table. I have an external Apple USB keyboard, Blutooth mouse and 17" LCD monitor.
    Suddenly last Thursday I started getting the dreaded spinning wheel hangs trying to do absolutely anything. I have tried the following in order of escalation:
    1. Restarted
    2. Repaired permissions - all OK
    3. Repaired the drive - all OK
    4. Run the Hardware Test (then the extended test) - all OK
    5. Re-installed the software (with archive) the OS from MacBook DVD-ROM
    6. Backed-up then did a re-install and erase - i.e. factory config
    7. Zeroed the whole drive overnight and repeated 7
    All without any effect on the apalling hangs/spinning wheel during every finder or application operation. Just backing up to DVD-R took 3 days because it took around 10 times longer to write each disk tham indicated by Toast. Thankfully my external DVD drive has buffer under-run prevention.
    Any ideas? I would be suspicious that it was a memory or HD problem but the hardware tests say otherwise and there are no craches or errors being reported.
    Had I been in the UK then I would have returned it to the shop for repair, but I am in Turkey and the only service agent is 1,000 miles away in Istanbul. I am not confident that they would fix the problem as no hardware errors are being indicated.
    Help! (sent c/o my old iBook G4/800Mhz - around five times faster than the Mac Book now).

    Hi,
    You need to try taking out the RAM that you replaced and put the stock RAM back in. See if that does anything. Also, try resetting the PMU. Although that deals with the Power Managment, it seems that resetting it will cure a lot of problems as well. To do this, take out the battery, hold down the power button for 5 seconds without the computer plugged in, and then replace the battery and see what happens. If trying these steps does not solve the problem, I would call Apple Care. I know nothing about the service in Turkey, but hopefully Apple will be able to help.
    -MRCUR

  • HELP ENDLESS SPINNING WHEEL FREEZES PREMIER PRO

    When I open Pr it loads content, gives me the yellow content not loaded screen and then freezes with the spinning wheel. many times. help... project due friday NEED to export

    Hello Naviira,
    please read all my proposals first, so you can better choose the first step:
    1. Maybe you have to activate/deactivate, so please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    2. Sometimes, we know in the meantime, the "opm.db file" is the culprit. In this case you should delete it.
    3. Did you already try "uninstalling and re-installing"? Be careful with (de)installing aso. by (de)installing by your own resources. As much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool. Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: Adobe Creative Suite Cleaner Tool helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    4. If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html and if "open" please use chat, I had the best experiences. I quote from Preran: The chat button is activated as soon as there is an agent available to help.
    Good luck!
    Hans-Günter

  • I need help with spinning wheel

    hey guy i was messing on single mode trying to change password from ther
    i used the commands  mount -uw /
                                     launchctl load /system/library/launchdaemons/com.apple.opendirectoryd.plist
                                     dscl . passwd /users/username password
    i reboot and then i got the spinning wheel can anybody plz help

    hey guy i was messing on single mode trying to change password from ther
    i used the commands  mount -uw /
                                     launchctl load /system/library/launchdaemons/com.apple.opendirectoryd.plist
                                     dscl . passwd /users/username password
    i reboot and then i got the spinning wheel can anybody plz help

  • Ical print problem-spinning wheel

    I'm having trouble printing with iCal. In the past, I've been able to print in all of the views except "list" view, but now I can't print in any of them. When I try, I get a spinning wheel as the computer tries to display the preview of the document in the left column.
    Should I try to reinstall iCal? If so, I'm not sure how to do that. I have the original discs (OS 10.3.3) and the tiger upgrade.
    Can I reinstall just the one app (iCal) from the Tiger upgrade?
    If I reinstall from the 10.3.3 disks, won't I be stuck with an earlier version of iCal?
    Will I lose my calendars if I reinstall?
    I'd appreciate some help.

    The spinning wheel will spin until a connection is made to the server. For example, I can have the correct url (IP address) entered for this calendar on a local-net and when I leave the local-net it will spin if I make a change to an event on this calendar until it can connect (next time I join the local-net).
    It will also continue to spin after initial set up if the wrong url (or authentication) is entered. In my case, the url that I entered was not a fully qualified domain name (the DNS record was not correct). After I corrected this it was a port issue. The port on the server for iCal was not open. Also, make sure that you have the port (8008) tacked onto the url. Also make sure that you have the full path to the calendar in the url (ie. http://your.domain.com:8008/principals/users/username/). Also make sure that authentication is correctly set up and matches the authentication setting of the ical server.

  • Spinning wheel trying to reinstall Creative Cloud

    I've tried reinstalling Creative Cloud in order to clean up my applications folder and all it will do now is spin. Before Uninstalling my apps I was running fine with 2014 apps. Help.

    Mac Spinning Wheel https://forums.adobe.com/message/5470608
    -Similar in Windows https://forums.adobe.com/message/5853430
    or
    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • Mac Book Pro constantly displays spinning wheel of death HELP!!!

    My Mac Book Pro (after installing Mavericks) displays the spinning wheel of death multiple times per day. I thought it was my Google Chrome, but now it has been happening no matter what application I am using. I used Etrecheck to see what is going on with my computer, but I don't actually know what the output means. I've copied the information below.
    More information: I no longer have a Blackberry, but I don't know how to remove any software that may still be on my computer (since I see Blackberry listed under Kernel Extensions). I also backed up my harddrive on the 28th, just to be safe.
    I would greatly appreciate any and all help with this. I'm in the process of trying to study for mulitple teacher certification exams, so this is the worst possible time for tmy computer to suddenly go haywire. Thank you so much to anyone who takes the time to help!
    Hardware Information:
              MacBook Pro (13-inch, Mid 2010)
              MacBook Pro - model: MacBookPro7,1
              1 2.66 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 320M - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 0:21:46
    Disk Information:
              Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 319.21 GB (224.83 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information:
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [kext loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.64) Support
              [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.64) Support
              [not loaded] com.seagate.driver.PowSecDriverCore (5.2.3 - SDK 10.4) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.3 - SDK 10.4) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.3 - SDK 10.5) Support
              [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.3 - SDK 10.4) Support
    Startup Items:
              HP IO: Path: /Library/StartupItems/HP IO
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.cloudpath.maccmd.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [running] com.rim.BBDaemon.plist Support
              [running] com.sophos.autoupdate.plist Support
              [running] com.sophos.intercheck.plist Support
              [running] com.sophos.notification.plist Support
              [failed] Safe.Connect.plist Support
    Launch Agents:
              [loaded] com.google.keystone.agent.plist Support
              [running] com.hp.devicemonitor.plist Support
              [loaded] com.hp.messagecenter.launcher.plist Support
              [running] com.hp.productresearch.plist Support
              [running] com.rim.BBLaunchAgent.plist Support
              [running] com.sophos.uiserver.plist Support
              [running] net.culater.SIMBL.Agent.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
              [loaded] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
              [loaded] com.leadertech.PowerRegister.SEA1.83d33ce173c08a4063a3d2747cfbb0a9.plist Support
              [running] com.spotify.webhelper.plist Support
    User Login Items:
              AdobeResourceSynchronizer
              Dropbox
              HP Scheduler
              SophosUIServer
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.3.0.18358 Support
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 2.3.8.1 Support
              NP2020Player: Version: 5.0.4.0 Support
              OfficeLiveBrowserPlugin: Version: 12.3.6 Support
              AdobePDFViewerNPAPI: Version: 10.1.9 Support
              FlashPlayer-10.6: Version: 13.0.0.206 - SDK 10.6 Support
              Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
              Flash Player: Version: 13.0.0.206 - SDK 10.6 Support
              iPhotoPhotocast: Version: 7.0 - SDK 10.7
              googletalkbrowserplugin: Version: 5.3.0.18358 Support
              NP_2020Player_IKEA: Version: 5.0.7.0 Support
              AdobePDFViewer: Version: 10.1.9 Support
              CouponPrinter-FireFox_v2: Version: Version 1.1.6 Support
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.0.2 Support
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
              Picasa: Version: 1.0 Support
    3rd Party Preference Panes:
              Flash Player  Support
              Flip4Mac WMV  Support
    Time Machine:
              Skip System Files: NO
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 297.29 GB Disk used: 87.91 GB
              Destinations:
                        Time Machine Backups [Local] (Last used)
                        Total size: 465.44 GB
                        Total number of backups: 3
                        Oldest backup: 2013-01-14 01:49:07 +0000
                        Last backup: 2014-04-28 23:07:32 +0000
                        Size of backup disk: Adequate
                                  Backup size 465.44 GB > (Disk used 87.91 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   9%          mds
                   4%          WindowServer
                   1%          InterCheck
                   0%          BBLaunchAgent
                   0%          fontd
    Top Processes by Memory:
              143 MB          Google Chrome
              139 MB          InterCheck
              106 MB          com.apple.IconServicesAgent
              74 MB          Dropbox
              66 MB          mds_stores
    Virtual Memory Information:
              765 MB          Free RAM
              1.48 GB          Active RAM
              1.04 GB          Inactive RAM
              492 MB          Wired RAM
              1.05 GB          Page-ins
              0 B          Page-outs

    kmiddlet88,
    yes, it could be due to nearly anything listed in your kernel extensions, startup items, launch daemons, launch agents, or user items above. Please check all of your installed third-party software to make sure that the versions which are installed on your MacBook Pro are compatible with Mavericks; uninstall every software package which isn’t Mavericks-compatible. After you’ve done that, boot into Safe mode, and see if you still get the beach ball of doom there. If it doesn’t appear there, restart normally and see if it appears then.

  • Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.   Is th

    Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.
    Is there another way to adjust tempo of loops the faster way, any other technique?

    No clue why the final processes have suddenly started to take so long. Two things I'd try: a) capture from an older tape to see if some problem with the new tape is at fault.  And b) check the health of your RAM and the hard drive.
    The red frame sounds a bit like a glitch we used to have in OnLocation (actually in its predecessor HDV Rack) which was caused by a partial GOP. But that was a product of HDV Rack recording from the live video stream. It turned out that HDV cameras intentionally interrupt the data stream for an instant upon starting to record--specifically to avoid recording a partial GOP to tape. So my gut says that the tape has partial GOPs at the points where you stopped/started recording.

  • Please can anyone help me. Spinning wheel on any operation after Mavericks Install.

    I would really appreciate anybody's help as I am desperate. Thank you in advance.
    After 3 days I have finally got a system running again on my macbook pro mid 2012 but not a without major problem.
    I am constantly getting the spinning colour wheel and i can hardly do anything. Booting up in safe mode is fine and I get no spinning wheel.
    Briefly what has happened -
    4 days ago I decided to make a clean install of mavericks as I wanted to clear the clutter from my hard drive and the fact i was getting a spinning colour wheel very ten minutes for around 10 seconds thus interrupting my work. The download and install kept failing toward the end of installation process. Through recovery mode and disk utility i wiped my hard rive to put on a fresh copy but that left me with no recovery, no OS and it has taken 3 days for me and some help from a guy in the apple community to finally get a system running.
    Unfortunately my only internet connection (which i sci-fi) is at a cafe in the small village I live in and I have no access to another mac or internet connection and there is no genius bar or mac tech of any sort near by. So I went through the steps of 'internet recovery mode' which kept failing but after 2 days and hours in the cafe I managed to install mountain lion onto a usb stick. With this I was able to put mountain lion on my system. It seemed fine and I then went onto download mavericks. Every time the installation failed. It takes nearly four hours for it to even download. Last night through endless attempts using the createinstallmedia method i was able to wipe my usb that had mountain lion on and put mavericks installer onto it. So i was left with a usb stick with mavericks installer on it and mountain lion on my macbook pro.
    Last night I kept trying to install mavericks via Disk Utility in recovery mode because trying to install it from the usb just wasn't working. after attempts here and there and no luck - In disk utility i saw on the left My apple hard drive and underneath the name of my personally named HD. Below that was a horizontal line and below was a yellow/orange hd with disk02 labelled next to it and one called base system. Below that my usb with install os x mavericks.
    This morning, in the cafe I managed to get mavericks working via disk utility in recovery mode. The problem is when i click on finder in the dock, when i try open an app, click on the menu bar - I get the coloured spinning wheel which keeps going for at least two minutes. I fixed disk permissions, run verify disk and everything was fine, started in safe mode and everything is fine. I reset my pram, smc and still i have this spinning wheel when i try do anything . I have my phone with me and its been the only way i can go online to try solve any problem what so ever but as of this moment i have typed and no spinning wheel but if open another tab it will start. I managed to download ETRECHECK and have my results, I also looked at my console which I don't understand but obviously something is wrong. I will post below my results from etrecheck and console, if someone could advice me I would be very grateful.
    etrecheck report -
    EtreCheck version: 1.9.15 (52)
    Report generated 10 September 2014 10:31:47 BST
    Hardware Information: ?
      MacBook Pro (15-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,1
      1 2.3 GHz Intel Core i7 CPU: 4 cores
      16 GB RAM
    Video Information: ?
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1440 x 900
      NVIDIA GeForce GT 650M - VRAM: 512 MB
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:57:15
    Disk Information: ?
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      OS X HD (disk0s2) / [Startup]: 499.25 GB (480.66 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS31N
    USB Information: ?
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    User Login Items: ?
      None
    Internet Plug-ins: ?
      Default Browser: Version: 537 - SDK 10.9
      QuickTime Plugin: Version: 7.7.3
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      None
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          1% fontd
          1% Console
          0% WindowServer
          0% System Events
          0% imagent
    Top Processes by Memory: ?
      147 MB Safari
      131 MB mds_stores
      98 MB com.apple.WebKit.WebContent
      98 MB com.apple.IconServicesAgent
      82 MB Console
    Virtual Memory Information: ?
      11.87 GB Free RAM
      2.35 GB Active RAM
      580 MB Inactive RAM
      1.20 GB Wired RAM
      738 MB Page-ins
      0 B Page-outs
    -- my Console will follow after a restart and copy and paste.
    Thank you for any help.
    Gregg

    and this is my log after a restart -
    10/09/2014 10:42:07.872 sharingd[174]: Starting Up...
    10/09/2014 10:42:07.978 revisiond[28]: objc[28]: Class GSLockToken is implemented in both /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond and /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage. One of the two will be used. Which one is undefined.
    10/09/2014 10:42:08.232 xpcproxy[202]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    10/09/2014 10:42:08.336 com.apple.IconServicesAgent[203]: IconServicesAgent launched.
    10/09/2014 10:42:08.399 SystemUIServer[160]: Cannot find executable for CFBundle 0x7fba19525dd0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    10/09/2014 10:42:08.590 accountsd[209]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    10/09/2014 10:42:08.600 com.apple.SecurityServer[15]: Session 100011 created
    10/09/2014 10:42:08.640 WiFiKeychainProxy[184]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    10/09/2014 10:42:08.641 WiFiKeychainProxy[184]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    10/09/2014 10:42:08.644 SocialPushAgent[185]: ApplePushService: APSConnection being used without a delegate queue
    10/09/2014 10:42:08.647 SystemUIServer[160]: Cannot find executable for CFBundle 0x7fba1b050d50 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    10/09/2014 10:42:08.649 SystemUIServer[160]: Cannot find executable for CFBundle 0x7fba1b05d3d0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    10/09/2014 10:42:08.727 com.apple.IconServicesAgent[203]: Error: Failed to add value to tree: Invalid node at index: 248.
      1   IconServices                        0x000000010ee4e9f5 _ZN11SharedCache9_addValueEyR15SharedCacheItem + 391
      2   IconServices                        0x000000010ee4e78c _ZN11SharedCache8addValueEyR15SharedCacheItem + 56
      3   IconServices                        0x000000010ee52cb7 ___ZN18IconImageGenerator4mainEv_block_invoke7 + 940
      4   libdispatch.dylib                   0x000000010df2028d _dispatch_client_callout + 8
      5   libdispatch.dylib                   0x000000010df21146 _dispatch_barrier_sync_f_invoke + 39
      6   IconServices                        0x000000010ee525ba _ZN18IconImageGenerator4mainEv + 734
      7   IconServices                        0x000000010ee53ea8 _ZN11WorkManager11processWorkEP4Work + 112
      8   IconServices                        0x000000010ee53e1f ___ZN11WorkManager11enqueueWorkEP4WorkU13block_pointerFvS1_E_block_invoke_5 + 26
      9   libdispatch.dylib                   0x000000010df231bb _dispatch_call_block_and_release + 12
      10  libdispatch.dylib                   0x000000010df2028d _dispatch_client_callout + 8
      11  libdispatch.dylib                   0x000000010df247e3 _dispatch_async_redirect_invoke + 154
      12  libdispatch.dylib                   0x000000010df2028d _dispatch_client_callout + 8
      13  libdispatch.dylib                   0x000000010df22082 _dispatch_root_queue_drain + 326
      14  libdispatch.dylib                   0x000000010df23177 _dispatch_worker_thread2 + 40
      15  libsystem_pthread.dylib             0x000000010e215ef8 _pthread_wqthread + 314
      16  libsystem_pthread.dylib             0x000000010e218fb9 start_wqthread + 13
    10/09/2014 10:42:08.811 accountsd[209]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (5F1FE0B1-54A5-4F0A-AB0E-F068ACC1C067) could not be found!
    10/09/2014 10:42:08.812 accountsd[209]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    10/09/2014 10:42:08.945 xpcproxy[216]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    10/09/2014 10:42:09.151 SystemUIServer[160]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    10/09/2014 10:42:09.151 SystemUIServer[160]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    10/09/2014 10:42:09.588 AirPlayUIAgent[219]: 2014-09-10 10:42:09.587638 AM [AirPlayUIAgent] Changed PIN pairing: no
    10/09/2014 10:42:09.593 AirPlayUIAgent[219]: 2014-09-10 10:42:09.593451 AM [AirPlayUIAgent] Changed PIN pairing: no
    10/09/2014 10:42:09.594 com.apple.IconServicesAgent[203]: main Failed to composit image for binding VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x107] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ????.
    10/09/2014 10:42:09.594 apsd[60]: Unrecognized leaf certificate
    10/09/2014 10:42:09.595 quicklookd[210]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ???? request size:128 scale: 1
    10/09/2014 10:42:09.934 com.apple.time[152]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    10/09/2014 10:42:09.938 com.apple.time[152]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    10/09/2014 10:42:10.150 awacsd[58]: Exiting
    10/09/2014 10:42:10.444 com.apple.dock.extra[204]: <NSXPCConnection: 0x7f954b7689f0>: received an undecodable message (no exported object to receive message). Dropping message.
    10/09/2014 10:42:10.531 com.apple.SecurityServer[15]: Session 100013 created
    10/09/2014 10:42:11.535 SocialPushAgent[185]: (null) - (null) - 0 - Request error: The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    10/09/2014 10:42:11.535 SocialPushAgent[185]: __110-[SPALinkedInService registerForPushNotificationsAndUpdatePersistFileWithDeviceToken:UUID:account:en abledFor:]_block_invoke_2 [92] -- *** POST of push registration FAILED. responseCode: 401. Error: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7fc950433030 {NSErrorFailingURLStringKey=https://api.linkedin.com/v1/device-notifications, NSUnderlyingError=0x7fc950608700 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)", NSErrorFailingURLKey=https://api.linkedin.com/v1/device-notifications}.
    Response:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <error>
      <status>401</status>
      <timestamp>1410342131391</timestamp>
      <request-id>QBBS5TIFXF</request-id>
      <error-code>0</error-code>
      <message>[unauthorized]. Expired access token. Timestamp: 1407583881616</message>
    </error>
    10/09/2014 10:42:11.610 SocialPushAgent[185]: -[SPAService handleChangesToPushNotificationSettings] [111] -- *** unable to get the current device-token:(null) and/or the uuid:(null) (type = com.apple.social.linkedin)
    10/09/2014 10:42:12.054 SocialPushAgent[185]: (null) - (null) - 0 - Request error: The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    10/09/2014 10:42:12.054 SocialPushAgent[185]: __110-[SPALinkedInService registerForPushNotificationsAndUpdatePersistFileWithDeviceToken:UUID:account:en abledFor:]_block_invoke_2 [92] -- *** POST of push registration FAILED. responseCode: 401. Error: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7fc9507142f0 {NSErrorFailingURLStringKey=https://api.linkedin.com/v1/device-notifications, NSUnderlyingError=0x7fc950735b10 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)", NSErrorFailingURLKey=https://api.linkedin.com/v1/device-notifications}.
    Response:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <error>
      <status>401</status>
      <timestamp>1410342131914</timestamp>
      <request-id>VN23CP2E4Q</request-id>
      <error-code>0</error-code>
      <message>[unauthorized]. Expired access token. Timestamp: 1407583881616</message>
    </error>
    10/09/2014 10:42:12.329 gamed[207]: CKSoftwareMap: Registering with Daemon
    10/09/2014 10:42:12.534 SocialPushAgent[185]: (null) - (null) - 0 - Request error: The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    10/09/2014 10:42:12.534 SocialPushAgent[185]: __110-[SPALinkedInService registerForPushNotificationsAndUpdatePersistFileWithDeviceToken:UUID:account:en abledFor:]_block_invoke_2 [92] -- *** POST of push registration FAILED. responseCode: 401. Error: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7fc9506029f0 {NSErrorFailingURLStringKey=https://api.linkedin.com/v1/device-notifications, NSUnderlyingError=0x7fc950617910 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)", NSErrorFailingURLKey=https://api.linkedin.com/v1/device-notifications}.
    Response:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <error>
      <status>401</status>
      <timestamp>1410342132396</timestamp>
      <request-id>RMWDQI5C9G</request-id>
      <error-code>0</error-code>
      <message>[unauthorized]. Expired access token. Timestamp: 1407583881616</message>
    </error>
    10/09/2014 10:42:13.597 com.apple.NotesMigratorService[224]: Joined Aqua audit session
    10/09/2014 10:42:13.716 com.apple.internetaccounts[216]: An instance 0x7fe6035ea790 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fe6035ea8b0> (
    <NSKeyValueObservance 0x7fe6035ea840: Observer: 0x7fe6035ea160, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x11c4e343b, Property: 0x7fe6035e2f00>
    10/09/2014 10:42:13.722 com.apple.internetaccounts[216]: An instance 0x7fe60375f7e0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fe60375fa00> (
    <NSKeyValueObservance 0x7fe60375f890: Observer: 0x7fe60375edf0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x11c4e343b, Property: 0x7fe6035e2f00>
    10/09/2014 10:42:15.876 com.apple.time[152]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    10/09/2014 10:42:18.822 parentalcontrolsd[233]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    10/09/2014 10:42:46.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x2800 ****
    10/09/2014 10:43:52.000 kernel[0]: disk0s2: I/O error.
    10/09/2014 10:43:53.648 ReportCrash[245]: Saved crash report for PluginProcess[242] version 9537 (9537.77.4) to /Users/gregghartley/Library/Logs/DiagnosticReports/PluginProcess_2014-09-10-104 353_Greggs-MacBook-Pro.crash
    10/09/2014 10:43:59.461 Console[252]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    10/09/2014 10:44:21.017 com.apple.launchd[1]: (com.apple.WebKit.WebContent.BDB385CE-A81F-42DC-A2C0-22FB10393682[239]) Could not terminate job: 3: No such process
    10/09/2014 10:44:21.017 com.apple.launchd[1]: (com.apple.WebKit.WebContent.BDB385CE-A81F-42DC-A2C0-22FB10393682[239]) Using fallback option to terminate job...
    10/09/2014 10:44:21.023 com.apple.launchd[1]: (com.apple.WebKit.Networking.F8370421-D068-417A-A5F7-A1014B264202[238]) Exited with code: 1
    10/09/2014 10:44:31.937 com.apple.launchd[1]: (com.apple.WebKit.WebContent.79A3EAE7-3B71-47A5-A430-F255F70590DD[240]) Exited with code: 1
    10/09/2014 10:44:51.925 com.apple.launchd[1]: (com.apple.qtkitserver[254]) Exit timeout elapsed (20 seconds). Killing
    10/09/2014 10:44:52.000 kernel[0]: disk0s2: I/O error.
    10/09/2014 10:45:52.118 firmwaresyncd[46]: /sbin/fsck_msdos exited with 8
    10/09/2014 10:45:52.118 firmwaresyncd[46]: Command /sbin/fsck_msdos output: ** /dev/disk0s1
    ** Phase 1 - Preparing FAT
    ** Phase 2 - Checking Directories
    /EFI/APPLE/CACHES/CAFEBEEF starts with free cluster
    Remove? no
    ** Phase 3 - Checking for Orphan Clusters
    Found orphan cluster(s)
    Fix? no
    Found 5 orphaned clusters
    Free space in FSInfo block (371723) not correct (371721)
    Fix? no
    10 files, 185860 KiB free (371721 clusters)

  • When I turn on my iMac it comes up with the icon which I then log into. The password works and I then get the apple icon and the spinning wheel. After a minute it turns into a prohibited icon. If I log on the guest icon I get to Safari. Help!

    When I turn on my iMac it comes up with the login icons which I then choose and log into. The password works and I then get the apple icon and the spinning wheel. After about a minute the Apple icon turns into a prohibited icon. However, if I log in under the guest icon, I can access the wifi and get to Safari. I really don't know what to do next. Any help would be gratefully appreciated.

    Are you running any A-V? If it's an iMac 21.5, I don't think you're running Leopard, 10.5. Probably at least Snow Leopard, 10.6. This is the Leopard forum.
    This article says meant for 10.3.9 and eariler, but contains some still useful suggestions.
    http://support.apple.com/kb/TS1411
    Try a Safe Boot. Shift at the startup chime and expect a much longer time to boot. This will bring you to a login screen with "Safe Boot" in red.
    Look at this as well.
    http://support.apple.com/kb/TS1417

  • An old MacBook Air, on start up just have a grey screen with a spinning wheel? please help

    I have a mac book air. On start up I get just a grey screen with a spinning wheel. This lasts for about 15 minutes then I have just a deep blue screen. can anyone help please?

    You should find the USB stick that shipped with your MBA and hold the Option key while rebooting. This will allow you to boot up and try doing a Repair Disk. If yours is an early model with a HDD your drive may have died. You can get a repalcement drive from OWC. They are pretty easy to install and the tools come with the kit.

  • I try to reset iPhone 4 to "erase all content and setting" but it stuck on spinning wheel, help please.

    I have read things that can help me such as this:
    wjosten
    This solved my questionRe: Spinning wheel after 'Erase All...'
    Jul 8, 2011 1:44 AM (in response to khosra)
    Something has gone wrong, on a 3GS, the erase of all content setting should take but a minute or two.
    You will have to force the phone into recovery mode:
    Turn the phone off using the Sleep/Wake button, then the slide to power off. If you are unable to do that, press and hold the Sleep/Wake and Home buttons at the same time. When your phone turns off, release the Sleep/Wake and Home buttons. Then, leave the USB cable connected to your computer, but NOT your phone, iTunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new. In your case, select NEW.
    and when I try to put it to iTunes it give me a message saying" The iPhone software update server could not be contacted." PLEASE HELP. I just got this iPhone 4.
    and also when I try to updated it like a month ago it won't work.

    Sorry, you said I need to take it to the Apple Store to help me with the iPhone before I posted that. What do they mean: 
    Additional Information
    The “hosts” file may also be blocking gs.apple.com.
    Select the hosts file (normally you can find your hosts file at C:\WINDOWS\SYSTEM32\DRIVERS\ETC).
    Click the Edit menu, and choose Copy.
    Then, click the Edit menu again, and choose Paste. There should now be a duplicate of the hosts file named "Copy of hosts" (Windows XP) or "hosts -Copy" (Windows Vista/7).
    Drag the original hosts file to your desktop. If Windows needs your permission to continue, click Continue.
    Drag the "Copy of hosts" (Windows XP) or "hosts -Copy" (Windows Vista/7) to the desktop.
    Right-click "Copy of hosts" (Windows XP) or "hosts -Copy" (Windows Vista/7) and choose Open. You may be prompted to choose the program you want to use to open this file. Double-click Notepad.
    When Notepad opens, click the Edit menu and choose Select All. Then from the Edit menu, choose Delete.
    From the File menu, choose Save. Close Notepad.
    Drag the "Copy of hosts" (Windows XP) or "hosts -Copy" (Windows Vista/7) file from your desktop back into the original location. If Windows needs your permission to continue, click Continue.
    Right-click the  "Copy of hosts" (Windows XP) or "hosts -Copy" (Windows Vista/7) file, and choose Rename. Type "hosts" (without quotation marks) and press Enter.
    Restart your computer and try connecting to the software update server.

  • ITunes 10.6.3 freezes/spinning wheel when I click the 'book' tab for the ipad. HELP!

    Hey all,
    Tried searching the net but cannot find a suitable solution to my problem
    This problem occurs every now and then, but this time I can't fix it.
    When I connect my ipad to my Macbook (2.2 Ghz Intel Core 2 Duo 2009 running OS 10.5.8) and I try to click any tab (Music/Book/Apps etc) when I have the ipad selected in iTunes - iTunes freezes and I get the spinning wheel of death!
    I really need to sync up some documents into ibooks and am getting really frustrated.
    I plan to buy a Macbook Pro in the coming months so upgrading iTunes or OS is not something I want to be doing, I just want to be able to sync books without iTunes crashing on me.
    Have tried restarting computer and iTunes, checking active and inactive ram in the Activity Monitor but nothing works.
    Any help would be greatly appreciated.
    Thanks!

    What version of iTunes do you have on your computer?
    http://www.apple.com/itunes/download/

  • My ipod has stopped working since the laptop turned off during synching.it shows no music and wont play games also is slower,constantly resets and freezes itunes when connected to computer.if i switch it off a spinning wheel appears till batt dies.help?

    My Ipod has stopped working properly since the laptop shut down during synching.
    My ipod is being slower and wont show any music. when I go into general settings it says the music and videos are loading..
    It wont let me into settings all of the time either.
    My applications and games have become slow or unresponsive.
    The ipod keeps resetting itself, I have tried resetting it to no avail.
    I tried plugging it into itunes but it freezes itunes and wont show up on my computer.
    When I switch off the ipod it shows a spinning wheel until the battery dies, which could be nearly 2 hours!!
    does anyone have any advice as to what to do?
    currently ive reset it - nothing has happened
    ive let the battery drain itself then recharged it to see if that would make a difference - no difference
    Help ASAP needed

    Try restoring the iPod via iTunes. First from backup and if problem persists, restore to factory defaults/new iPod.
    If still problem make an appointment at the Genius Bar of an Apple store. If your iPod is with in the one-year warrranty, not abused and defective Apple will replace it.

Maybe you are looking for