Logging actionscript errors from a projector

Hi All,
We are current working with a public display installation,
and we are looking for a way to log any Actionscript (ver 3) errors
Flash runs into while it is running. Is there a way to set a
projector file to save a list of errors it encounters to a file? We
are running the public display on OS-X 10.5. Any help would be
greatly appreciated (even a push in the right direction).
We could put a heap of try/catch inside the app however the
chances of catching every possibility is slight. Having a log that
we can check over every few days would make life so much
easier.

From where did you download that update?  Did you download the content debugger instead of the standard player?

Similar Messages

  • OpenScript ActionScript Error from Adobe Flash Player 9

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

  • ActionScript Errors From Updating to New Version of Adobe Flash Player

    I updated my flash player now I'm getting Actionscript errors i thought it was just web cam video related but i get more when i go to youtube that eventually make my computer freeze     this box pops up with no options but dismiss all or continue that keeps popping backup heres one example adobe better be able to fix this
    This is what happens when i go to the site
    Adobe Flash Player
    ActionScript error #1010 a term is undefined and has no properties
    at MfcVideo/nc_netStatusHandler()
    This is what happens when i try to leave the site
    at MfcVideo/nc_netStatusHandler()
    atflash.net::NetConnection/invoke()
    atflash.net::NetConnection/close()
    atMfcVideo/Disconnect()
    atFunction/http://adobe.com/AS3/2006/builtin::apply()
    atflash.external::Externallnterface$/_callln()
    atFunction/<anonymous>()
    Then if i stay my computer starts to freeze
    I looked through many sites and have not found anything that tells how to fix this stuff I need a straight step by step answer adobe should have a patch made for this kind of thing i have windows xp sp3 with and i use firefox i think i had this problem years ago but can't remember how i fixed it i was going to get help from customer service support but they made me do this instead what ever helps....Thanks in advance

    From where did you download that update?  Did you download the content debugger instead of the standard player?

  • I receive an error stating user name and password are not valid on my ipad and iphone 3Gs when attempting to load email from my icloud account. When I log onto icloud from my Mac, it wont load the email either.

    One day, my ipad and iphone pick up my emails (.mac account) from icloud just fine. the next day, I recieved error messages that say my user name and password are not accurate. I removed the icloud program on both devices and added it back on to both devices and get the same message. I logged into icloud from my Mac and while I can log in, it times out when I select email and wont load the email there either. Any Suggestons?

    I am having the same problem; it started about 24-36 hours ago.
    I know my ID/PW combo are correct because I can access all other aspects of iCloud except mail.
    iPhone -- returns incorrect ID / Password
    iPad -- Same
    Mail.app on Mac -- returns incorrect password error
    icloud.com -- allows me to log in and use all functions accept mail.  When I try to use mail it stays on a white screen for about 60 seconds then returns a dialogue box that indicates a server error.
    I contacted Apple and they placed my iCloud account into something called "Troubleshooting" mode.  They generated a new strong password and sent it on to "Engineering."
    I suspect there are a small number ofo users like you who are affected with the same problem I am.  Too small a number for it to be reported as an outtage.  I suggest you call Apple and open a case to have your mail investigaged.
    Hope this helps...

  • Error from the session log between Informatica and SAP BI

    HI friends,
          I am working extraction from bi by Informatica 8.6.1.
          now, I start the process Chain from bi, and I got a error from Informatica's session log.Pls help me to figure out what's going on during me execution.
    Severity     Timestamp     Node     Thread     Message Code     Message
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6228     Writing session output to log file [D:\Informatica\PowerCenter8.6.1\server\infa_shared\SessLogs\s_taorh.log].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6014     Initializing session [s_taorh] at [Fri Dec 17 11:01:31 2010].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6683     Repository Name: [RepService_dcinfa01]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6684     Server Name: [IntService_dcinfa01]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6686     Folder: [xzTraining]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6685     Workflow: [wf_taorh] Run Instance Name: [] Run Id: [43]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6101     Mapping name: m_taorh.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6964     Date format for the Session is [MM/DD/YYYY HH24:MI:SS.US]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     TM_6703     Session [s_taorh] is run by 32-bit Integration Service  [node01_dcinfa01], version [8.6.1], build [1218].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24058     Running Partition Group [1].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24000     Parallel Pipeline Engine initializing.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24001     Parallel Pipeline Engine running.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24003     Initializing session run.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     CMN_1569     Server Mode: [UNICODE]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     CMN_1570     Server Code page: [MS Windows Simplified Chinese, superset of GB 2312-80, EUC encoding]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6151     The session sort order is [Binary].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6156     Using low precision processing.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6180     Deadlock retry logic will not be implemented.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     SDKS_38029     Loaded plug-in 300320: [PowerExchange for SAP BW - OHS reader plugin 8.6.1 build 183].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     SDKS_38024     Plug-in 300320 initialization complete.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     PCCL_97003     [WARNING] Real-time session is not enabled for source [AMGDSQ_IS_TAORH]. Real-time Flush Latency value must be 1 or higher for a session to run in real time.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     SDKS_38016     Reader SDK plug-in intialization complete.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6307     DTM error log disabled.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TE_7022     TShmWriter: Initialized
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6007     DTM initialized successfully for session [s_taorh]
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     PETL_24033     All DTM Connection Info: [<NONE>].
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24004     PETL_24004 Starting pre-session tasks. : (Fri Dec 17 11:01:31 2010)
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MANAGER     PETL_24027     PETL_24027 Pre-session task completed successfully. : (Fri Dec 17 11:01:31 2010)
    INFO     2010-12-17 11:01:31     node01_dcinfa01     DIRECTOR     PETL_24006     Starting data movement.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     MAPPING     TM_6660     Total Buffer Pool size is 1219648 bytes and Block size is 65536 bytes.
    INFO     2010-12-17 11:01:31     node01_dcinfa01     READER_1_1_1     OHS_99013     [INFO] Partition 0: Connecting to SAP system with DESTINATION = sapbw, USER = taorh, CLIENT = 800, LANGUAGE = en
    INFO     2010-12-17 11:01:32     node01_dcinfa01     READER_1_1_1     OHS_99016     [INFO] Partition 0: BW extraction for Request ID [163] has started.
    Edited by: bi_tao on Dec 18, 2010 11:46 AM

    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8167     Start loading table [VENDOR] at: Fri Dec 17 11:01:32 2010
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8168     End loading table [VENDOR] at: Fri Dec 17 11:01:32 2010
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8141     
    Commit on end-of-data  Fri Dec 17 11:01:32 2010
    ===================================================
    WRT_8036 Target: VENDOR (Instance Name: [VENDOR])
    WRT_8044 No data loaded for this target
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8143     
    Commit at end of Load Order Group  Fri Dec 17 11:01:32 2010
    ===================================================
    WRT_8036 Target: VENDOR (Instance Name: [VENDOR])
    WRT_8044 No data loaded for this target
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8035     Load complete time: Fri Dec 17 11:01:32 2010
    LOAD SUMMARY
    ============
    WRT_8036 Target: VENDOR (Instance Name: [VENDOR])
    WRT_8044 No data loaded for this target
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8043     ****END LOAD SESSION****
    INFO     2010-12-17 11:01:33     node01_dcinfa01     WRITER_1_*_1     WRT_8006     Writer run completed.
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MANAGER     PETL_24031     
    RUN INFO FOR TGT LOAD ORDER GROUP [1], CONCURRENT SET [1] *****
    Thread [READER_1_1_1] created for [the read stage] of partition point [AMGDSQ_IS_TAORH] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [TRANSF_1_1_1] created for [the transformation stage] of partition point [AMGDSQ_IS_TAORH] has completed. The total run time was insufficient for any meaningful statistics.
    Thread [WRITER_1_*_1] created for [the write stage] of partition point [VENDOR] has completed. The total run time was insufficient for any meaningful statistics.
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MANAGER     PETL_24005     PETL_24005 Starting post-session tasks. : (Fri Dec 17 11:01:33 2010)
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MANAGER     PETL_24029     PETL_24029 Post-session task completed successfully. : (Fri Dec 17 11:01:33 2010)
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MAPPING     SDKS_38025     Plug-in 300320 deinitialized and unloaded with status [-1].
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MAPPING     SDKS_38018     Reader SDK plug-ins deinitialized with status [-1].
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MAPPING     TM_6018     The session completed with [0] row transformation errors.
    INFO     2010-12-17 11:01:33     node01_dcinfa01     MANAGER     PETL_24002     Parallel Pipeline Engine finished.
    INFO     2010-12-17 11:01:33     node01_dcinfa01     DIRECTOR     PETL_24013     Session run completed with failure.
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     TM_6022     
    SESSION LOAD SUMMARY
    ================================================
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     TM_6252     Source Load Summary.
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     CMN_1537     Table: [AMGDSQ_IS_TAORH] (Instance Name: [AMGDSQ_IS_TAORH]) with group id[1] with view name [Group1]
          Rows Output [0], Rows Affected [0], Rows Applied [0], Rows Rejected[0]
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     TM_6253     Target Load Summary.
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     CMN_1740     Table: [VENDOR] (Instance Name: [VENDOR])
          Output Rows [0], Affected Rows [0], Applied Rows [0], Rejected Rows [0]
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     TM_6023     
    ===================================================
    INFO     2010-12-17 11:01:34     node01_dcinfa01     DIRECTOR     TM_6020     Session [s_taorh] completed at [Fri Dec 17 11:01:33 2010].

  • SQL Server 2012 Developer Edition will not install. Setup files don't even get copied completely. Win 8.1. ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    SQL Server 2012 Developer Edition will not install.  Setup files don't even get copied completely.  Win 8.1.  ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    Hello,
    I am glad it worked.
    Thank you for visiting MSDN forums!
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Strange system log error from Photoshop CS4

    Hi.
    I keep getting this strange system log error from Photoshop CS4.
    It comes after a wile when using PS CS4.
    I tried to chance the memory settings and scratch disc to see if that helped. It didn't.
    I also checked all my ram for anything bad. 16GB in my Mac Pro Intel OS X 10.5.6
    Everything is updated to latest included Adobe apps.
    This is the system log error
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** set a breakpoint in malloc_error_break to debug
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: Adobe Photoshop CS4(305,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr  7 16:04:03 mugge [0x0-0x28028].com.adobe.Photoshop[305]: *** error: can't allocate region
    And it keeps on until i close Photoshop.
    Please anybody ?? i cant figure out what this means.
    Thx for help.
    Erik S

    Now i get this system log error ?
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: Adobe Photoshop CS4(651,0x6a73720) malloc: *** mmap(size=132911104) failed (error code=12)
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** error: can't allocate region
    Apr 29 14:45:02 mugge [0x0-0x32032].com.adobe.Photoshop[651]: *** set a breakpoint in malloc_error_break to debug
    and this from Bridge ???
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge Adobe Bridge CS4[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)\n*** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: double free
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0xcb73827b: Non-aligned pointer being freed
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: Adobe Bridge CS4(650,0xb0e8f000) malloc: *** error for object 0x29777980: Non-aligned pointer being freed (2)
    Apr 29 16:35:45 mugge [0x0-0x31031].com.adobe.bridge3[650]: *** set a breakpoint in malloc_error_break to debug
    Chris. also read my post just before this one plase.  thx

  • Excluding ORA-00060 errors from Generic Alert Log Error in OEM

    Hi,
    I want to remove the alerts for ORA-00060 errors from OEM Alerts. In "Generic Alert Log Error" the current expression for Warning is ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9]. How should I change this expression so that it will not send alerts for ORA-00060. I am not much aware of perl :-). Please help me with the expression.
    Target Type=dbname
    Host=host
    Metric=Generic Alert Log Error
    Metric Value=ORA-00060: Deadlock detected. More info in
    Time/Line Number=Mon Nov 2 10:02:54 2009/134883
    Timestamp=Nov 2, 2009 10:17:14 AM EST
    Severity=Warning
    Message=ORA-error stack (00060) logged in /eb_rdo0_p/oraadmin/pnoltp/bdump/alert_.log.
    Notification Rule Name=Database Alert
    Notification Rule Owner=SYSMAN
    Notification Count=1
    Thanks,
    Varma

    this is default monitored objects.
    To stop monitoring for this object, clear the Critical and Warning threshold values and click Continue.

  • Log File Error when open MDS_Log from MDM Console

    Hi Experts,
    I am facing a problem when I tried to open MDS_Log file from MDM Console. The error message was showing as below:
    Log File Error
    Problems in the log file prevent Console from displaying its contents. To view log contents, open the log file in a seperate text editor.
    Could any of you advise me how to open the log in a seperate text editor from MDM console ?
    Thanks very much in advance
    Regards,
    Wei Dona

    Hi ,
    Just  right click on record pane of log node and select save .it will sav to user defined location in .csv format.
    Please try at yr end.
    Thanks,
    Sudhanshu

  • Error from log, after rebootDatabase Manager not working

    Ok, lets try this again :- )
    I got Ubuntu 8.04, 32bit installed on a DL360 G3, I figured that I can learn how Oracle works, I don't want the Express Version, I need to learn what we will be using at work and not a limited edition.
    After I re-boot the server I can't access what worked before, the Management URL:
    https://dragonfly.mydomain.com:1158/em
    so I type:
    **raymond@dragonfly:/u01/app/oracle/diag/tnslsnr/dragonfly/listener/alert$ lsnrctl**
    **LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 07-OCT-2008 18:03:15**
    **Copyright (c) 1991, 2007, Oracle. All rights reserved.**
    **Welcome to LSNRCTL, type "help" for information.**
    **LSNRCTL> status**
    **Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))**
    **STATUS of the LISTENER**
    **Alias LISTENER**
    **Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production**
    **Start Date 06-OCT-2008 18:03:01**
    **Uptime 1 days 0 hr. 0 min. 24 sec**
    **Trace Level off**
    **Security ON: Local OS Authentication**
    **SNMP OFF**
    **Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora**
    **Listener Log File /u01/app/oracle/diag/tnslsnr/dragonfly/listener/alert/log.xml**
    **Listening Endpoints Summary...**
    **(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))**
    **(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dragonfly.mydomain.com)(PORT=1521)))**
    **Services Summary...**
    **Service "ORCLXDB.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **Service "orcl.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **Service "orcl_XPT.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **The command completed successfully**
    **LSNRCTL>**
    it lists port 1521 ? is that a different service, what is that ?
    I tried
    https://dragonfly.mydomain.com:1521/em ( I tried the direct ip address too )
    error from browser is:
    The connection to 192.168.1.105:1521 was interrupted while the page was loading.
    The connection to dragonfly.mydomain.com:1521 was interrupted while the page was loading.
    Interrupted, WTF ?
    so I do the next logical step and look inside the log file, results are a repeating problem, same repeating entry:
    *<msg time='2008-10-07T18:06:08.271-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:08 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.272-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.273-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:08 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.273-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:27.385-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:27 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:27.385-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    Some Help, what do these errors mean ? are they the root of my problem ?
    I need to get this problem, fixed!! it's starting to bug me.

    I stopped reading here: "I got Ubuntu 8.04"
    Oracle is supported on many different flavors and versions of Linux: This isn't one of them.
    If the point is to learn Oracle then learn Oracle in a fully supported configuration.
    Now, instead of learning Oracle, you are leaning what happens when people ignore Oracle's advice and go off making a mess of things on their own.
    If you use a supported configuration you can just follow the docs and it installs properly.
    If the goal is to become an Ubuntu expert keep following the path you are on. If the point is to learn Oracle I'd suggest a course correction.

  • Long system log error from PS CS5

    Hi.
    I just checked my system log file and it have a long list of errors from Photoshop CS5
    It just keeps building op its already 1.5MB and growing creazy. Is that normal ?
    system.log:
      Beskrivelse: Logarkiv til systembegivenheder
      Størrelse: 1,5 MB
      Sidst ændret: 07/06/10 16.15
      Placering: /var/log/system.log
      Seneste indhold: ...
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:37 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:37 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:38 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:38 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 3 times ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 73 times ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 3 times ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last message repeated 1 time ---
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetAllowsAntialiasing: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldAntialias: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextSetShouldSmoothFonts: invalid context
    Jun  7 16:10:39 mugge [0x0-0x60060].com.adobe.Photoshop[5190]: Mon Jun  7 16:10:39 mugge.local Adobe Photoshop CS5[5190] <Error>: CGContextClosePath: no current point.
    Jun  7 16:11:30: --- last

    Hi.
    Listen.
    Now i have another error.
    Not quite the same.
    Edited: Sorry this is in Photoshop CS4 !
      Beskrivelse: Logarkiv til systembegivenheder
      Størrelse: 180 KB
      Sidst ændret: 21/06/10 15.23
      Placering: /var/log/system.log
      Seneste indhold: ...
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:21:35 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:35 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:21:35 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:21:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:21:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:21:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:36 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:36 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:42 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:43 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:44 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:45 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:46 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:47 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:48 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:49 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSaveGState: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineCap: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineJoin: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextSetLineWidth: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextBeginPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextMoveToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextDrawPath: invalid context
    Jun 21 15:22:50 mugge Adobe Photoshop CS4[24045]: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetStrokeColorWithColor: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextRestoreGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSaveGState: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineCap: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineJoin: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextSetLineWidth: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextBeginPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextMoveToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextAddLineToPoint: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]: Mon Jun 21 15:22:41 mugge.local Adobe Photoshop CS4[24045] <Error>: CGContextDrawPath: invalid context
    Jun 21 15:22:41 mugge [0x0-0x78078].com.adobe.Photoshop[24045]:

  • Error is not getting logged in error file while running dataload maxl

    Hello All,
    I am running a Maxl to load data in a database which is running fine but noted a weird issue that the errors are not getting logged in error file. Suppose i changed the name of data file then it should give error something like
    ERROR - {Error no.} - Unable to open file {filename} which should be logged in error file but my error file is still empty.
    I am using the Maxl -
    import database {dbname} data from data_file {filename} on error append to "D:/Error/errorfile.err";
    Any inputs please...
    Thanks

    Try to use single quotes and the backslash. It may depend on the operating system and /or the version of essbase used. This is an example from one of my maxls:
    on error append to 'D:\Hyperion\logfiles\myload.err';
    cheers, chris

  • THE DATABASE CONNECTION IS LOST :;; WIERD  ORA-01012 NOT LOGGED ON ERROR

    ERROR: ORA-01012 NOT LOGGED ON ERROR
    I AM USING A JAVA SWING INTERFACE (JDK 1.1.8), WHICH USES JNI TO CALL C PROGRAMS WHICH IN TURN CONNECTS TO THE DATABASE, ORACLE 8.1.6.
    A DATABASE CONNECTION IS ESTABLISED IN THE MAIN CLASS BY CALLING A FUNCTION FROM THE CONSTRUCTOR.
    FOR ALL OTHER FUNCTION CALLS WHICH ARE MADE FROM WITHIN THIS CONSTRUCTOR, THE CONNECTION STAYS.
    BUT AFTER THE CONTRUCTOR CALL IS COMPLETE, DATABASE CONNECTION IS STRANGELY LOST. THUS ALL OTHER FUNCTION CALLS FAIL BECAUSE OF CONNECTION ISSUES GIVING ORA-01012. THOUGH IF I CHECK UP IN THE DATABASE, THE CONNECTION DOES FIND AN ENTRY.
    SO IT APPEARS THAT SOMEHOW THE JAVA INTERFACE LOOSES TRACK OF CONNECTION. BUT STRANGELY ALL THE FUNCTIONS WORK IF CALLED FROM THE CONSTRUCTOR......... BUT THATS NOT THE IDEA.
    PLEASE HELP, THIS PROBLEM IS BUGGING ME FOR WEEKS NOW.
    THANKS
    AMIT

    apologise for the caps lock.
    i am working on a previous system with java swing front end which alread uses jni, and connects to database using pro *c.
    My problem is that the connection is lost as soon as the constructor of the main class is run, giving an
    ORA-1012 NOT LOGGED ON ERROR.
    But if i place the same calls in the contructor all the database call work.
    It somehow appears that the java interface looses the connection context. Though the session does find entry in the oracle dynamic tables as long as i dont close the front end main window, thereby meaning that its the jave interface which looses the context.
    part of the code of the main class eiquser.
    //constructor
    public EiqUser() {
         super();
         initMRI();
    private void initMRI() {
         try {
              /* initialize geoManager environment */
              int rccc = new EiqCfuncs().eiqInitEnv();
    //eiqinitenv is a c function which connects to database using pro *C
              EiqCfuncs cfuncs = new EiqCfuncs();
              //EiqCfuncs has the prototypes of c functions used bye the java interface
              this.ivjFileMenu.setText(cfuncs.eiqGetText(resNum.getTEXT_FILE_MENU())); // sets the menu name
    and so on.........
    public void eiqUser_WindowClosed(java.awt.event.WindowEvent windowEvent) {
         new EiqCfuncs().eiqTermEnv(); // gives ora-1012 error
    //eiqtermenv is supposed to disconnect from data base, but returns an ora-1012 not logged on erro
         return;
    //eiqtermenv closes the connection with the data base. But fails in this case. if i place the same call ( eiqtermenv) in the initMRI function or the contructor it succeeds.
    Plus if i dont use the java interace and use a c stub for executing the same sequence of functions, then i dont face any problems.
    the proc calls exectuted ultimately by...
    :::eiqinitenv
    exec sql connect using :sqlid identified by sqlpw; // succeeds giving sqlerr.sqlcode=0;
    ::::eiqterm env
    exec sql commit work; //fails giving 0ra-1012 error
    exec sql rollback work;
    Why is the java interface loosing track of the connection once done with the constructor of the main class?? The session still finds an entry in the oracle dynamic tables.
    Please help
    Thx
    Amit

  • As soon as I login with iChat, I get an error from MobileMe!

    Hey, I've had this issue for a while, and my work around for it was just not using iChat. However, I want to use iChat now so I need a proper resolution. Now I have mobile me with my [email protected] address, and I have my iChat account with [email protected] (created before my MM subscription).
    When I log into iChat for the first time, within minutes I get an error from MobileMe saying "You've entered an incorrect password for MobileMe, please try again"... I didn't do anything though.
    If I go to MobileMe in System Preferences, it says: "Your password has changed. Enter your new password.
    If you have not changed (or reset) your password contact MobileMe support."
    If I enter my password in and get that fixed, the next time I start up iChat it says: "Your login ID or password is incorrect"... soo I'm confused.
    The password for my @me and @mac addresses are different, is it possible they are sharing the same keychain? I do have the check box ticked to remember the password.
    Any idea's?

    Hi,
    I would not repair at this time.
    In the list of password you should find the one for iChat Or possibly several for iChat if you have different Account/Screen Names list by their Account names.
    Double click on the one that is causing you issue.
    In the new window that pops up put a tick in the Password Box. You will probably have to confirm with your Admin Password to Allow Once.
    Does this show the right password ?
    If not change the Password.
    If it does then click the Access Tab and see if iChat is Allowed (Or Allow All is being used)
    Either change to Allow All or add iChat to the List.
    7:45 PM Saturday; April 3, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

Maybe you are looking for