ICal failing to notify sometimes.

iCal sometimes does not notify me of events. It happened infrequently in the past, but now it seems like the odds are about 50/50 that I will get the popup notification. These are regularly scheduled events (like bill payments) that have been working fairly well for years. This has cost me a couple of late payment charges so far. If I open iCal to investigate, the popup notices are on the iCal page, and if I then close iCal, they are not there when I open iCal again. Normally, they don't disappear unless I click on the little x in the popup. Is there a way to fix this?

Calendar (not called iCal anymore) does not include that capability any longer, apparently.  What you have to do now is go to Automator and create a Calendar Alert action.  You can add a Run AppleScript object to the action and paste in your script there, then when you save it, it will become available as a choice in the alert menu in Calendar.

Similar Messages

  • ICal failing to run applescripts: The 'Open' button does not change to 'Run', and the script file is opened but not executed on alert.

    iCal failing to run applescripts: The 'Open' button does not change to 'Run', and the script file is opened but not executed.

    Calendar (not called iCal anymore) does not include that capability any longer, apparently.  What you have to do now is go to Automator and create a Calendar Alert action.  You can add a Run AppleScript object to the action and paste in your script there, then when you save it, it will become available as a choice in the alert menu in Calendar.

  • ODBC call SQLDriverConnect for data source Server name failed: [ . Notify Customer Support.

    Need help !
    While running DS job through designer we are getting below error:
    ODBC call <SQLDriverConnect> for data source <SErver name> failed: <[>. Notify Customer Support.
    Additional notes:
    1. Source and Target datastore are getting connected properly as i have imported table's definition using it.
    2. Source and target data store pointing to SQL server 2008 R2 express edition DB (64 bit).
    3. It seems like server machine has both 32bit and 64bit drivers installed on it. Please refer attached driverdetails.jpg file for more details.
    Thanks

    Hi did you referred this :
    ODBC call <SQLDriverConnect> for data source <MyComputer\SQLServer2008R2> failed: <[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.>. Notify Customer Support.

  • Failed Activity: Notify Appraisee of Appraisal Completion

    Hi,
    Anyone have any idea about the following strange issue:
    the Appraisal process is working fine, some completed normally and others end with an Error.
    We observe the following with these appraisals which end with errors..
    *1.* the Error Details:
    Failed Activity: Notify Appraisee of Appraisal Completion
    Activity Type: Notice
    Error Name: WFENG_NOTIFICATION_PERFORMER
    Error Message: 3120: Activity 'HRSSA/204490' has no performer.
    Error Stack : Wf_Engine_Util.Notification_Send(HRSSA, 358201, 204490, HRSSA:HR_EMBED_APPRAISEE_MSG) Wf_Engine_Util.Notification(HRSSA, 358201, 204490, RUN)
    *2.* when the main initiator recieve the notification about the appraisal completion, it looks like:
    Subject: FYI: Appraisal for has been approved it does not contain the appraisee name
    The appraisals actually completed and the result saved but it gave an error when notifying the appraisee and hence the process status is "Error"
    hope the issue is clear enough!
    I Tried searching in Metalink, could not find any Doc.
    What could be the reason? i appreciate any help

    The Doc you sent is really helpful, thank a lot
    the problem as written was because the main initiator was trying to "share with appraisee" when the appraisee was not having an fnd user account. what happened is the we created the fnd account and the process proceed but in Notifying the appraisee with the appraisal completion the attribute TEXT_VALUE was null..
    when i updated the TEXT_VALUE and retry the activity it works fine..
    but i should do the same for all the appraisal with the same problem!!
    Is there anything that prevent the main initiator sharing the appraisal with the appraisee if he does not have an FND User account?
    if he tried to do so, the error notifying him to contact the system administrator because the appraisee does not have an account appear; when he click AGAIN "Share" it goes to the appraisee who actually does not have an FND user.
    it should not proceed.!!
    Any idea?

  • [solved]Network fails to start sometimes

    Hello!
    I'm having a problem with my network. Sometimes it fails to start. Usually, a reboot solves this. Here is the error log:
    [root@claudia log]# cat errors.log
    Aug 6 03:16:28 claudia dhcpcd[3194]: dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
    rc.conf:
    # NETWORKING
    HOSTNAME="claudia"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    hosts:
    [root@claudia log]# cat /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip> <hostname> <hostname>
    127.0.0.1 localhost.localdomain localhost claudia
    # End of file
    What should I do to solve this?
    Thanks and regards,
    Gustavo

    I'd say it's because since the ethernet over firewire module is loaded too,   it's counted as a network device too - and which one gets to be eth0 depends if the NIC or ethernet over firewire module is loaded first. There are many solutions to this:
    1) If you don't need ethernet over firewire, keep it from being loaded by putting the module name (eth1394 I think) in MOD_BLACKLIST in /etc/rc.conf, like this:
    MOD_BLACKLIST=(eth1394)
    2) You can make both eth0 and eth1 (and perhaps other NICs too) start up together (I do this with my 2 NICs). To do that, make the rc.conf network section something like this:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo eth0 eth1)
    Then you should put a @ in front of "network" ( @network ) in the DAEMONS array unless you like waiting for a NIC that won't start

  • [WL10.0 on Solaris 5.3.10 and jdk150_06] JSP page fails to display sometimes with NSAPI Plugin message - Need Help pls

    Hello,
    Could someone HELP me with the following issue pls?
    regards
    Rakesh
    ------------------------------------------------------------- PROBLEM DESCRIPTION --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    1. Whenever I launch a JSP page, it takes significant time and fails to render with "No back end server available for connection. Timed out after 300 seconds or idempotent set to OFF" message.
    2. These JSP pages are not doing any I/O intensive activities (NO long DB read...) as well (reads a 10-15 KB file from local disk and display some simple UI)
    3. WL Console shows all the THREADS as HOGGING and eventually, the log file shows them as STUCK !!
    4. After some random period of time (1 hr, 2 hr or 5 hr), IF I try to launch the same JSP page, it might succeed.
    5. Re-deploying the .war file/Restarting the weblogic instance, SOMETIME helps !!!
    Based Google search, I have done following changes with NO LUCK.
        1.  Changed JVM parameters (--Xms1024m --Xmx024m, MazPermSize=512m ) with NO LUCK
        2. Changed the Java Muxer from native I/O to Java based – NO LUCK
        3.  Changed Deployment Plan to increase  #BackLog request  - NO LUCK
         4. Changed "Resource Reload Check" in deployment plan to -1 - NO LUCK
    Thread dump from WL Console:
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock javelin.client.JobWaiter@13e7e70 WAITING
      java.lang.Object.wait(Native Method)
      java.lang.Object.wait(Object.java:474)
      javelin.client.JobWaiter.blockUntilFinished(JobWaiter.java:45)
      javelin.client.ClientUtilsImpl.build(ClientUtilsImpl.java:838)
      weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:248)
      weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:200)
      weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
      weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:235)
      weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:391)
      weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
      weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
      weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:503)
      weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
      org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1056)
    Thread Dump by (kill -3 <java instance>)
    "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=1 tid=0x020a3890 nid=0x2d in Object.wait() [0xa607e000..0xa607faf0]
            at java.lang.Object.wait(Native Method)
            - waiting on <0xbbe607c8> (a javelin.client.JobWaiter)
            at java.lang.Object.wait(Object.java:474)
            at javelin.client.JobWaiter.blockUntilFinished(JobWaiter.java:45)
            - locked <0xbbe607c8> (a javelin.client.JobWaiter)
            at javelin.client.ClientUtilsImpl.build(ClientUtilsImpl.java:838)
            at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:248)
            at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:200)
            at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:235)
            - locked <0xbb9d0e30> (a weblogic.servlet.jsp.JavelinxJSPStub)
            at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:391)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3370)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(Unknown Source)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2117)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2023)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    "Timer-1" daemon prio=10 tid=0x0186b610 nid=0x2c in Object.wait() [0xa697f000..0xa697fb70]
            at java.lang.Object.wait(Native Method)
            - waiting on <0xba6a36c0> (a java.util.TaskQueue)
            at java.util.TimerThread.mainLoop(Timer.java:509)
            - locked <0xba6a36c0> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)
    "Timer-0" daemon prio=10 tid=0x000b83a8 nid=0x2b in Object.wait() [0xa777f000..0xa777fbf0]
            at java.lang.Object.wait(Native Method)
            - waiting on <0xba4fc1f8> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:474)
            at java.util.TimerThread.mainLoop(Timer.java:483)
            - locked <0xba4fc1f8> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)

    - Make sure you are using the latest build of WLS plugin.
    - Get the WeblogicBridgeConfigInfo output and check if the connection to wls servers is OK.

  • Ical failed because the network is unreachable

    Please help! I cannot get my ical to sync to my mac.com account. I keep gettting an error message that says "The connection to account “[email protected]” failed because the network is unreachable". My calendar is synced correctly on my  iphone and on my iclound.com account, but it will not sync to my iMac ical account. Please help!! I am getting so frustrated!!!

    First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    Go to iCal > Preferences > Accounts and remove all references to MobileMe / .Mac / iCloud you might find using the minus "-" sign at the bottom.
    Go to iCal > Quit iCal
    Go to Apple > System Preferences > iCloud > Sign Out and then sign back in.
    If your password doesn't work go to https://appleid.apple.com to reset your password.
    Close System Preferences
    Go to iCal > Preferences > Accounts and make sure that "iCloud" is now listed.If iCloud is not listed, use the plus "+" sign at the bottom to add it back in.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    --- NOTE: To get to "Home > Library" in Lion: Click anywhere on the desktop and then click on the "Go" menu at the top of the computer screen while holding down the "option" key on the keyboard.  You will see "Library" in the menu.
    3. Launch iCal and test.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    --- NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    3. Launch iCal and test.
    Hope that helps.

  • ICal fails to Sync with my Palm Treo yet my iPod does!

    iCal is a nightmare for me! Throughout much of 2007 it continually failed to refresh and update itself when I sync'd with my Lifedrive via Missing Sync. During Dec 07 I decided to perform a clean install of Leopard on a Cleaned Hardrive in my Powerbook. I also purchased a Treo 680 phone. When MarkSpace issued a Leopard version of Missing Sync I performed a sync with my data from .Mac via ical/AB. The first sync worked great.
    Since then, only 1 in my be 24 syncs have successfully transferred from iCal to my Treo ot Vice Versa. 99% of data entries are made on my Treo but they don't show up in iCal.
    AB is mostly fine. Although the odd Contact address seems to disappear and Missing Sync occasionally throws a wobbly by unregistering it's Conduit.
    Today I remembered that my iPod can link to iCal/AB so I thought I would test whether the data from my Treo was getting through to Sync Services. YES IT DOES!
    So my iPod is completely uptodate with my Treo yet iCal refuses to do anything.
    Has anybody got any ideas as to what I need to do to sort iCal out!
    Many Thanks

    Hi there,
    I do have almost the same problem with Leopard/iCal/Treo/Missing Sync.
    The guys from Missing sync announces some special issues when using this setup.
    And they say: it's related to Apple, cause they changed something in the iCal structure. And therefore syncing my Treo with Missing Sync and iCal doesnt work at all. I do understand that Apple likes to push us poor Palm users to buy the new iPhone... but I wont, cause it is too expensive yet and... last not least, I'm quite happy with my Treo for the last couple of years.
    Thin it is a shame that Apple prevents the further use of Palm devices in that rediculous way. Not very funny.
    So, back to your question: basically there is no solution yet. Missing Sync blames Apple for it, Apple doesn't say anything about that issue.
    Let's get back to ancient times and edit your calendars double. Either iCal and nanually on your Palm device. Great! Welcome to the 21st century.
    Regards
    Stephan

  • Simple VPN Setup Fails with "NOTIFY PROPOSAL_NOT_CHOSEN protocol"

    Hi,
    This is pulling my hair out! Must be overlooking something very simple!
    Simple lab setup with 3 routers. VPN setup between R1 & R3 with static routing. R2 connects R1 & R3. All interfaces are reachable, including loopbacks. I am trying to encrypt traffic between loopback on R1 (69.69.69.69) to loopback on R3 (192.168.100.223).
    With no Crypto Map applied to outgoing interfaces on R1 and R3 ping is successful (sourced via local loopback) between the loopbacks. As soon as I add the Crypto Map the same ping fails and and I get the following debug messages.
    When ping initiated via outgoing interface, ping successful!
    *Oct  6 11:44:26.121: ISAKMP: set new node 0 to QM_IDLE
    *Oct  6 11:44:26.125: SA has outstanding requests  (local 103.13.216.8 port 500, remote 103.13.215.236 port 500)
    *Oct  6 11:44:26.129: ISAKMP:(1002): sitting IDLE. Starting QM immediately (QM_IDLE      )
    *Oct  6 11:44:26.133: ISAKMP:(1002):beginning Quick Mode exchange, M-ID of -1381344893
    *Oct  6 11:44:26.137: ISAKMP:(1002):QM Initiator gets spi
    *Oct  6 11:44:26.145: ISAKMP:(1002): sending packet to 172.1.1.1 my_port 500 peer_port 500 (I) QM_IDLE
    *Oct  6 11:44:26.145: ISAKMP:(1002):Sending an IKE IPv4 Packet.
    *Oct  6 11:44:26.149: ISAKMP:(1002):Node -1381344893, Input = IKE_MESG_INTERNAL, IKE_INIT_QM
    *Oct  6 11:44:26.153: ISAKMP:(1002):Old State = IKE_QM_READY  New State = IKE_QM_I_QM1
    *Oct  6 11:44:26.301: ISAKMP (0:1002): received packet from 172.1.1.1 dport 500 sport 500 Global (I) QM_IDLE
    *Oct  6 11:44:26.305: ISAKMP: set new node -1825528760 to QM_IDLE
    *Oct  6 11:44:26.313: ISAKMP:(1002): processing HASH payload. message ID = -1825528760
    *Oct  6 11:44:26.317: ISAKMP:(1002): processing NOTIFY PROPOSAL_NOT_CHOSEN protocol 3
            spi 2376679447, message ID = -1825528760, sa = 670DD6A4
    *Oct  6 11:44:26.317: ISAKMP:(1002): deleting spi 2376679447 message ID = -1381344893
    *Oct  6 11:44:26.321: ISAKMP:(1002):deleting node -1381344893 error TRUE reason "Delete Larval"
    *Oct  6 11:44:26.325: ISAKMP:(1002):deleting node -1825528760 error FALSE reason "Informational (in) state 1"
    *Oct  6 11:44:26.329: ISAKMP:(1002):Input = IKE_MESG_FROM_PEER, IKE_INFO_NOTIFY
    *Oct  6 11:44:26.329: ISAKMP:(1002):Old State = IKE_P1_COMPLETE  New State = IKE_P1_COMPLETE
    R1
    crypto isakmp policy 1
    authentication pre-share
    crypto isakmp key cisco address 172.1.1.1
    crypto ipsec transform-set TEST esp-3des esp-sha-hmac
    crypto map CRYPTO 1 ipsec-isakmp
    description IPSec Peer to R3
    set peer 172.1.1.1
    set transform-set TEST
    match address ACL1
    interface GigabitEthernet1/0
    ip address 192.250.156.6 255.255.255.0
    no ip route-cache cef
    no ip route-cache
    negotiation auto
    crypto map CRYPTO
    ip access-list extended ACL1
    permit ip host 69.69.69.69 host 192.168.100.223
    R1#sh crypto isakmp sa
    IPv4 Crypto ISAKMP SA
    dst             src             state          conn-id slot status
    172.1.1.1       192.250.156.6   QM_IDLE           1002    0 ACTIVE
    R3
    crypto isakmp policy 1
    authentication pre-share
    crypto isakmp key cisco address 192.250.156.6
    crypto ipsec transform-set TEST esp-3des esp-sha-hmac
    crypto map TEST 1 ipsec-isakmp
    description Primary IPSec Peer to R1
    set peer 192.250.156.6
    set transform-set TEST
    match address ACL1
    interface GigabitEthernet1/0
    ip address 172.1.1.1 255.255.255.0
    no ip route-cache cef
    no ip route-cache
    negotiation auto
    crypto map CRYPTO
    ip access-list extended ACL1
    permit ip host 192.168.100.223 host 69.69.69.69
    R3#sh crypto isakmp sa
    IPv4 Crypto ISAKMP SA
    dst             src             state          conn-id slot status
    172.1.1.1       192.250.156.6   QM_IDLE           1002    0 ACTIVE
    Any help appreciated,
    Thanks.

    Hi Paul,
    "processing NOTIFY PROPOSAL_NOT_CHOSEN protocol 3" indicates the remote VPN peer rejected the phase 2 proposal.
    The configuration snippet you have shared here seems fine, ISAKMP and IPSec debugs (debug crypto isakmp and debug crypto ipsec) from the remote VPN peer will be helpful in troubleshooting further.
    Following is a useful doc on VPN troubleshooting:
    IPsec Troubleshooting: Understanding and Using debug Commands
    Cheers,
    Rudresh V

  • Window fails to repaint sometimes

    I've run into an odd problem in the last week or so - Firefox seems to be failing to repaint properly occasionally.
    For example, if I have a scrolling visualization for a music player (foobar2000) in the background, then I switch to Firefox, the contents of the Firefox window begin scrolling as well! Other problems occur when I close a tab, as the tab list at the top of the screen does not update until I mouse over everything. Similarly, when I switch tabs, the page sometimes does not reflect the contents of the tab I just switched to until I mouse over everything, or switch tabs back and forth.
    I've tried updating my video drivers, but they're already on the latest version. I've tried turning on and off desktop composition, but that hasn't helped.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #* In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • ID CS5 fails to launch, sometimes

    I have Windows 7 x64 SP1  and I am trying out InDesign CS5. It is fully patched up to date.
    I have no problem starting CS5 the first time I try to use it after a reboot of the OS. (However, if I close it any other way other than File>Exit, it crashes on shutdown)
    When I try to launch ID the second time, the taskbar icon flashes but the splashscreen does not appear and the software does not launch. However, if I start Task Manager, I find that there is an InDesign.exe process running. (If I tried to start it more than once, there will be several instances of InDesign.exe).
    The only way I can get InDesign to launch is to either reboot the computer or use 'Run As Administrator' from the context menu of the ID shortcut.
    I have tried resetting preference files (following http://forums.adobe.com/thread/526990) but it makes no difference.
    I do not have 'Trusteer Rapport' installed, which I notice can also cause ID to fail to launch.
    Any ideas?
    thanks

    Based on the spalsh screen message it looks like there could be a problem with a plugin. Do you have any third-party plugins installed?
    I also notice that you haven't run the updater yet, so go to http://www.adobe.com/support/downloads/detail.jsp?ftpID=4567 and dowload the 6.0.4 patch and install it. Maybe you'll get lucky and that will be all it takes.
    That looks like XP. Is that correct?

  • Watch failing to notify me to stand up, doesn't track when I stand up

    Got my watch yesterday, and aside from three times total in the past 24+ hours of having it and wearing it, it doesn't alert me to stand up once per hour.
    The watch also doesn't seem to track when I stand up of my own accord, be it to just stand up for a minute, or when I move around my house to get things done.
    Is there something I need to do to get the watch to sense when I'm standing up, and to tell me to stand up once per hour? It alerted me 3 hours in a row, always at the 50 minute marker (such as 1:50, 2:50, etc) to stand up for a minute. Then it stopped.
    I wear the watch as tight as possible.

    If I understand it correctly, your watch wants you to stand 1 minute per hour, all hours you are awake for the day. If it does manage to track when you stand up, it should track one minute per each hour you're on your feet, and add that to the activity wheel. Total for 12 minutes in a day. I could see wanting it to track the 30 minutes (arbitrary number) you're standing here and there, so you have that info - that would be a nice feature. While it's arguably healthier to be on your feet more often than not during the day, I think Apple's main goal is to just get people up once per hour.
    I do use the workout app.
    All alerts are on. Sometimes it reminds me to stand up every hour at the fifty-minute mark, sometimes it goes hours without.
    I was also on my feet for two straight hours on Saturday and it didn't notice it until I was 1.5 hours in, and then it asked me to stand up.
    Yes, lots of little quirks/bugs popping up all over the place. Passcode issues, the watch interrupting the bluetooth connection of phone-to-car (and requiring me to un-pair then re-pair my phone to car) when I get a notification of any kind, the stand tracking issue, not tracking movement accurately, etc. I don't mind, though. I'm usually a beta tester for other products and video games, so I just try to report what I encounter.

  • My ibook g4 to fail to load sometimes

    sometimes my laptop works just fine but, sometimes it will not load the mouse or show the battery and wi-fi. sometimes it load completely then tell me to reboot. other times it comes up to a boot screen saying type mac-boot which does nothing. then there are times it never even powers on. what could cause all of these symptoms?

    sometimes it load completely then tell me to reboot.
    That sounds like a kernel panic.
    Do you see this?

  • ICal fails to launch on all user accounts

    Hi,
    After a major crash I had to repair my PowerBook G4's disk with DiskWarrior.
    Since the crash (both before and after DiskWarrior repair), iCal stopt working on all user accounts.
    What should I do?
    Crash report as follows:
    Process: iCal [241]
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Identifier: com.apple.iCal
    Version: 3.0.5 (1270)
    Build Info: iCal-12700000~7
    Code Type: PPC (Native)
    Parent Process: launchd [69]
    Date/Time: 2008-11-11 06:38:16.223 +0200
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x00000000928e4d94
    Crashed Thread: 0
    Application Specific Information:
    * Terminating app due to uncaught exception 'NSArchiverArchiveInconsistency', reason: '* -[NSKeyedUnarchiver decodeObjectForKey:]: missing class information for object'
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x928e4d94 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 0
    1 libobjc.A.dylib 0x910dc4e8 objcexceptionthrow + 68
    2 com.apple.CalendarStore 0x926375bc +[CalCalendarStore(CalCalendarStore_Internal) setupCalendarStore:] + 1584
    3 com.apple.iCal 0x0019156c 0x1000 + 1639788
    4 com.apple.CoreFoundation 0x928f29f0 -[NSSet makeObjectsPerformSelector:] + 200
    5 com.apple.AppKit 0x929c95b8 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1264
    6 com.apple.AppKit 0x929c0bbc loadNib + 224
    7 com.apple.AppKit 0x929c0560 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 840
    8 com.apple.AppKit 0x929c013c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 336
    9 com.apple.AppKit 0x929bfe24 NSApplicationMain + 332
    10 com.apple.iCal 0x00002d30 0x1000 + 7472
    11 com.apple.iCal 0x0009f4f8 0x1000 + 648440
    12 ??? 0x00000ffc 0 + 4092
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x928e4d94 srr1: 0x0002f030 dar: 0x008bc1fe dsisr: 0x42000000
    r0: 0x910dc4ec r1: 0xbfffefc0 r2: 0xa04b55f8 r3: 0x00230000
    r4: 0x008bac00 r5: 0x0000000b r6: 0x002302a4 r7: 0x002302a4
    r8: 0x00800000 r9: 0xa0b1d924 r10: 0x00000000 r11: 0x24044442
    r12: 0x96687f70 r13: 0x0031c1c0 r14: 0x00000000 r15: 0xa0543514
    r16: 0xa05190c8 r17: 0x00373430 r18: 0xa05190c8 r19: 0x00374860
    r20: 0xa05190c8 r21: 0xbffff81c r22: 0xa05190c8 r23: 0xa04d2928
    r24: 0xbffff758 r25: 0x00374860 r26: 0x001f0000 r27: 0x0031c1c0
    r28: 0x001efaf0 r29: 0x04b404e0 r30: 0xa01dadc0 r31: 0x910dc4b4
    cr: 0x24044442 xer: 0x00000004 lr: 0x910dc4ec ctr: 0x96687f70
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x1dcfff com.apple.iCal 3.0.5 (1270) <13294acc475210829298d9f6a9d1c833> /Applications/iCal.app/Contents/MacOS/iCal
    0x517000 - 0x51dfff libCGXCoreImage.A.dylib ??? (???) <3e8a67b9143aae8511f31076c638caa9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x4230000 - 0x43e1ff7 com.apple.RawCamera.bundle 2.0.9 (2.0.9) <63815f3bec4dc642a4cc74bab35e6240> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <49af061b557801944d2207b1673af094> /usr/lib/dyld
    0x90c77000 - 0x90c82ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x90c83000 - 0x90d48ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90d49000 - 0x90d74ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x90d7b000 - 0x90d86fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d87000 - 0x90f6dffb com.apple.security 5.0.4 (34102) <2954de63dbda688b09f2d75b834c89fa> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90f6e000 - 0x90f73fff com.apple.OpenDirectory 10.5 (10.5) <6dca8a620bb66310737d421624ebbfcd> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x90f74000 - 0x90ffefff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90fff000 - 0x90fffffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9102e000 - 0x9103aff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9103b000 - 0x9104afff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <897487778bd1c0429fcd88c99c293583> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9104b000 - 0x910d1ff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910d2000 - 0x911b5fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x911b6000 - 0x91250ff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x912c1000 - 0x91394fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91395000 - 0x916faff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916fb000 - 0x91713ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91714000 - 0x9175efff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9175f000 - 0x9178dffb com.apple.DotMacSyncManager 1.2.3 (286) <65d0e4540083a64199504933831a99d2> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9178e000 - 0x917c3ffb com.apple.LDAPFramework 1.4.5 (110) <d0de37a2c23c1ab7dfd4af1882db9893> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x917f9000 - 0x917fcffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x917fd000 - 0x91816ffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91817000 - 0x91892fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9189e000 - 0x918b5ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x918b6000 - 0x9199ffff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x919a0000 - 0x919abfff com.apple.dotMacLegacy 3.1 (244.1) <570bed901cb34b2a4de7b7365e366e2d> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x91c94000 - 0x91cd8ffb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <cc57b9a442becdd50c962e1283a526c5> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91cef000 - 0x91cf0fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x91cf1000 - 0x9202afeb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9202b000 - 0x92032ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92033000 - 0x9209affb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x9209b000 - 0x920c8fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x925af000 - 0x926fbffb com.apple.CalendarStore 3.0.5 (841) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x926fe000 - 0x92711ffe com.apple.CFOpenDirectory 10.5 (10.5) <41ed29dcd683657b10994df7d7349e0a> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x92712000 - 0x927e1fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x927e2000 - 0x927e2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x927ef000 - 0x927f8fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x927f9000 - 0x927f9ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x927fa000 - 0x9280dfff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9280e000 - 0x92933ffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92934000 - 0x929b9fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x929ba000 - 0x9312ffff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x932e1000 - 0x932e6fff com.apple.KerberosHelper 1.1 (1.0) <8f67c86123d3225e76cf7d361eaaeafd> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x932e7000 - 0x9385eff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9385f000 - 0x938c4ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x938c5000 - 0x93beefe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93bef000 - 0x93c3efff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93c3f000 - 0x93c47ffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93c48000 - 0x93c4dff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93c4e000 - 0x93c5dfff com.apple.DMNotification 1.1.0 (143) <c68dc3aa8e69dfea987ae8400ccaa929> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x93c5e000 - 0x93d0efff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93eb0000 - 0x93ecffff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93ed0000 - 0x93fe4ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93fe5000 - 0x94024fff com.apple.DAVKit 3.0.4 (652) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9418e000 - 0x941adfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x941ae000 - 0x943f3ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x943f4000 - 0x9453effb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9453f000 - 0x94574fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94575000 - 0x945aefff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x945c5000 - 0x945ccfff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x946c4000 - 0x946d1fff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946d2000 - 0x946edffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9479d000 - 0x9481efff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9481f000 - 0x9483fff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94840000 - 0x94c6effa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94c6f000 - 0x94db7ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib
    0x94db8000 - 0x94dd6fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94dd7000 - 0x94dd7fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94dd8000 - 0x94e15ffe com.apple.securityfoundation 3.0 (32989) <d629b36fcfea256ec309420b99dccabf> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94e16000 - 0x94f82ff9 com.apple.AddressBook.framework 4.1.1 (696) <d060674db5664f6db586985a12742f1c> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f83000 - 0x94f8bfff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x94f8c000 - 0x94fecfff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94fed000 - 0x9504fffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95050000 - 0x950d7ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x957ba000 - 0x95853fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95854000 - 0x95972ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95973000 - 0x95992fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x95993000 - 0x959a1fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x959a2000 - 0x95a38fff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95a39000 - 0x95a5ffff libcups.2.dylib ??? (???) <0baa8f1a940b5d8c4d8e4e63fffef410> /usr/lib/libcups.2.dylib
    0x95a60000 - 0x95aaffff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95ab0000 - 0x95af1ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95af2000 - 0x95b02fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x95b51000 - 0x95b8efff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95b8f000 - 0x95b92fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95b93000 - 0x95bafffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95bb7000 - 0x95c71fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x95c72000 - 0x9622cfff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96257000 - 0x9625bffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9625c000 - 0x962a3fff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x962a4000 - 0x962ceff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x962cf000 - 0x96315ff9 com.apple.securityinterface 3.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96316000 - 0x9633efff libxslt.1.dylib ??? (???) <a69bf3978edd9dd905726660011bb6e6> /usr/lib/libxslt.1.dylib
    0x9637e000 - 0x9667fffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96680000 - 0x96680fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96681000 - 0x9681afe3 libSystem.B.dylib ??? (???) <2ecfb9e8a8f2f72021bf1ee8f4c8e3fb> /usr/lib/libSystem.B.dylib
    0x968de000 - 0x968e0ffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x968e1000 - 0x96975fff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x969df000 - 0x96a44ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x96a95000 - 0x96af1ffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96af2000 - 0x96b7afff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96b7b000 - 0x96c49ffb com.apple.syncservices 3.1 (389.7) <3d6f945da3813785216fd2df7a408e16> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96c4a000 - 0x96c4afff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96c4f000 - 0x96c62ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96c63000 - 0x96c95fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96c96000 - 0x96cc7fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96cc8000 - 0x96ce3ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <60afb4ad8bd64c8539f50f7edef1f759> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96ce4000 - 0x96ce5ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96ce6000 - 0x96cecffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96ced000 - 0x96d7cffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96d7d000 - 0x96d8bffb com.apple.opengl 1.5.7 (1.5.7) <0f5ac86573f9bb828dfa1864d85a4162> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96d8c000 - 0x96d99fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x96d9a000 - 0x96df0fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96df1000 - 0x96ea1fff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    After reinstalling you should download and run the current 10.5.5 Combo Update.
    Before restarting, drag the ~/Library/Calendars/ folder and the ~/Library/Preferences/com.apple.iCal*.plist files to the desktop in case they have been corrupted.
    AK

  • IChatAgent fails to launch sometimes

    Since upgrading to Snow Leopard, and running the kernel in 64 bit, I have problems occasionally with launching iChat.
    Tailing the system.log shows:
    iChatAgent failed to launch from path /System/Library/Frameworks/IMCore.framework/iChatAgent.app/Contents/MacOS/iChat Agent
    There are now running iChat related processes, so my only solution has been to repair the disk permissions - which shows nothing related to iChat that I can see, and then a restart.
    Anyone else facing this?
    Message was edited by: Mezza

    Hi,
    I am not having that problem nor have I seen it reported before.
    There are two possible Issues.
    1) iChat itself is not calling on iChat Agent correctly
    2) iChatAgent is not responding properly.
    iChat itself can be Reinstalled from the Install Disk > Option Installs
    When this is run you can pare down to the applications then just iChat within the Installer.
    iChatAgent will take Pacifist
    The basic Info on Reinstalling that is here http://discussions.apple.com/thread.jspa?threadID=1486891
    You Need the Hard Way and possible problems but obviously the Path to the IMCore.framework is different to the listed InstantMessage.framework of iChat 3 and 4
    Install the whole of IMCore.framework if you do it rather than trying to isolate just iChatAgent.
    We normally say "Run the Combo" after doing this.
    There was no iChat Update in 10.6.1 but it may pay to cover bases
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosxv1061update.htm l
    Example pic of Pacifist (is about PhotoBooth)
    See the Red Numbers
    At 5 Frameworks is out of sight and the iMCore will be in there.
    9:30 PM Monday; November 9, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Maybe you are looking for