Having lots of trouble debugging program

Hello,
Im writing a very simple pong program, when I found that I needed to make an array of booleans, for remembering which keys are held down. Heres the program...
import java.awt.*;
import java.applet.Applet.*;
import java.awt.event.*;
import java.lang.*;
public class Pong extends java.applet.Applet implements KeyListener,Runnable{
     double ballX;
     double ballY;
     double paddleLeft;
     double paddleRight;
     boolean[] keys=new boolean[5];
     Thread t=new Thread(this);
     public void init(){
          ballX=100;
          ballY=100;
          paddleLeft=150;
          paddleRight=150;
          for(int i=0;i<4;i++){
               keys=new boolean();
          keys[1]=false;
          keys[2]=false;
          keys[3]=false;
          keys[4]=false;
          addKeyListener(this);
          t.start();
     public void paint(Graphics g){
          g.fillRect(5,(int)paddleLeft,5,70);
          g.fillRect(490,(int)paddleRight,5,70);
          g.fillOval((int)ballX,(int)ballY,10,10);
          if (keys[1]){g.drawString("hi",50,50);}
     public void keyTyped(KeyEvent e){}
     public void keyPressed(KeyEvent e){
          int keyPressed=e.getKeyCode();
          if (keyPressed==38){keys[1]=true;}          //arrow up
          if (keyPressed==40){keys[2]=true;}          //arrow down
          if (keyPressed==87){keys[3]=true;}          //w (up)
          if (keyPressed==83){keys[4]=true;}          //s (down)
     public void keyReleased(KeyEvent e){
          int keyPressed=e.getKeyCode();
          if (keyPressed==38){keys[1]=false;}          //arrow up
          if (keyPressed==40){keys[2]=false;}          //arrow down
          if (keyPressed==87){keys[3]=false;}          //w (up)
          if (keyPressed==83){keys[4]=false;}          //s (down)
     public void run(){
          while(true){
               repaint();
               try {
                    Thread.sleep(100);
               catch (InterruptedException e){}
and the output from the compiler..
/tmp/29795/Pong.java:22: '[' expected
               keys[i]=new boolean();
^
/tmp/29795/Pong.java:22: illegal start of expression
               keys[i]=new boolean();
^
/tmp/29795/Pong.java:22: incompatible types
found : boolean[]
required: boolean
               keys[i]=new boolean();
^
3 errors
I cant seem to figure out what to do.. please help!
Thanks in advance..

boolean is a primitive, not a class, so it doesn't have a constructor. When you create you boolean array, every element is initialized to a boolean with a value of false.
If it were an array of objects (that is, references), then every element would be initialized to a reference with a value of null, and you'd need to create objects to assign to each of those references.

Similar Messages

  • I'm having lots of trouble finding semi-decent equipment at an affordable price. I would like to start a podcast with two hosts and I have a macbook pro that i purchased in april 2011. any suggestions?

    I'm having lots of trouble finding semi-decent equipment at an affordable price. I would like to start a podcast with two hosts and I have a macbook pro that i purchased in april 2011. any suggestions?

    I should keep it simple - if you start getting involved with mixers and multiple microphones you will find the cost escalating  alarmingly. If you can get yourself a decent microphone and spend some time doing tests to find the best way of balancing the voices you should be able to get acceptable results. You can't plug an ordinary microphone directly into a Mac - you would need a mixer or a preamplifier - so it's probably worth looking at USB mics. I don't know what cost range is available, and you would have to check that they would work with your Mac. Otherwise you will need an ordinary moving-coil mic and probably a USB audio converter which can accept a microphone - look at the Roland site.

  • Having lots of trouble signing on. I have 3.6, didn't start til downloaded 4.0 s0 deleted 4.0 still trouble, when it finally pops up, it's about 18 times

    I click and click and click, till finally it pops up about 18 to 25 times.

    Hi-
    Looking through your log, I noticed the system is having problems with some M-Audio drivers.
    6/27/09 10:11:47 AM com.apple.SystemStarter28 extension /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext does not contain code for this architecture
    6/27/09 10:11:47 AM com.apple.SystemStarter28 2009-06-27 10:11:47.745 DeviceHelper143:10b Error (1) occurred while trying to load /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext. Load failed.
    6/27/09 10:12:03 AM com.apple.SystemStarter28 2009-06-27 10:12:03.300 DeviceHelper143:10b * Assertion failure in +MADevice devices, ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM com.apple.SystemStarter28 2009-06-27 10:12:03.302 DeviceHelper143:10b No devices found.
    6/27/09 10:12:03 AM DeviceHelper143 * Assertion failure in +MADevice devices, ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM DeviceHelper143 No devices found.
    6/27/09 10:12:03 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow91) Exited: Terminated
    Old drivers, outdated drivers and incompatible drivers can cause sleep problems.
    If you are not using any M-audio devices, I would remove the files.
    If you are, you should check for updates, and still should remove the offending files.
    If you migrated your user files from a previous system, say from a PPC system, these can cause problems.
    Start by running in safe mode, and see if the machine sleeps and wakes as it should.
    Troubleshoot your Startup and Login items as described in this article:
    http://www.thexlab.com/faqs/startupitems.html

  • Having lots of trouble installing an OS (A75IA-E53)

    I recently got hold of a MSI FM2-A75IA-E53 board, an AMD A8-6600k, some RAM and a new Hard Drive.
    It shipped with BIOS 2.2 and I've updated it 2.3 (just because it was annoying me and I wanted to see if it fixed anything).
    I've tried all manor of versions of OS - Ubuntu 14.04 x86/x64 Desktop and Server, Debian 7, Windows 10 TP, Windows 7, Windows 8.1.
    All of them fail for all sorts of different reasons, IRQL, Faults_In_NON_PAGED_AREA, frequent fails at "Setting up devices" during first boot of Windows. Linux boxes very rarely go past installing the base system, Debian did... but then was constantly moaning about soft crashes and after about 4~ hours would just become totally unresponsive.
    I've tried different HDDs and I've tried a different stick of RAM, but always get the same thing and I'm beginning to re-evaluate my enjoyment of computering.
    Any ideas? I'm thinking presumably board fault? but to date my experience of boards is that they exist in two states, working perfectly fine, or totally dead.

    Hi,
    Please tell us a bit more about your system: see >>Posting Guide<<
    Also what way did you install all the OS (USB, Disk)? And what way did you update the BIOS? Was it successful(does it say it runs 2.3) ?
    Also did you try to >>Clear CMOS<< ?

  • Having LOTS of trouble installing CS2

    I am trying to install Photoshop CS2 on a new computer running Windows 7.  I know it should work because I've installed it successfully on Windows 7 before.  I was told that the registered versions no longer work and that I needed to download the free version.  I downloaded all the files.  When I ran the first one it asked for my serial number.  I put it in.  It said it was invalid.  I checked and rechecked.  I made sure it matched the one on my Adobe account.  It still says it's the wrong serial number.
    Why do I need a serial number anyway if this is free software.
    Anyway, I need HELP.  I've been trying to get this to work for almost two days.  I've had three chat sessions which were very time consuming.  The last person said that CS2 is only suppported now via this forum.
    Help!!

    csuebele wrote:
    I believe you hard drive needs to be less than 1 TB to be able to load CS2.
    Goodness, I didn't know that. 
    I must have posted this link at least a dozen times, but have never read it thoroughly
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    Just read it all and didn't see max HDD size mentioned, but there's a reference to PS7 and >1Tb HDDs in this old thread
    http://forums.adobe.com/message/5739459

  • Having lots of trouble creating a multicam clip with independently recorded audio in sync

    I can't figure out why this isn't working and have tried it many different ways and many times. Here's the situation:
    Video was shot on a Canon 5D Mark III and a Canon 7D (I suspect this may be part of the problem because the 5D has timecode capabilities and the 7D doesn't)
    Primary audio was recorded on a Zoom H4N but each camera recorded audio also and the levels are all fine
    I've tried the following to create the mutlicam clip of the interview with all audio and video in sync:
    Naming the Camera Angle for each clip (Profile and Straight On)
    Selecting all of the relevant video clips
    Seleting all of the relevant audio and video clips
    Synchronizing the video clips with the high quality audio clips (half of which I had to do by hand) and then selecting the sychronized clips to create the multicam clip
    None of this works. In the end a multicam clip is created that is completely out of sync. I'm at a loss and would love any help!
    Thank you.
    Nick

    I saw in a video tutorial (after trying to find solutions to this problem) that one should assign the independent audio to the same camera angle as one of the cameras. After assigning it to its own angle, it did much better but it loses sync about half way through now. Screenshot attached.
    Nick

  • Having lots or trouble connecting ribbon 1, what's it do?

    I took the back of my daughter iP3 off, and now I
    ve messed it up...At first it wouldn't charge..I fixed that, then the home button didn't work..I fixed that..THEN it would open but all of the colors were messed up..didn't fix that, and now it won't open or show anything on the screen   Ideas??

    Based on your excellent description of what you've done so far, I believe your only option consists of going into an Apple Store and buying an actually working new iPhone.  The one you have "repaired" is toast.
    Hope this helps

  • ASA having lots of trouble

    Hello,
    I'm kind of new in a company where an ASA is starting to have soo many problems since monday. Everything from telephony to RDP is working incorrectly so it's either pretty slow or not working at all.
    I have been monitoring and searching for solutions but this has led me into thinking it is a bug in the code. So here it is...
    - ASA 5540 Code is 8.2(5)41 Interim Release. This is the first thing that led me to think is a bug.
    - Many underruns and overruns in the interfaces despite CPU usage is in the 15% to 20% mark.
    - Constant CPU hogs of random processes (PIX garbage collector, snmp, ssh_init, Unicorn) that make me believe the reason of the under and overruns.
    - Resources have been used at about 25 to 35 percent of the total (110K of 400K conns aprox).
    - Interfaces are at about 95K Kbps
    What I think....
    1. Bug (It's not easy to propose an upgrade since the only way is going to 8.4 and nat changes,etc)
    2. Host with some ind of virus (CPU would go UP)
    3....... that's it
    Any suggestions???

    Hi,
    Please tell us a bit more about your system: see >>Posting Guide<<
    Also what way did you install all the OS (USB, Disk)? And what way did you update the BIOS? Was it successful(does it say it runs 2.3) ?
    Also did you try to >>Clear CMOS<< ?

  • I am having lots of troubles with the new Adobe Reader X.

    When I try to download it I get an error mes
    sage #1402 UNKNOWN\fdf\AcroE
    xch.FDFDoc\ShellNew.
    When I try to cancel the error message I get
    Fatal Error During Installation.  Is there anyone
    out there that could help me.
    Adobe support has not been much help.
    Thanks

    What OS you are working on? From where are you trying to download and using which browser?
    Can you try below link to download Reader X
    http://get.adobe.com/reader/enterprise/

  • Is it possible to reverse the iOS7 upgrade. I'm having lots of trouble on my iPAD 2, especially in audiobus

    The communication between apps in audiobus is out. I'm also experiencing quite often (several times a day) that FB is calling out. I would love to get the former OS back.

    Sorry but Apple does not support downgrading the iOS.
    Other users have had success correcting some issues with their iPad after updating to iOS by resetting all settings and then resetting the iPad.
    To reset all settings use the Settings app.
    Settings > General > Reset > Reset All Settings
    Then reset the iPad like this: Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • ITunes7   Lots of trouble with synchronizing!  Does anyone know what to do?

    I'm having lots of trouble since I installed iTunes7. It takes hours to synchronize my Ipod (40 Gb). The first synchronizing, iTunes7 reinstalled the whole library (7000 songs). After 5 hours, the synchronizing was completed. After playing a few songs on my iPod, I tried out a second synchronizing. iTunes7 synchrionized again all 7000 songs, which would never have happened with iTunes6.0.5. With iTunes6.0.5 it would take a few minutes! By the way, some old bugs are still in iTunes7. For example, sometimes songs bought from iShop are not synchronized to my iPod. iTunes gives a stupid message that the software on my iPod is an old version, which is not true! Yes, my iPod migth be old (3 yrs), but if Apple continious like that, the next mp3-player won't be from Apple

    The issue resolved itself. After synchronizing a few times, things got back to normal!

  • Mac Pro having lots of lock up and crashing trouble

    Hi,
    My early 2008 Mac Pro has been misbehaving for a while now in various ways. Now it is completely out of hand!
    I was having some serious waking from sleep issues in the past and after performing a bunch of maintenance they got better (although they never disappeared completely). Now I am having a lot of trouble with the computer locking up. Usually within 10 minutes of waking from sleep, everything freezes. I can still move the mouse, and the computer will go into (and wake from) a monitor sleep but nothing on the screen is responsive.
    Also, when waking from sleep, the screen goes blue for a few seconds before giving me the normal screen. Here is a copy of the console report from its most recent wake:
    6/27/09 10:00:14 AM kernel Ethernet [Intel8254X]: Link down on en1 called by disable() --
    6/27/09 1:26:53 AM kernel System Sleep
    6/27/09 10:00:14 AM kernel Wake reason = EHCI
    6/27/09 10:00:14 AM kernel System Wake
    6/27/09 10:00:14 AM kernel Previous Sleep Cause: 5
    6/27/09 10:00:14 AM kernel USB (EHCI):Port 4 on bus 0xfd has remote wakeup from some device
    6/27/09 10:00:14 AM kernel Ethernet [Intel8254x]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [792d,6f08,0de1,0e00,45e1,4000]
    6/27/09 10:00:14 AM kernel Ethernet [Intel8254X]: Link down on en1 called by enableHardware() --
    6/27/09 10:00:14 AM configd[14] AppleTalk shutdown complete
    6/27/09 10:00:14 AM configd[14] AppleTalk startup
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM /System/Library/CoreServices/backupd[332] Starting standard backup
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM SystemUIServer[134] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM QuickTime Player[242] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM QuickTime Player[242] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM /System/Library/CoreServices/backupd[332] Backing up to: /Volumes/500 time machine/Backups.backupdb
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:15 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM firefox-bin[195] _NXGetScreenRect: error getting display bounds (1001)
    6/27/09 10:00:16 AM ntpd[25] sendto(17.151.16.20) (fd=27): Can't assign requested address
    6/27/09 10:00:16 AM ntpd[25] bind() fd 27, family 2, port 123, addr 192.168.1.3, in_classd=0 flags=25 fails: Address already in use
    6/27/09 10:00:16 AM ntpd[25] Interface en0 192.168.1.3 failed to bind
    6/27/09 10:00:18 AM /System/Library/CoreServices/backupd[332] Event store UUIDs don't match for volume: MAC PRO
    6/27/09 10:00:18 AM /System/Library/CoreServices/backupd[332] Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|
    6/27/09 10:00:20 AM configd[14] AppleTalk startup complete
    6/27/09 10:06:55 AM /System/Library/CoreServices/backupd[332] Starting pre-backup thinning: 330.43 GB requested (including padding), 175.67 GB available
    and here is the console report from the lockup through the consequent force restart:
    6/27/09 10:07:37 AM fseventsd[38] log dir: /Volumes/500 time machine/.fseventsd getting new uuid: E60D0479-43DA-4E2C-BBCC-D0661CBBE5BB
    6/27/09 10:07:37 AM KernelEventAgent[34] tid 00000000 received unknown event (256)
    6/27/09 10:07:37 AM Disk Utility[480] Erase complete.
    6/27/09 10:07:37 AM Disk Utility[480]
    6/27/09 10:07:51 AM [0x0-0x3e03e].com.apple.systempreferences[497] Unexpected reply from backup server - ignored
    6/27/09 10:08:53 AM kernel IOHIDSystem::relativePointerEventGated: Capping VBL time to 20000000 (was 23528068)
    6/27/09 10:09:07 AM kernel IOHIDSystem::relativePointerEventGated: Capping VBL time to 20000000 (was 23528256)
    6/27/09 10:10:11 AM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    6/27/09 10:10:11 AM com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    6/27/09 10:10:14 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    6/27/09 10:10:14 AM com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    6/27/09 10:10:14 AM com.apple.launchd[1] (com.apple.usbmuxd) Unknown key for boolean: EnableTransactions
    6/27/09 10:10:14 AM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    6/27/09 10:10:14 AM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    6/27/09 10:10:14 AM com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
    6/27/09 10:10:20 AM kernel npvhash=4095
    6/27/09 10:10:14 AM DirectoryService[11] Launched version 5.7 (v514.25)
    6/27/09 10:10:20 AM kernel hi mem tramps at 0xffe00000
    6/27/09 10:10:14 AM DirectoryService[11] Improper shutdown detected
    6/27/09 10:10:20 AM kernel PAE enabled
    6/27/09 10:10:15 AM kextd[10] 425 cached, 0 uncached personalities to catalog
    6/27/09 10:10:20 AM kernel 64 bit mode enabled
    6/27/09 10:10:20 AM kernel Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386
    6/27/09 10:10:20 AM kernel standard timeslicing quantum is 10000 us
    6/27/09 10:10:20 AM kernel vmpagebootstrap: 1489804 free pages and 83060 wired pages
    6/27/09 10:10:20 AM kernel migtable_maxdispl = 79
    6/27/09 10:10:20 AM kernel 98 prelinked modules
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=2 LocalApicId=6 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=3 LocalApicId=4 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=4 LocalApicId=3 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=5 LocalApicId=7 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=6 LocalApicId=5 Enabled
    6/27/09 10:10:20 AM kernel AppleACPICPU: ProcessorApicId=7 LocalApicId=2 Enabled
    6/27/09 10:10:20 AM kernel Loading security extension com.apple.security.TMSafetyNet
    6/27/09 10:10:20 AM kernel calling mpopolicyinit for TMSafetyNet
    6/27/09 10:10:20 AM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    6/27/09 10:10:20 AM kernel Loading security extension com.apple.nke.applicationfirewall
    6/27/09 10:10:20 AM kernel Loading security extension com.apple.security.seatbelt
    6/27/09 10:10:20 AM kernel calling mpopolicyinit for mb
    6/27/09 10:10:20 AM kernel Seatbelt MACF policy initialized
    6/27/09 10:10:20 AM kernel Security policy loaded: Seatbelt Policy (mb)
    6/27/09 10:10:20 AM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    6/27/09 10:10:20 AM kernel The Regents of the University of California. All rights reserved.
    6/27/09 10:10:20 AM kernel MAC Framework successfully initialized
    6/27/09 10:10:20 AM kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    6/27/09 10:10:20 AM kernel IOAPIC: Version 0x20 Vectors 64:87
    6/27/09 10:10:20 AM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    6/27/09 10:10:20 AM kernel mbinit: done
    6/27/09 10:10:20 AM kernel Security auditing service present
    6/27/09 10:10:20 AM kernel BSM auditing present
    6/27/09 10:10:20 AM kernel rooting via boot-uuid from /chosen: 5B59242C-FE8C-3840-9212-87FB33B90566
    6/27/09 10:10:20 AM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    6/27/09 10:10:20 AM kernel FireWire (OHCI) TI ID 823f built-in now active, GUID 001f5bfffe170f98; max speed s800.
    6/27/09 10:10:20 AM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/WDC WD5000AAKS-00A7B0 Media/IOGUIDPartitionScheme/Untitled@2
    6/27/09 10:10:20 AM kernel BSD root: disk3s2, major 14, minor 11
    6/27/09 10:10:20 AM kernel jnl: unknown-dev: replay_journal: from: 765952 to: 4929536 (joffset 0x72832d2000)
    6/27/09 10:10:20 AM kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    6/27/09 10:10:20 AM kernel [Bluetooth::CSRHIDTransition] transition complete.
    6/27/09 10:10:20 AM kernel [HCIController][configurePM] power parent ready after 1 tries
    6/27/09 10:10:20 AM kernel AppleIntelCPUPowerManagement: initialization complete
    6/27/09 10:10:20 AM kernel jnl: unknown-dev: journal replay done.
    6/27/09 10:10:20 AM kernel HFS: Removed 6 orphaned unlinked files or directories
    6/27/09 10:10:20 AM kernel Jettisoning kernel linker.
    6/27/09 10:10:20 AM kernel Resetting IOCatalogue.
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 0
    6/27/09 10:10:20 AM kernel Matching service count = 1
    6/27/09 10:10:20 AM kernel Previous Shutdown Cause: 3
    6/27/09 10:10:20 AM kernel ** Device in slot: SLOT-1 **
    6/27/09 10:10:20 AM kernel AppleTyMCEDriver::probe(MacPro3,1)
    6/27/09 10:10:20 AM kernel AppleTyMCEDriver::probe fails
    6/27/09 10:10:20 AM kernel AppleIntel8254XEthernet: Ethernet address 00:1f:5b:2f:6e:9c
    6/27/09 10:10:20 AM kernel AppleIntel8254XEthernet: Ethernet address 00:1f:5b:2f:6e:9d
    6/27/09 10:10:21 AM mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[17] starting
    6/27/09 10:10:22 AM com.apple.SecurityServer[22] Entering service
    6/27/09 10:10:22 AM bootlog[45] BOOT_TIME: 1246111802 0
    6/27/09 10:10:22 AM fseventsd[38] event logs in /.fseventsd out of sync with volume. destroying old logs. (39230 20 39285)
    6/27/09 10:10:22 AM fseventsd[38] log dir: /.fseventsd getting new uuid: 9405B299-5A2C-4DD9-9A5E-6D0977E33382
    6/27/09 10:10:22 AM rpc.statd[30] statd.notify - no notifications needed
    6/27/09 10:10:22 AM com.apple.usbmuxd[26] usbmuxd-167 built for iTunesEightTwo on May 11 2009 at 13:36:48, running 32 bit
    6/27/09 10:10:22 AM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33] Login Window Application Started -- Threaded auth
    6/27/09 10:10:23 AM /usr/sbin/ocspd[66] starting
    6/27/09 10:10:24 AM kernel jnl: disk0s2: replay_journal: from: 701440 to: 1319936 (joffset 0xe8e000)
    6/27/09 10:10:24 AM kernel jnl: disk2s2: replay_journal: from: 7563776 to: 14519296 (joffset 0xe8e000)
    6/27/09 10:10:24 AM kernel jnl: disk1s3: replay_journal: from: 653312 to: 7903744 (joffset 0x952000)
    6/27/09 10:10:24 AM kernel jnl: disk0s2: journal replay done.
    6/27/09 10:10:27 AM kernel Ethernet [Intel8254x]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [792d,6f08,0de1,0e00,45e1,4000]
    6/27/09 10:10:27 AM loginwindow[33] Login Window Started Security Agent
    6/27/09 10:10:27 AM kernel hfs: early journal init: volume on disk4s3 is read-only and journal is dirty. Can not mount volume.
    6/27/09 10:10:27 AM SecurityAgent[103] Showing Login Window
    6/27/09 10:10:27 AM kernel hfs: early journal init: volume on disk4s5 is read-only and journal is dirty. Can not mount volume.
    6/27/09 10:10:27 AM kernel jnl: disk4s3: replay_journal: from: 8338944 to: 15843328 (joffset 0xe91000)
    6/27/09 10:10:29 AM kernel jnl: disk1s3: journal replay done.
    6/27/09 10:10:29 AM fseventsd[38] event logs in /Volumes/320 WD Drive/.fseventsd out of sync with volume. destroying old logs. (39134 6 39292)
    6/27/09 10:10:29 AM fseventsd[38] log dir: /Volumes/320 WD Drive/.fseventsd getting new uuid: 7B748394-3667-4823-B351-6BA61257BFAC
    6/27/09 10:10:29 AM kernel jnl: disk2s2: journal replay done.
    6/27/09 10:10:29 AM fseventsd[38] event logs in /Volumes/Pura Vida/.fseventsd out of sync with volume. destroying old logs. (39134 6 39292)
    6/27/09 10:10:29 AM fseventsd[38] log dir: /Volumes/Pura Vida/.fseventsd getting new uuid: 392C7436-20B3-4B60-8D32-5CCC3EE2CFFC
    6/27/09 10:10:30 AM kextd[10] writing kernel link data to /var/run/mach.sym
    6/27/09 10:10:32 AM kernel Ethernet [Intel8254X]: Link down on en1 called by enableHardware() --
    6/27/09 10:10:32 AM configd[14] setting hostname to "skaTM.local"
    6/27/09 10:10:32 AM configd[14] AppleTalk startup
    6/27/09 10:10:34 AM kernel jnl: disk4s3: journal replay done.
    6/27/09 10:10:34 AM fseventsd[38] event logs in /Volumes/Mac Pro Backup/.fseventsd out of sync with volume. destroying old logs. (39134 7 39296)
    6/27/09 10:10:34 AM kernel jnl: disk4s5: replay_journal: from: 41153024 to: 41789440 (joffset 0xe8f000)
    6/27/09 10:10:34 AM fseventsd[38] log dir: /Volumes/Mac Pro Backup/.fseventsd getting new uuid: 700AA818-6044-4137-AB60-47FAB9558BCA
    6/27/09 10:10:35 AM mds[32] (/Volumes/Mac Pro Backup/.Spotlight-V100/Store-V1/Stores/EE1F023C-5B17-433B-89BA-DBCF7619C30D)(Er ror) IndexCI in ContentIndexOpenBulk:Could not open /Volumes/Mac Pro Backup/.Spotlight-V100/Store-V1/Stores/EE1F023C-5B17-433B-89BA-DBCF7619C30D/liv e.0.; needs recovery
    6/27/09 10:10:35 AM mds[32] (/Volumes/Mac Pro Backup/.Spotlight-V100/Store-V1/Stores/EE1F023C-5B17-433B-89BA-DBCF7619C30D)(Er ror) IndexCI in copyFileOrFd:write failed - expected:35996, actual: 0
    6/27/09 10:10:35 AM mds[32] (/Volumes/Mac Pro Backup/.Spotlight-V100/Store-V1/Stores/EE1F023C-5B17-433B-89BA-DBCF7619C30D)(Er ror) IndexCI in recoverIndex:recover canceled (0.)
    6/27/09 10:10:35 AM kernel jnl: disk4s5: journal replay done.
    6/27/09 10:10:35 AM fseventsd[38] event logs in /Volumes/320 backup/.fseventsd out of sync with volume. destroying old logs. (39136 1 39299)
    6/27/09 10:10:35 AM fseventsd[38] log dir: /Volumes/320 backup/.fseventsd getting new uuid: 09C9B36E-7BF4-4B10-8BCC-B2CBFDE79B27
    6/27/09 10:10:35 AM mds[32] (/Volumes/320 backup/.Spotlight-V100/Store-V1/Stores/60E398B7-FCFC-43D6-99ED-C4421D743DB2)(Er ror) IndexCI in ContentIndexOpenBulk:Could not open /Volumes/320 backup/.Spotlight-V100/Store-V1/Stores/60E398B7-FCFC-43D6-99ED-C4421D743DB2/liv e.1.; needs recovery
    6/27/09 10:10:35 AM mds[32] (/Volumes/320 backup/.Spotlight-V100/Store-V1/Stores/60E398B7-FCFC-43D6-99ED-C4421D743DB2)(Er ror) IndexCI in copyFileOrFd:write failed - expected:2, actual: 0
    6/27/09 10:10:35 AM mds[32] (/Volumes/320 backup/.Spotlight-V100/Store-V1/Stores/60E398B7-FCFC-43D6-99ED-C4421D743DB2)(Er ror) IndexCI in recoverIndex:recover canceled (0.)
    6/27/09 10:10:37 AM configd[14] AppleTalk startup complete
    6/27/09 10:11:32 AM mdworker[114] (Error) SyncInfo: Boot-cache avoidance timed out!
    6/27/09 10:11:32 AM mdworker[114] (Error) SyncInfo: Boot-cache avoidance timed out!
    6/27/09 10:11:42 AM SystemStarter[28] Skipping disabled StartupItem: /Library/StartupItems/RetroRun
    6/27/09 10:11:42 AM com.apple.SystemStarter[28] Starting ProTec Server
    6/27/09 10:11:42 AM com.apple.SystemStarter[28] Starting Qmaster services
    6/27/09 10:11:47 AM com.apple.SystemStarter[28] 2009-06-27 10:11:47.611 DeviceHelper[143:10b] Loading kernel extension '/Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext'
    6/27/09 10:11:47 AM com.apple.SystemStarter[28] extension /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext does not contain code for this architecture
    6/27/09 10:11:47 AM com.apple.SystemStarter[28] 2009-06-27 10:11:47.745 DeviceHelper[143:10b] Error (1) occurred while trying to load /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext. Load failed.
    6/27/09 10:12:02 AM SecurityAgent[103] User info context values set for scottmag
    6/27/09 10:12:03 AM SecurityAgent[103] Login Window done
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.137 DeviceHelper[143:10b] Restoring Revo settings for user: scottmag (UID:501 GID:20)
    6/27/09 10:12:03 AM loginwindow[33] Login Window - Returned from Security Agent
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.141 DeviceHelper[143:10b] User 'scottmag' logged in
    6/27/09 10:12:03 AM loginwindow[33] USER_PROCESS: 33 console
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.289 DeviceHelper[143:10b] Error [2] fixing ownership on /Users/scottmag/Library/Application Support/M-Audio/Delta Panel Presets/
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.293 DeviceHelper[143:10b] Error [2] fixing permissions on /Users/scottmag/Library/Application Support/M-Audio/Delta Panel Presets/
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.296 DeviceHelper[143:10b] Error [2] fixing ownership on /Users/scottmag/Library/Application Support/M-Audio/
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.297 DeviceHelper[143:10b] Error [2] fixing permissions on /Users/scottmag/Library/Application Support/M-Audio/
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.300 DeviceHelper[143:10b] * Assertion failure in +[MADevice devices], ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM com.apple.SystemStarter[28] 2009-06-27 10:12:03.302 DeviceHelper[143:10b] No devices found.
    6/27/09 10:12:03 AM DeviceHelper[143] * Assertion failure in +[MADevice devices], ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM DeviceHelper[143] No devices found.
    6/27/09 10:12:03 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[91]) Exited: Terminated
    6/27/09 10:12:03 AM com.apple.launchd[128] (org.x.startx) Unknown key for boolean: EnableTransactions
    6/27/09 10:12:07 AM /System/Library/CoreServices/coreservicesd[62] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(test's Public Folder) returned -14135
    6/27/09 10:12:07 AM /System/Library/CoreServices/coreservicesd[62] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Movies) returned -14135
    6/27/09 10:12:07 AM /System/Library/CoreServices/coreservicesd[62] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(scottmag's Public Folder) returned -14135
    6/27/09 10:12:13 AM com.apple.launchd[128] ([0x0-0x13013].com.linotype.FontExplorerX.Autoload[181]) Exited with exit code: 255
    6/27/09 10:12:17 AM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 61] CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    6/27/09 10:12:17 AM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 61] CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    6/27/09 10:12:19 AM com.apple.launchd[128] ([0x0-0x14014].com.zeroonetwenty.blueharvestd[182]) Exited: Killed
    6/27/09 10:12:20 AM com.apple.launchd[128] ([0x0-0x18018].com.nullriver.MediaLink[187]) Exited: Killed
    6/27/09 10:12:21 AM MagicMenuHotKeyDaemon[195] Started
    6/27/09 10:12:21 AM [0x0-0x19019].com.stuffit.MagicMenu[188] 2009-06-27 10:12:21.964 MagicMenuHotKeyDaemon[195:10b] Started
    6/27/09 10:12:23 AM quicklookd[177] [QL ERROR] 'Creating thumbnail' timed out for '<QLThumbnailRequest /Users/scottmag/Downloads/VID00008.MP4>'
    6/27/09 10:13:38 AM [0x0-0x20020].com.apple.Safari[202] Debugger() was called!
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adobe SelfHealing Error: U
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] nable to resolve target URL for specified destinat
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] ion:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}PDFMakerLib
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adobe SelfHealing Error: Unable to res
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] olve target URL for
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] specified destination:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}PDFMakerLib
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adobe SelfHealing Erro
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] r: Unable to resolve target URL for specif
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] ied destination:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}PDFMakerLib
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adobe SelfHealing Error: Unab
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] le to resolve target URL for specified dest
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] ination:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}Office/{REPLACE}/Excel/PDFMak
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] er.xla
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adob
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] e SelfHealing Error: Unable to resolve targ
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] et URL for specified destination:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}Of
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] fice/{REPLACE}/PowerPoint/PDFMaker.ppa
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Adobe SelfHealing Err
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] or: Unable to resolve target URL for spec
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] ified destination:
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] {APP}Office/{REPLACE}/
    6/27/09 10:13:55 AM [0x0-0x20020].com.apple.Safari[202] Word/PDFMaker.dot
    I have reset the PRAM, reset the SMC, tested the hard drive RAM and Video Card with tech tool and everything passed. Can anyone help me proceed form here? Is it possible in any way the the monitor could be responsible for any of this behavior? It's an old tube Apple display
    thanks

    Hi-
    Looking through your log, I noticed the system is having problems with some M-Audio drivers.
    6/27/09 10:11:47 AM com.apple.SystemStarter28 extension /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext does not contain code for this architecture
    6/27/09 10:11:47 AM com.apple.SystemStarter28 2009-06-27 10:11:47.745 DeviceHelper143:10b Error (1) occurred while trying to load /Library/Application Support/M-Audio/Kexts/10.2/MAudioRevolution51Jaguar.kext. Load failed.
    6/27/09 10:12:03 AM com.apple.SystemStarter28 2009-06-27 10:12:03.300 DeviceHelper143:10b * Assertion failure in +MADevice devices, ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM com.apple.SystemStarter28 2009-06-27 10:12:03.302 DeviceHelper143:10b No devices found.
    6/27/09 10:12:03 AM DeviceHelper143 * Assertion failure in +MADevice devices, ../CrossProduct/Revo/Presets/MADevice.m:121
    6/27/09 10:12:03 AM DeviceHelper143 No devices found.
    6/27/09 10:12:03 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow91) Exited: Terminated
    Old drivers, outdated drivers and incompatible drivers can cause sleep problems.
    If you are not using any M-audio devices, I would remove the files.
    If you are, you should check for updates, and still should remove the offending files.
    If you migrated your user files from a previous system, say from a PPC system, these can cause problems.
    Start by running in safe mode, and see if the machine sleeps and wakes as it should.
    Troubleshoot your Startup and Login items as described in this article:
    http://www.thexlab.com/faqs/startupitems.html

  • I am having a lot of trouble downloading itunes.My latest error message is that MediaToolbox.dll is missing. I have been trying to fix this for three days now .And it all started with the last update .Can anyone help?

    I am having a lot of trouble downloading itunes.My latest error message is that MediaToolbox.dll is missing. I have been trying to fix this for three days now .And it all started with the last update .Can anyone help?

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • All of the sudden I am having a lot of trouble with Safari.

    Rather then trying to explain what Safari is doing, are the Installed plug-ins updated when I do a "Apple>Software update?" I need to update Shockwave Flash 10.0 r45. Any idea how to update this other then using the download icon? I can't even find this program on Adobe's website except for the Shockwave Player that has been created by Director. Not sure if this is what I want to fix the issues I am having with a lot of websites that use a lot of interactive demos, 3D, Games, etc.
    Also, is resetting the cookies something that would cause me a lot of problems with websites I use that need to identify me? (I ask because I was told to try "removing cookies."

    Hi
    what do you mean by; "sign-in details to hand?"
    simply a record outside of cookies of usernames & passwords for sites that store such things in cookies - google, yahoo, apple etc etc all store some info this way. It's not a setting or os x feature, just a reminder to you you - make sure you know them before removing cookies.
    Why would the Apple Expert tell me to update Shockwave, Flash Player....nike.com...
    I can't think why - I just looked at nike.com & don;t see anything requiring shockwave player, just Flash. Maybe it's buried somewhere, eh.
    I am so confused. What is the best thing to with Flash Player, Shockwave, and Shockwave Player?
    I would ignore shockwave player until or if you arrive at a page you want to see that says "you need shockwave". Then if/when you need it, try installing shockwave 11 for intels
    For Flash - go to Adobe Flash Download & get the latest one.
    I'm fairly sure (having just used it there, especially) that Flash 10.0.45 isn't gonna cause you 'a lot of trouble' at nike,com. So likely there's something else amiss.
    I suggest that you describe in more detail what the troubles are with nike/other sites, and whether or not they persist when testing briefly in a New User Account which is a good step in troubleshooting, since it eliminates everything in your regular account as a possible cause.

  • I have been having a lot of trouble with the latest itunes update and my ipod classic 80Gb i.e. being unable to sync songs, but now i have no files at all on my ipod, it is completely blank when i view it from my computer. I need help, please, anybody.

    As it says above, i have been having a lot f trouble with my ipod classic and the latest itunes update, i was unable to sync songs or anything to it and have tried every conceivable 'fix' i could find. i have run an itunes diagnostic and the results are posted below. a major problem is that when i try and view my ipod through my computer it displays nothing at all on the ipod, no files or anything, this may be the problem but i have no idea how it has happened or how i could resolve it.
    This ipod holds huge sentimental value and i am loathe to buy a new one! If anybody can help it is greatly appreciated, than kyou in advanced.
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    ASUSTeK Computer Inc. K50IJ
    iTunes 11.1.5.5
    QuickTime not available
    FairPlay 2.5.16
    Apple Application Support 3.0.1
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.1.1.3
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0038B8600B98D1E0
    Current user is not an administrator.
    The current local date and time is 2014-03-21 16:52:39.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation, Mobile Intel(R) 4 Series Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: 2fd81a1f13cf3ff25a8b4f0e8e725116
    **** Device Connectivity Tests ****
    iPodService 11.1.5.5 (x64) is currently running.
    iTunesHelper 11.1.5.5 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH9 Family USB Universal Host Controller - 2934.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2935.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2936.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2937.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2938.  Device is working properly.
    Intel(R) ICH9 Family USB Universal Host Controller - 2939.  Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A.  Device is working properly.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

Maybe you are looking for