Epson R1900 Setup Fun and Games

Hi,
Took delivery of a factory second R1900 for 50% off last night and proceeded to play with the print settings in Aperture. Having previously spent ages trying to get the right combo of settings for my HP Photosmart 8230, I was expecting to spend some time on it.
The paper I used was Ilford Galerie Smooth Gloss Paper - simply because I had a box handy. It probably would have been easier to use Epson paper and will get some today.
Much to my surprise, I couldn't get a decent print by selecting the paper in the Aperture print settings and the corresponding option in the printer dialogue. Unless my multiple combinations missed the right one, they all came out too light. Selecting the Ilford profile in Aperture and any other paper in the printer driver just doesn't seem to play nice.
After much mucking around the setting of System Managed in Aperture and No Colour Adjustment in the printer driver is the closet (and is very close. still not happy with the blues - a touch grey-ish).
The prints themselves are very nice. Once I get one pre-set locked in stone, I will get myself some matte paper and try that out.
Does anybody have a magic combo of settings for printing to the R1900?
Regards,
Calx

I'm pleased to report a successful evening of setting up the r1900 for Aperture. Once I turned colour settings off in the printer driver, the rest was pretty easy.
Both Epson Premium Gloss and Ilford Premium Plus were set up with only slight differences in settings, and resulting in (as far as I can tell) identical looking prints apart from a veeery slight difference in shading of certain sky blues - and with same saturations and brightness as the screen.
Settings in Aperture print dialogue were:
Colorsync profile - the relevant Epson or Ilford .icc profile
Black Point compensation - ON (although OFF made little difference)
Gamma - 1.0 (if you were obsessive 1.05 may have been better, but more likely need 1.0025 eek! )
Settings in printer settings were:
Paper - the Epson premium glossy for the Epson paper, and semi-gloss for the Ilford
Colour Management - OFF
Print Quality - Best Photo (haven't tried PhotoRPM yet, to save ink)
Hi Speed - OFF (was getting faint banding sometimes with it ON)
Hope this helps! Next objective is to set up the matte and specialty papers, which I'll also post here once done.
Disclaimer : My iMac is not fully calibrated, so claims of colour accuracy should be interpreted as "as far as my eyes can tell, it looks the same".
Regards,
Calx

Similar Messages

  • Aperture Printing Fun and Games (aka trial and error)

    Hi,
    After getting over the anxiety attack caused by the bad 2.2 raw update, I finally got around to playing with Aperture trial. Nice interface, liked the keywording and so on, so decided to see how the printing went - and that's when the fun started.
    Printer: HP Photosmart 8230 with up-to-date drivers
    Camera: Nikon D40, shooting RAW (NEF files)
    Test Print 1 - iPhoto as a control example - lovely - came out very close to on-screen (correct paper and color managed as colorsync/RGB chosen in printer dialog),
    Test Print 2 - ViewNX as a control example - produced stunningly sharp photo very close to on-screen using the same printer settings as iPhoto
    Test Print 3 - Aperture print options set up as per Apple Article 302821, printed on same paper as previous tests, comes out slightly dark, with faint yellowish cast.
    Test Print 4 - changed colorsync profile from the specific HP paper to "System Managed" and set color at printer to Colorsmart/RGB. Totally sucked - very dark.
    Test Print 5 - retained colorsync profile as system managed, changed printer color to "Application Managed colors" Totally sucked exactly the same as Test 4.
    Test Print 6 - Lightroom 2 print using "managed by printer" profile - very nice print and close to on-screen
    Test Print 7 - Lightroom 2 print using specific paper profile - identical to Test 6
    To summarise - printing from Aperture does not produce as close a match to on-screen as iPhoto or ViewNX or Lightroom 2, even though the reverse should be true. If I want Aperture to print something like what I'm seeing, I have to up the gamma, increase saturation and contrast, and also increase print sharpening, which kinda defeats the point of having a big screen and lots of adjustment options.
    Any suggestions on what to do next would be most appreciated.
    Regards,
    Calx

    I admit it is very frustrating at first but woorth pursuing. There are many threads on here about this and many including myself have solved the problem. One thing I notice is that you are using System Managed. This is not the way to do it. Another thing is that you continually have to check Colorsync.
    The set up dialgue could be more intuitive but if you follow it carefulyl it does work. I woudl expect that this will be improved at some stage. Remember too in doing this you are being given flexibility; flexibility to make superb prints and the converse - flexibility to fail. On teh way to gettin my 'ooh - ahh' prints I have my share of disasters. This is not a click and go instant gratification game.
    good luck.

  • Can we have fun and games here? :)

    Hi, My name is Sunetra.I was looking through this website and found this lounge. Good idea Stephanie! Was wondering if we can play word games here or story building. Example: One starts with one line of any story.. "ABC was walking on street 9.." , and then, anybody can continue it. Add any sentence to it to make a story. Is that a good idea? Shall we start playing?

    Theoretically yes.  The problem would be that any code changes would apply to both environments.  So I'm not sure what it gains you over having QA and User Acceptance test users using the same installation.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Fun and games installing Oracle ...

    For various reasons we still use Oracle 8.1.7.4 on Solaris 8 (yes yes I know ... it was the version that Noah used to run the Ark but I am stuck with it so please no suggestions about upgrading :-) )
    I decided to attempt to install Oracle 8.1.7.4 on a Sol 8 branded zone running on a Solaris 10 10/09 host from CD.
    Configured the zone to "see" the cdrom :
    # zonecfg -z s8-zone
    zonecfg:s8-zone>add device
    zonecfg:s8-zone>set dir=/cdrom
    zonecfg:s8-zone>set special=/cdrom
    zonecfg:s8-zone>set type=lofs
    zonecfg:s8-zone>set options=[nodevices]
    zonecfg:s8-zone>end
    And then bounced the zone
    Excellent ... Saw the CD, mounted it and then ran runInstaller and stated the Oracle installation ...
    All went well until I needed to change the CD. At which point the damn thing would NOT eject, whether from the runInstaller, the zone or the global,
    "eject" failed with "device busy", a bent paper-clip in the small hole ... everything failed. SO I aborted the installation and went to plan B
    Made a pair of ISOs from the two CDs and copied them across to the branded zone ....
    Firstly had to give the zone access to lofi:
    add device
    set match=/dev/lofictl
    end
    add device
    set match=/dev/lofi/*
    end
    add device
    set match=/dev/rlofi/*
    end
    and bounced the zone ...
    Now I tried (within the zone) to mount the images ..
    # lofiadm -a `pwd`/oracle.8.1.7.4.disk1.iso
    lofiadm: could not map file /appc/oracle8_iso/oracle.8.1.7.4.disk1.iso: Invalid argument
    Hmm ...
    # file oracle.8.1.7.4.disk1.iso
    oracle.8.1.7.4.disk1.iso: commands text
    Not good
    Quick check in the global:
    # file /sol8zone1-zones/sol8zone/root/appc/oracle8_iso/oracle.8.1.7.4.disk1.iso
    /sol8zone1-zones/sol8zone/root/appc/oracle8_iso/oracle.8.1.7.4.disk1.iso: ISO 9660 filesystem image
    Looks as if lofiadm is not recognizing the ISO .....
    At which point on Friday I gave up, went home and thither to the pub .....
    Any clues to proceed with either Plan A or Plan B ????
    P

    Hmm, a wild guess here is that the lofi interface is rather kernel specific, so that the SunOS 5.8 lofiadm can't understand a SunOS 5.10 lofi device.. Which would cause the rather wierd lofiadm messages.
    Can you mount the ISO from the global zone? I.e:
    global# lofiadm -a /path/to/some/file.iso
    global# mount -F hsfs /dev/lofi/1 /zones/<<zone>/mnt
    Or was that something which only worked for LX branded zones..?
    .7/M.

  • Safari and Flash, fun and games...

    Hi, I'm running Safari 5.0.2 on 10.5.8. In recent weeks, especially with the BBC site, I've been experiencing incredibly slow playback on flash. Takes ages to load and start. Nowhere else is like this (maybe a post to the BBC would be in order). Recently, it has started to crash the browser.
    I've searched for solutions and tried other fixes people have suggested... I have uninstalled, re-installed, fixed permissions, cleared cache on Safari etc but always it ends up crashing Safari. I enclose a crash log of the latest crash, if anyone has any ideas. Thanks - meanwhile I'll get on to the BBC
    Process: Safari [62467]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.2 (5533.18.5)
    Build Info: WebBrowser-75331805~2
    Code Type: X86 (Native)
    Parent Process: launchd [203]
    Interval Since Last Report: 1224 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 502 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-10-28 09:24:36.010 +0100
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 9CD5A1E6-7658-4A37-BF1B-433E770831C6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...lashPlayer-10.4-10.5.plugin 0x335d7afa 0x33342000 + 2710266
    1 ...lashPlayer-10.4-10.5.plugin 0x3368918c 0x33342000 + 3436940
    2 ...lashPlayer-10.4-10.5.plugin 0x3368d831 0x33342000 + 3455025
    3 ...lashPlayer-10.4-10.5.plugin 0x337d8d39 NP_Initialize + 15881
    4 com.apple.CoreFoundation 0x959413c5 CFRunLoopRunSpecific + 3141
    5 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    6 com.apple.HIToolbox 0x96c522ac RunCurrentEventLoopInMode + 283
    7 com.apple.HIToolbox 0x96c520c5 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox 0x96c51f39 BlockUntilNextEventMatchingListInMode + 106
    9 com.apple.AppKit 0x94f0e6d5 _DPSNextEvent + 657
    10 com.apple.AppKit 0x94f0df88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    11 com.apple.Safari 0x000161ab 0x1000 + 86443
    12 com.apple.AppKit 0x94f06f9f -[NSApplication run] + 795
    13 com.apple.AppKit 0x94ed41d8 NSApplicationMain + 574
    14 com.apple.Safari 0x0000a74e 0x1000 + 38734
    Thread 1:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x91951a5f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x91951d7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x9297b484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x9297779c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94ceb264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x917f5121 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.Safari 0x001ad872 0x1000 + 1755250
    4 com.apple.Safari 0x00044c1b 0x1000 + 277531
    5 com.apple.Safari 0x00044b6b 0x1000 + 277355
    6 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    7 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x93f2bb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    4 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x949bba09 fefragmentthread + 54
    3 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    4 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x921eb520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x92187dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x921879a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x91aea44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x91b14dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9171f3f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x91731d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    5 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x91b326fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    2 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x921cddbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x921cdbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x921cdb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x94f746e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x92187dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x921879a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    10 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x91ae3266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91aeaa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95940e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95941aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x904715f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90471480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    7 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x3335bdcf 0x33342000 + 105935
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x3335bdcf 0x33342000 + 105935
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x33768657 unregister_ShockwaveFlash + 46311
    4 ...lashPlayer-10.4-10.5.plugin 0x3351de1e 0x33342000 + 1949214
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 ...lashPlayer-10.4-10.5.plugin 0x33768657 unregister_ShockwaveFlash + 46311
    4 ...lashPlayer-10.4-10.5.plugin 0x33656ab5 0x33342000 + 3230389
    5 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    6 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    7 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x3376868f unregister_ShockwaveFlash + 46367
    4 ...lashPlayer-10.4-10.5.plugin 0x334be26d 0x33342000 + 1557101
    5 ...lashPlayer-10.4-10.5.plugin 0x334c07d8 0x33342000 + 1566680
    6 ...lashPlayer-10.4-10.5.plugin 0x334c1104 0x33342000 + 1569028
    7 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    8 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    9 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    10 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    11 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x91b2bb96 recvfrom$NOCANCEL$UNIX2003 + 10
    1 ...lashPlayer-10.4-10.5.plugin 0x3377ef9b unregister_ShockwaveFlash + 138795
    2 ...lashPlayer-10.4-10.5.plugin 0x3377e1b2 unregister_ShockwaveFlash + 135234
    3 ...lashPlayer-10.4-10.5.plugin 0x334c1c94 0x33342000 + 1571988
    4 ...lashPlayer-10.4-10.5.plugin 0x3376877c unregister_ShockwaveFlash + 46604
    5 ...lashPlayer-10.4-10.5.plugin 0x337687c0 unregister_ShockwaveFlash + 46672
    6 ...lashPlayer-10.4-10.5.plugin 0x337688e6 unregister_ShockwaveFlash + 46966
    7 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    8 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x91ae32c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152af pthread_condwait + 1244
    2 libSystem.B.dylib 0x91b16b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x90480bdf CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x9048279a CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x90480f3f HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x90480c43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x90471480 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    9 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x339f9b4f NP_Initialize + 2247711
    4 ...lashPlayer-10.4-10.5.plugin 0x3395dabb NP_Initialize + 1608587
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x91ae32ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91b152c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91b5a539 pthreadcondwait + 48
    3 ...lashPlayer-10.4-10.5.plugin 0x339f9b4f NP_Initialize + 2247711
    4 ...lashPlayer-10.4-10.5.plugin 0x3395dabb NP_Initialize + 1608587
    5 libSystem.B.dylib 0x91b14155 pthreadstart + 321
    6 libSystem.B.dylib 0x91b14012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x33688f65 ecx: 0x00000000 edx: 0x00000008
    edi: 0x34369000 esi: 0x2e2891b0 ebp: 0xbfffeab8 esp: 0xbfffeaa0
    ss: 0x0000001f efl: 0x00010246 eip: 0x335d7afa cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.2 (5533.18.5) <97d5cae404807a569eaf7aadbed34a49> /Applications/Safari.app/Contents/MacOS/Safari
    0x646000 - 0x651fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x659000 - 0x683fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x694000 - 0x6a3ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1b25000 - 0x1b31ffb +com.fsb.SafariBlock ??? (2.2r1) <fe7dd96f3e475128f5b951956f41f1c9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBloc k
    0x21dee000 - 0x2219cfe3 com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x259aa000 - 0x259adff2 +com.macromedia.Flash Player.plugin 10.1.85.3 (10.1.85.3) <7c335f75ebdb76fa2f741e584516a12f> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x260a2000 - 0x260a7ff3 libCGXCoreImage.A.dylib ??? (???) <adb040a70a21224cdd51dbcb779520bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x26184000 - 0x261a0ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x261df000 - 0x261e1ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x26ef8000 - 0x2707dfe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x270ab000 - 0x27414fe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x2a1e5000 - 0x2a1e6ff7 +com.machangout.glims.osax 1.0 (1) <551a43a052771cfe7f36699e3a653161> /Library/ScriptingAdditions/Glims.osax/Contents/MacOS/GlimsOSAX
    0x2a215000 - 0x2a223feb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x2a2ae000 - 0x2a2c0fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x2a894000 - 0x2a8ebff7 +com.machangout.glimsInternal 1.0b23 (1.0 build 23) <904a807e5d8ab8a133722e238de34d47> /Library/Application Support/Glims/PlugIns/Glims.bundle/Contents/MacOS/.GlimsInternal
    0x2e21b000 - 0x2e21cfff com.apple.JavaPluginCocoa 12.7.0 (12.7.0) <2910c87b17ddaa1a8a5efaf9d4c76b00> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x2e6e6000 - 0x2e6eeffe com.apple.JavaVM 12.7.0 (12.7.0) <d9cf554378c7cafa431ea651c476fb80> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x32aea000 - 0x32aedfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x32af9000 - 0x32afcfef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x33342000 - 0x33d01ff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.85.3 (10.1.85.3) <ef601cb10181da93432d165ee610759e> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x33fbc000 - 0x33fc2fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x34055000 - 0x340bafde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x340da000 - 0x3412ffdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x3415d000 - 0x34160ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x34165000 - 0x341abfc3 com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x341b1000 - 0x341b402f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900b3fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x900b4000 - 0x900b5ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x900b6000 - 0x900ccfff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x900cd000 - 0x900cdffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x900ce000 - 0x900deffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90153000 - 0x901cdff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x901ce000 - 0x902d5ff7 com.apple.WebKit 5533.18 (5533.18.1) <440347f9cd9c6a7522ee74205b8a0c6d> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x902d6000 - 0x902f4ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902f5000 - 0x90399ff7 com.apple.QuickTimeImporters.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9039a000 - 0x90424ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90425000 - 0x90452feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90453000 - 0x90453ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90454000 - 0x904d1feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x904de000 - 0x904e3fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x904e4000 - 0x90b84fff com.apple.CoreGraphics 1.409.6 (???) <572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90bb8000 - 0x90be0ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90be1000 - 0x90ebbff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ebc000 - 0x90fa4ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90fa5000 - 0x90fb5fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90fb6000 - 0x910efff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x910f0000 - 0x91177ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x91178000 - 0x911b2fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x911b3000 - 0x911fefe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x911ff000 - 0x91231fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91232000 - 0x9155dff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9155e000 - 0x91560fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91561000 - 0x915affe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x915b5000 - 0x915c2fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x915c3000 - 0x91650ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91696000 - 0x9169bfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9169c000 - 0x916ebfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x916ec000 - 0x917b7fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x917b8000 - 0x917bfff7 libCGATS.A.dylib ??? (???) <c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x917c5000 - 0x917c5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x917c6000 - 0x917e2ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x917e3000 - 0x919dbfff com.apple.JavaScriptCore 5533.18 (5533.18.1) <35153f2ee49352b58351e68118bfc971> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91abf000 - 0x91ac9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91ae2000 - 0x91c49ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x91c4a000 - 0x91c67ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91c68000 - 0x91c9efef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x91c9f000 - 0x91de9feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91dea000 - 0x91e0efeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x91e0f000 - 0x91e75ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91e7b000 - 0x91e7dff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e7e000 - 0x91e7effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91fe3000 - 0x92012fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92013000 - 0x92019fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9201a000 - 0x9201affa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9201b000 - 0x92033fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92034000 - 0x9217cff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9217d000 - 0x923f9fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x923fa000 - 0x9257efef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9257f000 - 0x92584fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92585000 - 0x925c6fe7 libRIP.A.dylib ??? (???) <c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x925c7000 - 0x92646ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92647000 - 0x92656ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <43c5b91223501f917392f59fbf9d7ace> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92657000 - 0x92680fff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x92681000 - 0x926bbffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92925000 - 0x92941ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92942000 - 0x92973ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92974000 - 0x92974fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92975000 - 0x9346efff com.apple.WebCore 5533.18 (5533.18.1) <9604e225d63566d0ecb141c1d0d291e2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9346f000 - 0x9346fffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93470000 - 0x93470ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9349b000 - 0x9349bff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9349c000 - 0x9349cffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9349d000 - 0x934bcffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x934bd000 - 0x93508ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93509000 - 0x935f7fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93666000 - 0x93718ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x93719000 - 0x93728fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x937f3000 - 0x93886fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93887000 - 0x938e3ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x938e4000 - 0x938ecfff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x938ed000 - 0x9390bfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x93916000 - 0x93956fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93957000 - 0x93a12fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93a13000 - 0x93adaff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93ade000 - 0x93ae5fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x93af8000 - 0x93b85ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93bc3000 - 0x93c1cff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93c1d000 - 0x93c32ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93c33000 - 0x93c5efe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x93c5f000 - 0x93c63fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93c6a000 - 0x93e26ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93e27000 - 0x93e81ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93e82000 - 0x93ec4fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93ec5000 - 0x93f03fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93f04000 - 0x943d5fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x943d6000 - 0x94427ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94428000 - 0x947e4ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x947e5000 - 0x948c6ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x948c7000 - 0x94c64fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94c65000 - 0x94c89fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x94c8a000 - 0x94c98ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x94ce8000 - 0x94d8ffec com.apple.CFNetwork 438.14 (438.14) <1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94d90000 - 0x94d90ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94d91000 - 0x94dd0fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94ec6000 - 0x94ecdffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x94ece000 - 0x956ccfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x956cd000 - 0x956d9fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x956da000 - 0x9574cfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9574d000 - 0x958cdfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x958ce000 - 0x95a01fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95a02000 - 0x95b54ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b55000 - 0x95b5efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95b5f000 - 0x95b61ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x95b62000 - 0x95b6eff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95b6f000 - 0x95becfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95bed000 - 0x95dbeff3 com.apple.security 5.0.6 (37592) <f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e41000 - 0x95e8afef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95e8b000 - 0x95e96fe7 libCSync.A.dylib ??? (???) <8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95e97000 - 0x96255fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96256000 - 0x9625afff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9625b000 - 0x962b8ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x962cd000 - 0x966ddfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96730000 - 0x96733fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96734000 - 0x96814fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x96815000 - 0x9681cfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9681d000 - 0x968b0ff3 com.apple.ApplicationServices.ATS 238.14.1 (???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x968b1000 - 0x96a40fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96a41000 - 0x96ae8feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96ae9000 - 0x96c21fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96c22000 - 0x96f2afe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96f2b000 - 0x96f62fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96f63000 - 0x97e62fe6 com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97e63000 - 0x97e6fffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    The problems are caused by third party input managers/enhancers that have not yet been updated by their developers to comply with the standards used by Safari 4.1.and/or Safari 5.
    In your case these are:
    0x1b25000 - 0x1b31ffb +com.fsb.SafariBlock ??? (2.2r1) <fe7dd96f3e475128f5b951956f41f1c9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBloc k
    0x2a1e5000 - 0x2a1e6ff7 +com.machangout.glims.osax 1.0 (1) <551a43a052771cfe7f36699e3a653161>
    You fill find them in one or either of these folders:
    Home/Library/Input Managers
    Hard Disk/library/Input Managers
    Hard Disk/Library/Application Support
    although the exact location is indicated in your crash report as quoted above - look under 'Binary Images'.
    Close Safari and delete them, then restart Safari and it should be working normally. Alternatively drag them to the desktop and restart Safari. then add them back one at a time, restarting Safari every time, until you find the one (or more) causing the crash.
    Check with the developers of the plug-in/s in question for updates that are Safari 5 compliant.
    In the case of Glims, you need to update to Build 26:
    http://www.machangout.com/

  • Epson R1900 and iCC/iCM profiling...when do you give up?

    I'm using Windows 7 64bit (non-SP1) and Lightroom 3.3 with a Epson R1900 printer.
    Sorry if this is winded, but I've tried a lot myself and had to break down and post here.
    I've read a lot of posts already about disabling color management in the printer or in LR 3.3. I've downloaded all possible profiles from Epson or other places that sound logical enough to help with my specific paper. I understand that my screen could be too bright or too dark and lightroom's interface itself could even give the impression of a photo being too bright or dark. I've read about iCC profiling twice, first in software then in the printer. I've used a Spyder3 Print SR and Spyder 3 screen calibrator.
    No matter what combintation I try, my photos print too dark of course, but even worse, the color is really off (more than the brightness). Also, I understand there is a lot of printers so it can be hard giving exact toggles in options that might not even exist with ones printer.
    Now I'm not nearly as educated as most of you on these issues, so I'm going to ask some questions (sorry if they seem "newbish").
    First, I understand (or currently am under the impression) that Lightroom uses something called "MelissaRBG or a.k.a "BastardRGB" to print to the screen (?). If this is true, shouldn't the exporting iCC profile be MelissaRGB.icc? Now if this is true, shouldn't the Host (Win7) look different being set at sRGB than that to what is in Lightroom? It doesn't on my system. So again if this Melissa profile is true, does Lightroom only export in MelissaRGB between the print to screen and whatever given .icc profile you have chosen to export in? In other words, is there only a handshake happening with Melissa.
    Second, where does the host .icc start and end. I assume since Lightroom does not come packaged with drivers for every possible graphics card, that the host's color manager has to pass off a matrix for colors to the Lightroom software.
    Third, being that the above 2 questions might be out of a users simplistic control and that I can't see what I'm doing wrong, should one just use the basic controls of the printer module? In my case the best prints I get are when I use the printers modules color manager of "Epson Vivid" with a +10 in brightness and +4 in saturation. Of course, this isn't going to help when I want to print to canvas or may other paper types. However, all the profiling in the world with my Spyder3 Print SR might be correct, but I'll never know because the prints always come out way off.
    All the trying and failure make me feel like the guy who is barely qualified to make small rocks from a boulder, just give me a hammer. Should I just give up and let it rip with sliders and keep my eyes closed?
    By the way, there is really very little found easily through search engines that explain how the profiling should be SET UP on a computer in specific pratice . But yes, there is A LOT that want to walk you through the math and theory of it all, just not how any particular software handles it, not even the operating system.

    Just checking off a few things.  You may have done all this and some has been said before, I'm just trying for the complete list:
    I think you're saying you've calibrated your monitor with Spyder 3.  As a check, when you check the profile in W7 control panel, it will show the profile you've created with Spyder 3 as the default for the monitor (if not, something's wrong)
    I'm not familiar with Spyder 3 software, but does it give you the option of setting screen brightness?  It should be 100-120 cd/m2.  No more.  If you can't set it in the Spyder s/w, try turning the brightness down and recalibrating with Spyder.  You can also use the "Colorimetre HCFR" software (http://www.homecinema-fr.com/colorimetre/index_en.php) to measure profile parameters, including brightness. 
    Another check on brightness: get a piece of blank printer paper, and with normal room lighting hold it near your monitor when displaying something white.  Does the screen look significantly brighter than the paper?  If so, it may be too bright.  Modern monitors are way too bright by default.  My HP monitor brightness is set to 15 out of 100 to get 100 cd/m2. 
    When printing from LR, select in the "Print Job" area (bottom right in print module) "profile: SPR1900 Premium Glossy", or whatever the profile name is for the paper you're using (I'm guessing the name, I have an R1800).  This is telling LR to colour-mange the printer, and telling it which profile to use. 
    Click Page Setup... (bottom L) and set the paper type in the Epson dialogue.  Click Advanced (I think it's a separate tab in R1900, it's a button in Main tab on R1800) and in "Colour management" check ICM and (very important) check "Off (No Color Adjustment)".  I'm not sure with the R1900, but on the Main tab, you may also have to "Mode: custom" and "No Color Adjustment" in the drop down.  This is telling the printer driver that:
    colour management is being used (so don't mess with the colours to make them "pretty", which it would otherwise do)
    colour management is being done by the application, not the driver (in other words, telling the driver not to do anything itself)
    The important thing is that colour management of the printer should be done in one place only.  The method above gets it done in LR, you can also turn it off in LR and use the driver, but I recommend the steps above. 
    If all that's OK, it ought to work.  Printed output is never going to be identical to the screen - they're different physical representations of the image - but colour should be fairly close.
    You mentioned LR using a form of ProPhoto colour space as its working space.  That's not an issue.  It's just a convenience for LR, and has absolutely no bearing on the output.  The only point is that the working space should be at least as large as the original image colour space, the monitor colour space and the printer colour space (so it's not limiting the colour). LR automatically converts the image to:
    the monitor colour space when displaying images (provided you have an appropriate profile set for the monitor, which should be done by spyder 3)
    the printer colour space, which you specify when you print, remembering to set the driver as above. 

  • TS1702 how can I get anyone to give us answer on the iphone apps casino game we purchased few days ago which once the token was finished we were not able to reset and play just for fun and not for gambling. we need help and not to be charged additional

    few days ago I have purchased Iphone casino games from itunes apps store. One of the game was made by the company called "ARISTOCRAT" dragan game. Usually we will get basic tokens to play the game, and if we ran out of the tokens all we need to do is going into "manu" and "setting" selete "dream" and reset that we should be able to continue play the game with same amount of the basic tokens. The one game would not let us to go back to the game. There were msg came out said" game center requires an active connection to the internet"? I didn't feel comfortable because we purchased the game for $1.99 to play for fun and not to gamble. We do have credit card on your file. We don't want to be charged alot of money for something not in our well. I need help to answer the question on the following:
    1.  Are we able to ever play this game again without going to internet? We don't even know which site to go to, because when we press the ok button nothing else came out to direct us to any area.
    2. We only purchased the few days ago order ID: MGT74GN6V7 on 10/03/12. all the other games we purchased we were able to continue to play by doing the same setting.
    Thank you for your help and looking forward to hear from you!

    You need to contact itunes support
    We are all itunes users just like you.
    http://www.apple.com/support/contact/

  • When using printer Epson R1900 with Aperture 3 and if I mistakenly choose the wrong paper such as, epson's luster instead of glossy, does that change the exposure? Like make it too dark one or two stops!

    When using printer Epson R1900 with Aperture 3 and if I mistakenly choose the wrong paper such as, epson's luster instead of glossy, does that change the exposure? Like make it too dark one or two stops!

    Hi,
       If you choose the incorrect settings for printing, yes - the print quality will be affected.
    Different papers absorb the ink differently, so you can end up with prints that are too light, too dark, or have a colour cast if you make incorrect choices in your Aperture or printer settings.

  • Epson R1900 and Lightroom 2.3

    First of all:
    MacPro (OS X, 10.5.6)
    Lightroom 2.3
    Epson R1900 (driver 6.20)
    I have formated a number of images to be 4x4 inches.  In the print module I then add a 12 pixel stroke border and print the result on 4x6 inch Epson Premium Glossy.  The colors are precisely as expected.  However, the stroke border is wider on one edge of the 4 inch width than on the other edge of the 4 inch width.  Yes, it's a difference that is easy to see.  What is going on?

    I just hear from Epson Support and the solution turns out to be pretty simple.
    In the Print dialog there is a section called "Page Layout Settings".  Nearly all of the asymmetric print placement along the narow dimension was caused by the Expansion having been set to MAX.  Once I set the Expansion to MIN that left me with a small residual difference along the 4 inch dimension.  The 12 pt stroke border resulted in the following (The print head is moving from LEFT to RIGHT.):
    TOP:                 5 mm
    BOTTOM:          5 mm
    LEFT:               2.5 mm
    RIGHT:             3.0 mm
    I am going to assume the 0.5 mm difference is due to paper alignment tolerances until I hear otherwise.
    The enclosure shows the relevant portion of the Epson R1900 Print dialog.

  • Printing with epson r1900 and cc photoshop

    I have just purchased a new windows 8 computer and have cc photoshop installed.  when trying to print with my epson r1900, the only print options available are landscape or portrait and paper size letter or a4.  has anyone else had this problem and if so, how did you solve it.

    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=94511&infoType=Downloads&plat form=OSF_W_8-32

  • I bought coins from Fun run game $10 but I didn't receive and coins!! and you charge me alleady on my visa!!

    Hello there,
    This is Ziyad
    Actually I bought coins from Fun run game $10 but I didn't receive and coins!! and you charge me alleady on my visa!!

    Whilst Apple do reply on some old unanswered threads on these forums, most of the people here are fellow users, you are not talking to iTunes Support - you can contact iTunes Support via this page : http://www.apple.com/support/itunes/contact/ , click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Help! Audigy 2: 5.1 setup Subwoofer and Center tied togeth

    argh this is SUPER frustrating! what is wrong with this sound card? I have had it for like 2 years and finally got a 5. setup.
    I have 5. correctly selected. Speakers are all set correctly. If I go do an audio test and they do the check on the CENTER speaker the subwoofer plays too! I need them separated cuz if I play a game all sounds behind me on my rear speakers have NO subwoofer support which makes it sound TERRIBLE.
    If I do a 6. setup for fun and then do a speaker test the subwoofer is not tied in with the center speaker. Why cant my 5. setting be like this too? This is so frustrating!
    And to top it off, If I play battlefield 2 and I select SOFTWARE instead of HARDWARE for sound it sounds correct!
    Bah, what is wrong with this card??
    -Feld

    What you need to do with all the speakers facing towards you make sure you hook them up in the right place. The front left, center, front right, rear left, rear right and the subwoofer. Click the channel button to see if they have sound. The channel button will not have sound in your subwoofer. When you click on the noise button you will here noise from the subwoofer.

  • Dark Prints from Epson R1900 w/ Colormunki

    I use the Epson R1900 and Colormunki and still get dark prints. Here is my setup.
    GEForce 8600 GT video card
    Sceptre DCLCD20 monitor
    Epson Stylus R1900 printer
    In the calibration process, I have to turn my monitor Brightness control all the way to 0 to get to come close to what Colormunki wants.
    I have to turn off the Enbale DDC Calibration function in the preferences or Colormunki sets my monitor so dark, I can barely see it.
    I've tried printing in both Lightroom 2.4 and PS CS4 using the Colormunki generated profile and both prints come out dark - the same but dark
    In LR, my color management settings are Profile: Epson ... (my profile) and Rendering intent: perceptual.
    In PS CS4, my Color Handling settings are Photoshop Manages Color; Printer Prilfe is my colormunki generated profile, Rendering intent is perceptual.
    Both print previews look fine.
    Both prints come out dark
    Any suggestions would be appreciated?

    I don't use a Colormunki..but what you say here
    kentmcpherson wrote:
    In the calibration process, I have to turn my monitor Brightness control all the way to 0 to get to come close to what Colormunki wants.
    I have to turn off the Enbale DDC Calibration function in the preferences or Colormunki sets my monitor so dark, I can barely see it.
    sounds very strange. Usually when profiling a monitor and setting the luminance value (which is either called the brightness or backlight) control, you start from the brightest point the monitor will go to and then the device measures this and sets a recommended luminance value measured in cm2 (that is candles to the square meter) and you reset your monitor brightness until it matches the required value. Are you reading the instructions carefully as what you say here just doesn't make a lot of sense to me. Setting the monitor to 0 (o what?) and saying the calibration device sets your monitor brightness (this will be done on the monitor controls not by a calibration device)
    If you are also using the colomunki to make printer profiles I have heard of several serious problems with the device regarding this. I understand it makes icc v4 profiles and your printer drivers may use icc v 2...this will cause difficulties. You will usually be better using the canned profiles supplied by any paper manufacturer than attempting to make your own profiles with these cheaper end of the market devices in my experience.

  • Java (.jar) applications and games on 5530XM

    Hello
    I have used the search option before asking, and I have manually searched some of the sub-forums (or boards) I thought could and would be relevant to my issue, and have seen no similar questions being asked. I have also worked with my good friend Google, and had no luck there, either. Most of the results were pirated software links, which is not necessarily bad, but does not help me resolve my issue.
    Now, I'm not sure this is the correct board to post this in, but I'm not too far off even if it isn't; so bear with me. Now, onto the question.
    I would like to know if it is possible to turn off the D-Pad emulator, and how one would go about doing that?
    Let me elaborate, for those who are not familiar with what I'm talking about:
    Namely, the 5530XM has an elegant solution for running non-touch apps and games (i.e.. those made for earlier revisions of the S60 OS, or even those legacy apps for S40), and it is as follows - the phone places the app/game interface in a window, scaled to the apps original rendering resolution, and then places a set of touch command buttons. It makes a Directional Pad, consisting of concentric circles, divided into 5 areas, 4 directions (up, down, left, right), and a general "OK" button (center). It also displays four "Letter-buttons", labeled "A", "B", "C" and "D", which have variable or no functions, depending on the app that is run. Finally it displays two function buttons, Left and Right Menu buttons, usually placed near the red and green phone button on phones with keypads. This works flawlessly for old apps and games, with the limitation that the interface is not multi-touch, meaning it will only accept one virtual keypress at a time.
    My problem with this setup is that some of the more recent Java applications are run as legacy as well; meaning ALL of the touch-aware apps and games that I have tried running. This is unacceptable for several reasons. First, some of them don't recognize the simulated commands, rendering the virtual D-Pad useless. What's more, the virtual interface covers a good portion of the app's original interface, making it impossible to use it. The apps and games I have tried are shipped as .jar, and are supposed to work with a touch interface. And they do, it's only that they're half-covered with an unneeded virtual D-Pad!
    I am open for all suggestions, I have the latest firmware installed, 20.0.080.C01.01, the phone is, as mentioned, 5530 XM (RM-604), and I haven't manually altered Java in any way. I am, however, ready and willing to go for some more serious tinkering if need be, even if it involves altering system files, hex editing and whatnot, and I won't cry to mama if I brick the phone, I know full well the range and scope of possible consequences. This would probably constitute breaking the rules, maybe even voiding the warranty, so I'm not asking for anyone to give an answer of that level here, publicly, but feel free to send a personal message or ask for my e-mail / IM screen name, so that we can communicate about such taboo topics
    One more note, probably relevant: .sis and .sisx apps and games work flawlessly, bot the old ones needing the D-Pad (they get a virtual one) and the new ones, which are correctly recognized as touch-capable. Even some that are reported incompatible by the phone work without a hitch. It really is a pity to see the Java apps fail after everything else is flawless.
    Perhaps, if there is no known solution or a dirty workaround, we can file an official recommentadion/bug report/feature request to the developers in charge? I can wait.
    Thanks to those brave enough to read my wall of text, and thanks in advance to all who reply something useful
    Careful what you wish for... You just might get it.
    Solved!
    Go to Solution.

    McSteel wrote:
    Thanks a million!
    Can't believe I missed that one... You truly are a "Mobile Overlord".
    Although that kinda sounds like there is a Fixed/Immobile Overlord out there
    Anyway. Kudos for this, I suppose there are others who would find this useful as well.
    Thanks again
    Didn't you notice his wings?
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • I have a new Epson wireless printer connected and the iPad recognizes it but it won't print. What is AirPrint and how do I connect it?

    I have a new Epson wireless printer connected and the iPad recognizes it but it still won't print.  What is AirPrint &amp; how do I connect to it?

    Patti-
    Is your Epson printer on Apple's list of AirPrint capable printers?  See <http://support.apple.com/kb/ht4356>.
    If it is an AirPrint printer, then your WiFi router may not correctly handle Bonjour data required by AirPrint.  Contact the router's manufacturer to see if there is a change to its setup or a firmware update, that will make it work.
    One other possibility is that there could be a print job stuck in the iPad's print queue.  Double click the iPad's Home button and a row of recent Apps will appear along the bottom of the screen.  Scroll across and see if the Print Center is there.
    Fred

Maybe you are looking for

  • Zen Nano Plus: Playing files recorded on my Nano Plus on my

    The subject says it all - I bought this player specifically because I need to record conferences that I attend, many of which put the audio feed out over a low-power FM signal specifically so that people can record it & hearing-impaired folks can lis

  • Why cant I update Quicktime

    When I click on iTunes from my Macbook it tells me to update to 7.5.5 or later so it told me to go on Apple.com/quicktime and I did. But it doesnt give me the option to update it only tells me that quicktime is already build in the macbook.

  • JFileChooser and My network Places??

    Hello all, In the Filename of JFileChooser if i type \\100.100.100.100 or even \\100.100.100.100\d$ and click on open button it should ask the username and password of that pc and on appropriate combination of username and password it should show the

  • Why is ~/Library now a hidden folder in Lion?

    Greetings, Curious if anyone had info on why ~/Library is now a hidden folder under Lion?  Makes it hard to check for things like application support, preferences, etc.  I know how to find the folder (and it's contents), but wondered if someone knows

  • Synching iPod Nano 4th from previous Mac to borrowed PC..

    I am temporarily using a borrowed PC while my Mac is being fixed. When I plug the iPod into the iTunes PC, it asks me if I want to re-format the iPod. If I do so with the PC, will I be able to re-format it back when I go back to the Mac OS X Tiger, L