S:VideoDIsplay Jump To and Stop

Hello All.
Im trying to build a custom video player, using the standard flash builder s:VideoDIsplay.  the video is being streamed from a FMS, so jumping forward in the timeline is almost instant and is fine.
I want to add chapters to it, so the user can click to watch only a selected part of the video, for instance from 30 seconds to 40 seconds.
I have this function -
            private function jump():void
                vp.seek(50);
That jumps forward fine,  but i want to be able to add the feature that once the video gets to a certain time, it stops.
For example, running the jump function above will jump you to 50 seconds in, i want to be able to then stop the video at say 60 seconds.
Can anyone help with adding the stopping the video part please?
THanks

hi,
I've updated the example and added a 'click on item to play' datagrid, you could extend this to have the title of the video that you want to play at the moment it just uses your sample video.
It works by looking at the row you clicked on and getting the data from the required fields in the row. I've included my test xml as well
David
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
   xmlns:s="library://ns.adobe.com/flex/spark"
   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="application1_creationCompleteHandler(event)">
<fx:Declarations>
<s:HTTPService id="myXML" url="test.xml" resultFormat="e4x"
   result="myXML_resultHandler(event)"/>
</fx:Declarations>
<fx:Script>
<![CDATA[  
import mx.collections.XMLListCollection;
import mx.events.FlexEvent;
import mx.events.ListEvent;
import mx.rpc.events.ResultEvent;
import org.osmf.events.TimeEvent;
private var stopTime:int=0;
[Bindable] private var xmlMainList:XMLListCollection = new XMLListCollection();
protected function application1_creationCompleteHandler(event:FlexEvent):void
myXML.send();
private function JumpAndStop(jumpTo:int, stopAt:int=0): void
if (stopAt > jumpTo)
stopTime=stopAt else stopTime=0;
vp.seek(jumpTo);
vp.play();
protected function vp_currentTimeChangeHandler(event:TimeEvent):void
if (event.time > stopTime) vp.stop();
protected function myXML_resultHandler(event:ResultEvent):void
xmlMainList.source = event.result.children();
dg.dataProvider=xmlMainList;
protected function dg_itemClickHandler(event:ListEvent):void
var st:int = event.itemRenderer.data.@start;
var et:int = event.itemRenderer.data.@stop;
JumpAndStop(st,et);
]]>
</fx:Script>
<s:VGroup gap="5" horizontalCenter="0">
<s:Button label="Button" click="JumpAndStop(200,220)"/>
<s:VideoDisplay id="vp" source="rtmp://88.208.202.35/vod/Extremists.flv" currentTimeChange="vp_currentTimeChangeHandler(event)"/>
<mx:DataGrid id="dg" width="100%" height="200" itemClick="dg_itemClickHandler(event)">
<mx:columns>
<mx:DataGridColumn headerText="Title" dataField="@title"/>
<mx:DataGridColumn headerText="Category" dataField="@category"/>
<mx:DataGridColumn headerText="Start" dataField="@start"/>
<mx:DataGridColumn headerText="Finish" dataField="@stop"/>
</mx:columns>
</mx:DataGrid>
</s:VGroup>
</s:Application>
<?xml v
ersion="1.0"?>
<films>
<film title="Jump" category="comedy" start="20" stop="40"/>
<film title="Jumpy" category="drama" start="30" stop="50"/>
<film title="Jumper" category="thriller" start="40" stop="60"/>
</films>

Similar Messages

  • IMac Safari jumps once and stops...

    I am using iMac OS X version 10.9.4 and it runs (not any more) Safari 7.0.5
    I was working on online photobook and once closed it didn't wont to open again. I need to finish the book but unable toopen Safari. As the only browser on Mac can't get any internet at all. The icon jumps once and stops there. Tried to verified disc and clicked Repair Disc Permissions but now Safary icon bouncesfor a shorttime and after that we are back to step one.
    I never in 4 years had any problem whatsoever.  Please can anyone help? Thanks

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Why does the text jump up and down when I'm trying to read or click on something? It's damned annoying. How can I stop it

    Home page or email page, the page jumps up and down at random and when I try to click on something I often miss and end up clicking something I don't want. It gets real annoying and I can't find where to stop it. Why did someone think to do this in the first place. I've learned new profanity because of it.
    G runyan

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    You can also try to create a new profile.
    * [[Use the Profile Manager to create and remove Firefox profiles]]
    * '''[[Firefox no longer works with Windows 2000]]'''

  • OSX update 10.10.2 causes mouse to jump around and text to be highlighted randomly in Dreamweaver CC 2014

    OSX update 10.10.2 causes mouse to jump around and text to be highlighted randomly in Dreamweaver CC. When trying to click on a specific line of code in a js file the cursor ends up in a different place in the script and several lines of code highlighted. Clicking again jumps the mouse to a different position and even more lines of code highlighted and some characters rearranged, breaking the lines of code. Very frustrating.

    Preran,
    I am having the same issue. I have a MBP connected to 2 x Dell 27" monitors over Mini DisplayPort to HDMI cables. Once I updated to OS X 10.10.2 this cursor highlight/jumping around issue only occurs on the connected monitors. If I move the program to the main laptop display the issue goes away. It does not require me to restart the program or the machine to make it work correctly. One way I am able to identify the issue is if I go to the line numbers in code like I wanted to select multiple lines - in the one that works correctly, the cursor turns into a white version where the tip of the cursor points to the right. When it is wrong, the cursor stays black and will only have the tip point to the left. Its just another way I identified if it was working cause I tried uninstalling DW and reinstalling - didn't work. Reset preferences as you discussed - no go. And I used other editors like IntelliJ and Adobe Edge Code - all of which work fine and don't display this issue.
    I tried the preferences reset you suggest and it doesn't work. I have another machine with OS X 10.10.1 on it and this issue is not there on any monitor. Any help with this ASAP as it pretty much stops you from being able to do any editing especially with longer pages as it consistently wants to page up when you select anything and if you then click again in another area it tries to move the highlighted code to that new spot.
    Update: I have a USB Microsoft Arch touch mouse connected (always worked just fine). When I go to place my cursor at some point in the code it causes the highlight flicker. If I switch over and use the built in trackpad, then I can place the cursor without the highlight issue. When trying to select multiple lines or sections of code, that still see's the highlight, page up and move of code issues regardless of input type.

  • On my Macbook Pro my cursor jumps around and does it's own thing even with a usb mouse, on my Macbook Pro my cursor jumps around and does it's own thing even with a usb mouse

    Having trouble with my MacBook Pro and the cursor jumping around and doing it's own thing.  Clicking opening up other folders etc. 

    There are several possible causes for this issue. Take each of the following steps until it's resolved.
    1. Follow the instructions in this support article.
    2. Boot in safe mode and test, preferably without launching any third-party applications. If you don't have the problem in safe mode, but it comes back when you reboot as usual, stop here and post your results. If you can't boot in safe mode, do the same. If you booted in safe mode and there was no change, go on to the next step.
    3. Reset the System Management Controller.
    4. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    5. A swollen battery in a MacBook Pro or Air can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced.
    6. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    7. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    8. If none of the above applies, or if you have another reason to think your computer is being remotely controlled, remove it from the network by turning off Wi-Fi (or your Wi-Fi access point), disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop at once, you should suspect an intrusion.
    9. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • Appleworks:  bounces once, and stops!

    I have read several of the posts about Appleworks and this problem (see below) and have managed to confuse myself about trashing preferences, plists, etc.
    From the suggestions quoted below the crash log, will someone point out the correct order to try the solutions? Or other remedies for Appleworks refusing to start after it crashes. It just bounces once, and stops. The crash log reads thusly:
    Oct 20 09:10:40 power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Advice:
    "The best, first step in trouble-shooting a misbehaving application is to delete its preference files. Preference files often become corrupted through no fault of the user - it just happens. Although it sounds scary or drastic to do this, it can only help the application. When any application is launched, it looks for its preference files. If it doesn't find any (just like the very first time you started AppleWorks) it will build new ones.
    First, quit AppleWorks if it is running. In all instances, you don't want to trash the Button Bar Preferences if you have customized the Button Bar. You will need to reset any preferences you had changed, but AppleWorks' preferences are simple.
    •In OS X you want to move the AppleWorks preferences found in HD/Users/username/Library/Preferences/AppleWorks & the com.apple.appleworks.plist found in ~/Library/Preferences/ to the Trash, then empty the Trash & restart AppleWorks."
    --OR--
    "1. Open your Applications folder, and then the AppleWorks folder. You should see the AppleWorks icon and several "supporting folders" (AppleWorks Essentials, AppleWorks Extras, Starting Points, etc.)
    2. Control + Click on the AppleWorks icon and select "Show Package Contents"
    3. Double-click to open the Contents folder. Here's where the problem is.
    4 You should see 3 folders and files. The folders should be named MacOS, MacOSClassic and Resources. In all the incidents I've seen, the "MacOS" folder has somehow been renamed with some long obscure cache-like number. Rename this folder MacOS (be sure to type it exactly like this, no space)
    5. Close the Contents folder and Package folder and try to launch Appleworks.
    6. Smile!"
    Unfortunately I may or may not be able to put my hands on the Appleworks disc as I recently rearranged my space.
    Thank you.
    Sheila

    Dale, are you hinting you’d look over the entire log? I’ll post it below.
    I’d like to make clear I didn't do anything. I am not computer savvy enough to try to fix my computer beyond restart and verify permissions.
    When I went to another account and logged back into my account, Appleworks worked in my account.
    Something else; my speakers failed yesterday. When I came back to my account they worked again.
    My Canon ran out of photo ink which seemed to set up some type of system alarm, even though I had no warning ink was running low.
    My mini is on 24/7 and I have the ultimate so it has all the room it needs to fix what I do wrong. I grew up with Fortran, keypunch cards and typewriters
    Thanks again for your expert advice.
    Crash Log:
    Oct 20 09:10:40 s-c-power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:05:43 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:05:11 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:40:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: AppleWorks 6 crashed
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: AppleWorks 6 crashed
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: AppleWorks 6 crashed
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: AppleWorks 6 crashed
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: AppleWorks 6 crashed
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: AppleWorks 6 crashed
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: AppleWorks 6 crashed
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: AppleWorks 6 crashed
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: AppleWorks 6 crashed
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: AppleWorks 6 crashed
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: AppleWorks 6 crashed
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: AppleWorks 6 crashed
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:56:21 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: AppleWorks 6 crashed
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: AppleWorks 6 crashed
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: AppleWorks 6 crashed
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:30:40 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:33:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:02:33 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: AppleWorks 6 crashed
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 13:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:39:49 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:10:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:01:52 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:39:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: AppleWorks 6 crashed
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: crash report written to: /Users/sheilacrawford/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: AppleWorks 6 crashed
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: AppleWorks 6 crashed
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:06:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:36:45 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:04:18 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:07:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: PrintJobMgr crashed
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: AppleWorks 6 crashed
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: PrintJobMgr crashed
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: PrintJobMgr crashed
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: PrintJobMgr crashed
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: PrintJobMgr crashed
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:33:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: PrintJobMgr crashed
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 19:30:55 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Assistant): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Server): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Oct 20 19:31:11 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics loginwindow[2224]: Login Window Started Security Agent
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics shutdown: reboot by root:
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: authentication service (2246) did not complete successfully
    Oct 20 19:31:18 s-c-power-mac-g4-agp-graphics kernel[0]: (2258: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2285: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2286: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: The following StartupItems failed to properly start:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2287: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: /System/Library/StartupItems/AuthServer
    Oct 20 19:31:48 localhost kernel[0]: hi mem tramps at 0xffe00000
    Oct 20 19:31:48 localhost kernel[0]: PAE enabled
    Oct 20 19:31:48 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Oct 20 19:31:48 localhost kernel[0]: vmpagebootstrap: 250507 free pages
    Oct 20 19:31:48 localhost kernel[0]: migtable_maxdispl = 71
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: 79 prelinked modules
    Oct 20 19:31:48 localhost kernel[0]: ACPI CA 20060421
    Oct 20 19:31:48 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Oct 20 19:31:48 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Oct 20 19:31:48 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Oct 20 19:31:48 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: Started CPU 01
    Oct 20 19:31:48 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Oct 20 19:31:48 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Oct 20 19:31:48 localhost kernel[0]: Security auditing service present
    Oct 20 19:31:48 localhost kernel[0]: BSM auditing present
    Oct 20 19:31:48 localhost kernel[0]: disabled
    Oct 20 19:31:48 localhost kernel[0]: rooting via boot-uuid from /chosen: B7D60B58-9BEA-48BF-B380-5534D9F830E8
    Oct 20 19:31:48 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Oct 20 19:31:48 localhost kernel[0]: USB caused wake event (EHCI)
    Oct 20 19:31:48 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 PCI now active, GUID 0016cbfffee35a86; max speed s400.
    Oct 20 19:31:48 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHV2080BHPL Media/IOGUIDPartitionScheme/Customer@2
    Oct 20 19:31:48 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Oct 20 19:31:48 localhost kernel[0]: HFS: Removed 5 orphaned unlinked files
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Oct 20 19:31:48 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Oct 20 19:31:48 localhost kernel[0]: Jettisoning kernel linker.
    Oct 20 19:31:48 localhost kernel[0]: Resetting IOCatalogue.
    Oct 20 19:31:48 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 2
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:49 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: Previous Shutdown Cause: 0
    Oct 20 19:31:49 localhost kernel[0]: mac 10.3 phy 6.1 radio 10.2
    Oct 20 19:31:49 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Oct 20 19:31:48 localhost memberd[45]: memberd starting up
    Oct 20 19:31:48 localhost mDNSResponder-108.2 (Aug 25 2006 14: 50:48)[38]: starting
    Oct 20 19:31:48 localhost DirectoryService[49]: Launched version 2.1 (v353.2)
    Oct 20 19:31:49 localhost lookupd[58]: lookupd (version 369.6) starting - Fri Oct 20 19:31:49 2006
    Oct 20 19:31:49 localhost diskarbitrationd[44]: disk0s2 hfs 9D8BC716-813D-3D21-BB03-8D0046276A54 Macintosh HD /
    Oct 20 19:31:50 localhost kernel[0]: yukonosx: Ethernet address 00:16:cb:a5:f4:2d
    Oct 20 19:31:50 localhost kernel[0]: AirPort_Athr5424: Ethernet address 00:17:f2:40:01:28
    Oct 20 19:31:50 localhost lookupd[68]: lookupd (version 369.6) starting - Fri Oct 20 19:31:50 2006
    Oct 20 19:31:50 localhost kernel[0]: unable to start recv logic
    Oct 20 19:31:50 localhost kernel[0]: athchanset: unable to restart recv logic
    Oct 20 19:31:50 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "s-c-power-mac-g4-agp-graphics.local"
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: Registering For 802.11 Events
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: display: Not usable
    Oct 20 19:31:52 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics kernel[0]: AppleYukon - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics loginwindow[73]: Login Window Started Security Agent
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[68]: exited abnormally: Hangup
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: posting notification com.apple.system.config.network_change
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics lookupd[98]: lookupd (version 369.6) starting - Fri Oct 20 19:31:55 2006
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "c-24-30-32-69.hsd1.ga.comcast.net"
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: target=enable-network: disabled
    Oct 20 19:31:57 s-c-power-mac-g4-agp-graphics mDNSResponder: Adding browse domain local.
    Oct 20 19:38:08 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:19 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics loginwindow[279]: Login Window Started Security Agent
    Oct 20 19:43:34 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:54:05 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:54:07 s-c-power-mac-g4-agp-graphics loginwindow[325]: Login Window Started Security Agent
    Oct 20 20:12:51 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.ap

  • Start and Stop Trigger using PXI-6120 and DigitalSta​rtAndStopT​rigger.vi not working :-(

    Hello,
    I've been trying for a while now to get my PXI unit to capture a waveform between a Start and Stop (Reference) Trigger using the NI example DigitalStartAndStopTrigger.vi downloaded from the NI website. However, whilst the start trigger and stop trigger seem to be working i.e. the VI runs and stops at  the correct times there is never any data read from my DAQmx compatible PXI-6120 card. So I can see the VI is running around the aquisition loop but the Property Node AvailSampPerChan is always returning zero... this has me slightly puzzled. I thought this might just be a driver issue so I've updated my box to the following software versions (see below) and installed the latest drivers e.g. DCDNov07.exe (also from the NI site) but nothing has changed.
    my software as of now.
    Labview 7.1 (with the 7.1.1 upgrade applied)
    Max 4.3.0.49152
    DAQmx 8.6.0f12
    Trad DAQ 7.4.4f7
    before I updated I had the same problem but with the following versions:
    Labview 7.1 (with the 7.1.1 upgrade applied)
    Max 4.2.1.3001
    DAQmx 8.5.0f5
    Trad DAQ 6.9.3f4
    So to cut a long story short I still have the same problem with the triggers... does anybody have any ideas what is going wrong?
    To add insult to injury it the traditional DAQ example ai_start-stop_d-trig.vi was almost working correctly before I did the upgrade. It had the strange behaviour of capturing the AI0 channel but on the wrong edges (e.g. if I set Start on Rise and Stop on Fall it would do the opposite, Start on Fall and Stop on Rise).
    I'm going to leave my box doing a mass compile over night but i'd really like it if someone could suggest a solution or point me in the right direction.
    Many thanks,
    Mike

    Hi Graham
    I'm out of the lab today but I'll try and answer your questions as best I can...
    1) What are the values you have set for Buffer size, Rate, samples per read and post trigger Samples?
    At the moment I have all the values (e.g. sample rate, buffer size etc) unchanged apart from the ones I mentioned in my previous post (see above). I have in the past played around with changing the buffer sizes and rates in the example VI but as this appeared to have no effect on the behaviour I now have them setup as in the download.
    2) Does the program end after the stop trigger is implemented?
    Yep, if I toggle the trigger line high then low I see the program exits the read loop and the VI stops running as expected.
    3) Lastly can you give me the details of triggering method. Are you
    using a digital train of users set digital pulses? how long is the
    program running.I'm using the WriteDigChan.vi to manually toggle the first digital line of the PXI-6733 card which is wired directly to PFI0 of the PXI-6120 card. Generally, I just start the VI running  and then toggle the line high, wait a couple of seconds and then toggle it low.
    To me it all looks like it should be acquiring samples but as I said yesterday it just refuses to fill the buffer with any data (and hence no samples are read).
    Any ideas? and thanks for you help,
    Mike

  • I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    I do not have the 'Advanced' tab on the menu bar. I am trying to change ringtone on my iphone 4s. Have done the following: Right cick on song, entered the start and stop times, but unable to proceed as need 'Advanced' tab in order to change to option.

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • TA44551 My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work.

    My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work. I tried to restore it again and charged it in three different locations with different cables. etc but nothing. Suggestions?

    - After charging for 1/2 hour or so, does iTunes see the iPod?  If yes, restore the iPod from backup.
    - If no, se if placing the iPod in recovery mode will make it visible so you can restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • Need help getting Tomcat 5.0.28 to start (and stop, eventually)

    Hi!
    I am such a newbie to the Terminal and writing scripts, so please forgive my naiveté. I have successfully installed Tomcat in my /usr/local directory, but I am having trouble creating files to start and stop Tomcat, per the instructions on the following page:
    http://developer.apple.com/internet/java/tomcat1.html
    I've followed the directions but continue to get the following error after I execute ~/bin/start_tomcat.
    -bash: start_tomcat: command not found
    My file contains the following code:
    #!/bin/sh /n
    export CATALINA_HOME=/usr/local/jakarta-tomcat-5.0.28 /n
    export JAVA_HOME=/usr /n
    $CATALINA_HOME/bin/startup.sh /n
    If anyone can help me, I would really, really, really appreciate it!
    Thanks!
    PowerBook G4 12"   Mac OS X (10.4.5)  

    Why are there all those "/n" there? Either you or the place you copied from has the wrong slash. But still, it's wronger than that to have them at all: "\n" means a newline (i.e., press "return") not the actual "backslash en" characters. Sometimes people post code with those \n visible: by making it explicit where a line-break should be, one doesn't have as much trouble when a web browser reformats the text and puts line breaks where they don't belong.

  • The back, forward, reload and stop buttons are greyed out, the address bar stays blank when I go to a website and firefox loads to a blank page, not my home page. There are 3 users on this computer and it only happens on one user.

    Firefox loads to a blank page, not my home page. When I click on the home button it takes me to the home page. The back, forward, refresh and stop buttons are greyed out and not usable. The webpage I am on does not show up in the address bar. If I type something into the address bar, that address stays there no matter what page I go to next.

    Just upgraded to v4. It did NOT fix the problem.

  • When I try to download Firefox for Windows, it unzips the file and says it cannot find 7-Zip file and stops download

    I have windows 7 on a desktop. I had firefox before which worked fine then I attached a router to my computer that may have been defective and may have damaged the computer. I took the router off. Firefox suddenly reverted back to the start up page of when you are new to firefox, e.g. here's how it works, and stopped loading my normal home page. Even though I entered the tabs I wanted for my startup home page every time I shut down my computer it went back to the beginning thinking I had only just loaded it. I did lots of system diagnostics but nothing appeared to be wrong with my computer so I uninstalled Firefox, restarted, then downloaded it again. When I download it, it says run or save and I choose run. Then it extracts the file and a message comes up that says "7-Zip. Cannot find file. Then nothing more happens. No files are downloaded to my computer and it's as though I never tried to download it.

    SAVE the installer to your hard drive (do not use the "Run" option); save it to your Desktop so that you can find it. When the download is complete, close whatever browser you have open, click or double-click the file you downloaded and see if it installs without a problem.
    The downloader is a self-extracting archive and should not need or use 7-zip. I have 7-zip installed on my system and it does not interfere with nor is it used in the Firefox install process. Hopefully, you have not set the downloading of .exe files to be associated with 7-zip.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to remove the button "play" and "stop" in that flash animation?

    The animation is this one ...
    http://adf.ly/OTGyh
    Hello, I made a simple flash animation of a character talking ... The only problem is that this animation has the button "play" and "stop" and I do not want it ...
    I want so carry out the main character speak the message and stop yourself automatically without user intervention to push any buttons ...
    I have the animation code, how do I get this code to the buttons and start the animation so load the page?
    Ah, and how to put the link to a page by clicking on this open a flash site?

    How to do it step-by-step? Because i'm beginner in FLash and that things of animation, codes, functions...
    And I create that simple animation in other program, not using the Adobe Flash, but I think can be edited that file animation in Flash because I have the files ".swf" and ".flv"...
    I don't know how to do it in Adobe Flash CS3, but I have that program installed in my pc, then can you talk me what to do it?
    Sorry my bad english, i'm from Brazil.
    That is the folder contains the files:
    https://dl.dropboxusercontent.com/u/11826717/off/laranja/files_animation.jpg
    That is the Download the files of that folder if you want see better:
    https://dl.dropboxusercontent.com/u/11826717/off/laranja/laranja.rar

  • Report on active sync actions (like starting and stopping the sync)

    Is there a way to report on who stopped or started an active sync? I'm guessing it has to be stored somewhere, but I can't find it.
    Thanks!

    Hi Smit,
    I believe you are talking about FMS AWS instance and you may be using a centos 4.0.2 instance AMI or lower?
    Well ... earlier,  options for stopping a centos AWS image was not available, but recently they are there in place, so I suppose if you use a new centos 4.5.1 AMI then probably you can start stop the aws instance on yuor will. Give ut a shot and let me know.
    Regards,
    Shiraz Anwar
    I again cross-checked and found that you were right, start and stop is not supported there .... an alternative method is to take a snapshots of the runinng instnace and terminate that instance after that, later you can use your snapshot to attach to the EBS volume to run your system again. You may need to use the Elastic IP address, because you wont like your users to update each time you terminate the old instance, and create new instance from snapshot. I have never used it in this way, but this is one of the approach.

  • My rented Video only plays halfway and stops

    I rented a video, once it had completed downloading I tried watching it, it plays through half of the movie and stops. Any idea why?

    Whell, it seems there is an error in your song that makes your iPod think the song is over. I`ve had such problems, and the only way to solve this is by downloading the song again, or re-record it. I do this with the KMPlayer, which is a free software, you just have to click capture, and audio.

Maybe you are looking for

  • Submit report and export to memory

    Hi I am using this code to submit report submit ZM005REP WITH S_BLEND IN R2 WITH S_GROUP IN R3 WITH S_WERKS IN r1 exporting list to memory and return. I am using LIST_FROM_MEMORY to read the list. I want to further use the values from this list for c

  • JNLP - how to do multiple file associations?

    hello, trying to find a way of associating my jnlp file with multiple file extensions through the <association> tag I've found jnlp file examples on the web that merely have multiple <association> tags, but in the latest webstart version 6.0 this see

  • How to cancel Skype number

    I want to cancel the Skype number I am being automatically billed for.  I know what the Skype numb er is.  In my profile, purchase history and profile it all shows that I have made no purchases and in the manage account area my I see no settings opti

  • How Can I Download os 5 (NON Carrier) for my blackberry 8520

    Hi Im new here so i was just wondering like how can i download the os 5 for my blackberry curve 8520 because im reloading it using BBSAK But the only problem is that i dont know where can i download a non carrier os like the original one that came wi

  • Cannot create FileVault

    I'm attempting to encrypt my home folder via the Security preference panel. However, just as things are about to get started (I've already dismissed the warning about this process taking a long time to complete) I get the following alert saying it ca