Really Odd Crash

There's a really odd bug / crash that happens under these very specific circumstances.  Unfortunately I can't upload an FLA here, so I've provided a download link from a 3rd party site.  If you don't feel comfortable with that, I've listed the steps to recreate the error below.
(Note: Don't click the giant download buttons, click where it says "Save file to your PC: click here")
http://www.2shared.com/file/qJWkGney/PrivateVideoChat.html
http://www.2shared.com/file/M5tNwwRL/PrivateVideoChatExample.html
If you don't feel comfortable with that, here's a description on how to recreate the error:
1. Create a new AS3 FLA
2. Under AS3 Settings -> Library Path, import the flash only player 10 AFCSFlash.swc
3. Import rpc.swc from the FLEX sdk into the library path
4. Create a movie clip and put text object in it.  Don't put it on the stage -- leave it in the library.
And then to make it work with the document class...
5. Add a Button component and name the instance connectButton
6. Add a TextInput component and name the instance connectSessionID
7. Add another TextInput component and name the instance myCSessionID
8. Create the document class and link it to the FLA
9. Add your developer credentials (where the constants are defined)
The document class is this:
package {
    import com.adobe.rtc.authentication.AdobeHSAuthenticator;
    import com.adobe.rtc.collaboration.AudioPublisher;
    import com.adobe.rtc.collaboration.AudioSubscriber;
    import com.adobe.rtc.collaboration.WebcamPublisher;
    import com.adobe.rtc.collaboration.WebcamSubscriber;
    import com.adobe.rtc.events.SessionEvent;
    import com.adobe.rtc.session.ConnectSession;
    import fl.controls.Button;
    import fl.controls.TextInput;
    import flash.display.Sprite;
    import flash.events.MouseEvent;
    public class PrivateVideoChatExample extends Sprite {
        protected const USERNAME:String = "";
        protected const PASSWORD:String = "";
        protected const ROOM_URL:String = "";
        protected var _cSession:ConnectSession = new ConnectSession();
        protected var _webcamPublisher:WebcamPublisher = new WebcamPublisher();
        protected var _localWebcamSubscriber:WebcamSubscriber = new WebcamSubscriber();
        protected var _audioPublisher:AudioPublisher = new AudioPublisher();
        protected var _audioSubscriber:AudioSubscriber;
        public var connectButton:Button;
        public var connectSessionID:TextInput;
        public var myCSessionID:TextInput;
        public function PrivateVideoChatExample() {
            var authenticator = new AdobeHSAuthenticator();
            authenticator.userName = this.USERNAME;
            authenticator.password = this.PASSWORD;
            this._cSession.roomURL = this.ROOM_URL;
            this._cSession.authenticator = authenticator;
            this._cSession.login();
            this._cSession.addEventListener(SessionEvent.SYNCHRONIZATION_CHANGE, this.onLogin);
            this.connectButton.addEventListener(MouseEvent.CLICK, this.connectTo);
        protected function connectTo(event:MouseEvent) {
            if(this._cSession.userManager.getUserDescriptor(this.connectSessionID.text)) {
                this.createNewPrivateChat(this.connectSessionID.text);
        public function onLogin(event:SessionEvent):void {
            this.myCSessionID.text = this._cSession.userManager.myUserID;
            this._audioPublisher.publish();
            this._webcamPublisher.publish();
            this._localWebcamSubscriber.subscribe();
        public function createNewPrivateChat(userID:String) {
            this._audioSubscriber = new AudioSubscriber();
            trace("Hasn't crashed yet....!");
            this._audioSubscriber.subscribe();
            this._audioSubscriber.publisherIDs = new Array(userID);
            trace("Aaaaannnndddd...boom.");
You'll notice if you do any of the following it'll work fine:
1. Replace the player 10 AFCSFlash.swc with the player 9 AFCSFlash.swc in the library path
2. Remove the rpc.swc from the library path
3. Remove the MovieClip with the text object in it
4. Comment out the line "this._audioSubscriber.publisherIDs = new Array(userID);"
Edit: Oh yeah, and to use the application you copy your session ID (from the myCSessionID TextInput) and paste it into the the connectSessionID TextInput in another instance of the swf file (or into the same one -- you get the same results).
I was able to replicate this on another computer using the files above, so I don't think it's my environment that's causing the error.
I have this version of Flash installed: 10,1,53,64

REast wrote:
> As a workaround, I have installed Firefox addon
"Flashblock"
> (https://addons.mozilla.org/en-US/firefox/addon/433)
which prevents all flash
> content from starting unless I want it to. Kind of
annoying to have to do this,
> but it means that the debug flash player is less likely
to crash my browser
> straight away.
>
>
All,
This looks like a bug with Flash player debug plugin.
Please download the Flash player latest version of debug
plugin 9.0.115
from the location
http://www.adobe.com/support/flashplayer/downloads.html
The link should show - 12/3/2007 - Update Linux Debugger
versions (aka
debug players or content debuggers)... Download the linux
debugger and
standalone players.
You dont need standalone player though it comes bundled
together. After
you untar the folder you will see /plugin/ directory which
contains
libflashplayer.so
copy this to your $HOME/.mozilla/plugins/ directory... for
root users it
is /usr/lib/firefox* ...
Relaunch the browser and confirm if you are running Debug
version of FP
- by visiting this URL
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507
Thanks
Arun

Similar Messages

  • Really odd First Launch issues

    Hello All,
    I am having som really, really odd issues with my PowerMac G4...
    Everytime I start-up from a cold boot (I turn it off during the night...) I return in the morning, and it can't see my network!
    I usually just restart again, and everything is fine.... but last friday, I had to fight with it for close to an hour to get it back working.
    No patches have been applied, no setting have been changed, it's on a APC UPS system.. it is just used as a workstation...(graphical work)
    It is running 10.3.9... (and has been since it was available, this issue has been going on for about a month now)
    Any clues to this slightly aggrivating problem?
    I don't really want to get a new Desktop until a Commercial MacIntel machine is available.
    Thanks!!!

    Hi Gabriel!
    Why turn it off? Leave it on all night since OS X runs maintenence on the computer during the night. This could be part of problem . I would also suggest booting up from the install disk and running disk utility from it and repairing permissions.
    Also, is it possible your APC UPS system is getting turned off at night too? Perhaps the battery is going bad and just needs replacing?
    Good Luck!
    G4 Dual 450Mhz; 512mb Ram; 40 & 13 gb HD's;Epson 1640; Pioneer DVR-110 DVD/RW   Mac OS X (10.4.4)   BeigeG3/300MT(B) Mac OS 9.2.2; & a Compaq S4300NX;XPsp2;1.5g Ram

  • Clients Crash When Connected. REALLY ODD!

    Server : System PowerMac G4 running Server 10.4.9
    Clients : (2) Mac Pros running 10.4.9
    Problem : When clients are connected to the server and browsing via the finder. The clients finder windows crash. This problem occurs when all the icons and information is loading about the files in the folder.
    The system is on a gigabit network. The only file protocol the server is using is AFP. The data on the server in question was moved onto the server from a OS9 client.
    Troubleshooting :
    1. Another G4 system implemented as a server with a fresh install of 10.4.9 server. Data moved over. Problem still present.
    2. Data moved directly to Mac Pro (A). Client has no problems accessing data on local drive. When Mac Pro (B) connects to Mac Pro (A) via network Mac Pro (B) finder windows crash when accessing Data on Mac Pro (A).
    3. New gigabit switch removed and replaced with known good 10/100 switch. Problem still exists.
    4. Enet cards downgraded on MacPros to run at 100. Problem still exists.
    5. Fresh OS installs on MacPros. Problem still exists.
    6. Diskwarrior ran. No major problems found.
    Not sure if it matters but allmost all of these are design files done on OS9 ( Adobe / Quark ).
    Any ideas regarding this would be greatly appericated.
    <email address removed by hosts>
    MacPro   Mac OS X (10.4.9)  

    I have a 30 GB version of the same. I also got some external speakers for it, UBL I think they are called. I find there is something very odd about whether you charge it up or not. It seems to over-charge sometimes, and then everything freezes. As for connecting to the PC, no chance. After an initial burst on another machine, and after installing itunes on this computer, there is no recognition of the one by the other at all. Plus freezing and locking up. Plus freezing the PC as well, it is very tedious. So no answers, only commiserations. I think Apple are doing a very poor job on this ! And their help facility seems quite hopeless !

  • Has anyone experienced any odd crashing since mavericks came out?

    My computer has maybe crashed once or twice since I've owned it. I've had mavericks for three days, and I've been experiencing multiple crashes. My screens get pixelated and offset, then shuts down.
    Is this a Mavericks bug, or something else going on with my computer. I'de like to think that the recent software upgrade isn't just a coincidence. My macbook pro is an early 2011 model if

    Apparently this is a really big problem with the early 2011 macbook pros. And untill apple acknowleges this issue, you're stuck with the bill. Case in point.

  • Odd crash (kind of) wouldn't start issue

    Ok...
    3ghz 2meg ram x1900 etc
    Bootcamp partition on system drive Fat32 windows runs fine.
    reFIT (I think that's what it's called) is used to switch Mac/Doz on start up.
    Had it a month and rock solid - both sides.
    SO --
    I'm sitting here last night (after hours for AppleCare and with my laptop at work (which becomes important later...)) and working in AfterEffects on the Mac side. It may or may not be important, but I haven't booted to Windows in maybe a week or more. And I'm noticing that I'm getting some very slow responses and ... wait... my Right Click isn't working. Wait... now I can't click close a window... what? QUIT!! nope... apple-Q isn't working either... won't force quit from dock... I'm still in AE and I apple-option-esc to force quit and then SHUT DOWN from the finder.
    Mac shuts down fine.
    Wow - that was odd.
    I power back on after about 30 seconds or so and all I get is a grey screen. Remember, I haven't rebooted my machine in a good week or maybe two. But 2 minutes go by and still a grey screen -- no reFIT (if that's what it's called) nothing... just the grey screen.
    I force power off and try again. Same thing. Power pushes once and monitor comes on... but no other power pushes to force drives or whatever.
    Crud! I know where to LOOK for all those special hold this down key combination, but I can't remember... well - maybe I remember.
    Mouse Button - Grey screen/Drawer opens (insert disc 1 from install set) still grey screen so
    C key - Grey screen no spinning from optical drive
    D key - grey screen no spinning from optical drive (hardware check)
    At this point I unplug EVERYTHING for 10 minutes (I timed it!!)
    Apple-S - Grey screen etc.
    Shift - Grey screen
    Now, sometimes I'm getting the reFit showing up on the grey screen, sometimes not.
    Ok... so I reach over to my G4 sitting under the desk to turn it on and get online. I press power and NOTHING... NOTHING!!! Brick!!!
    Go running to my wife... "Did we have any power spikes today?" Nope.
    So I unplug everything and go have dinner.
    I opened up the box and pressed some little white button on the mother board that kind of looked like something kind of like a PMU switch...
    I still can't boot to the install disc but I finally get single user working. I do fsck -y /sbin/fsck -y etc
    It gives me 5 lines of "code" and that's it. Ok, maybe everything's fine?
    So I "reboot" --
    I get an APPLE on my Grey screen now!!!!
    5 -- 5!! minutes later it boots up and I'm getting a warning saying the disk I've inserted is unreadable by this computer. What? My install disc??? So I reboot again...
    5 minutes later, same warning -- But wait!! As before, the install disc is actually there... but my 500 gig SATA drive I installed after Macworld isn't... is THIS the disk it's talking about??
    So I reformat and all "seems" to be good.
    Is it?
    The drive didn't have anything on it... was sitting there empty but formatted.
    Are these exclusive problems related to something worse? Am I good for another month?
    Thoughts?????
    Thanks!
    CaptM

    Is it?
    Unfortunately only your Mac Pro's going to know that. It really depends on what went wrong in the first place. This sort of behaviour is quite typical of a drive corruption so be sure to Verify/Repair both drives in Disk Utility from the Installation DVD 1.
    Are these exclusive problems related to something worse? Am I good for another month?
    Personally, I'd spend the time to zero the drive in Disk Utility and also be sure that it's using the GUID Partition Table.

  • Mac is running really slow & crashing.

    Hi,
    My MacBook Pro (14 inch, Early 2011) is running really really slowly at the moment. It is also crashing a lot, I have to restart the computer because it freezes sometimes 3 times a day, and at the moment Finder is crashing approximately every minute (sometimes 30 seconds).
    Im running OSX Mountain Lion.
    Here is the crash report:
    Process:         Finder [357]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.8.3 (10.8.3)
    Build Info:      Finder_FE-808003001000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [294]
    User ID:         501
    Date/Time:       2014-03-15 17:01:40.381 +1030
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          1509 sec
    Crashes Since Last Report:           49
    Per-App Interval Since Last Report:  1387 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      051FB9A2-844F-CFE7-AFFB-6335C6F2DCF4
    Crashed Thread:  7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000010a2b5174
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10a2b5174:
    -->
        __TEXT                 000000010bd9e000-000000010c259000 [ 4844K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x000000011191e686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000011191dc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x000000010e7b3233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x000000010e7b8916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x000000010e7b80e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x000000010d38deb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x000000010d38dc52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x000000010d38dae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x000000010f32c533 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x000000010f32bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x000000010f3231a3 -[NSApplication run] + 517
    11  com.apple.AppKit                        0x000000010f2c7bd6 NSApplicationMain + 869
    12  com.apple.finder                        0x000000010bda3b56 0x10bd9e000 + 23382
    13  libdyld.dylib                           0x00000001117447e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000111920d16 kevent + 10
    1   libdispatch.dylib                       0x0000000111714dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00000001117149ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00000001119200fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00000001117b2ff3 _pthread_cond_wait + 927
    2   com.apple.finder                        0x000000010bdd5a58 0x10bd9e000 + 227928
    3   com.apple.finder                        0x000000010bde999e 0x10bd9e000 + 309662
    4   com.apple.finder                        0x000000010bde6478 0x10bd9e000 + 296056
    5   com.apple.finder                        0x000000010bda54b6 0x10bd9e000 + 29878
    6   libsystem_c.dylib                       0x00000001117ae772 _pthread_start + 327
    7   libsystem_c.dylib                       0x000000011179b1a1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00000001119206d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00000001117b0f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00000001117b0ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000011179b191 start_wqthread + 13
    Thread 4:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x000000011191fbe6 __getdirentries64 + 10
    1   libsystem_c.dylib                       0x0000000111801cff _readdir_unlocked$INODE64 + 98
    2   libsystem_c.dylib                       0x0000000111801da3 readdir$INODE64 + 47
    3   com.apple.CoreFoundation                0x000000010e7a1935 _CFBundleCopySortedDirectoryContentsAtPath + 1093
    4   com.apple.CoreFoundation                0x000000010e7a10ee _CFBundleURLLooksLikeBundleVersion + 62
    5   com.apple.CoreFoundation                0x000000010e7c0044 _CFBundleCreate + 292
    6   com.apple.LaunchServices                0x000000011223f5f0 FSNodeCopyBundle + 49
    7   com.apple.LaunchServices                0x000000011223f319 _LSBundleCopyLocalizedName + 155
    8   com.apple.LaunchServices                0x000000011223c65a _LSCopyNodeAttribute_DisplayNameIfDifferentFromFSName(LSNodeAttributeStateCache *) + 86
    9   com.apple.LaunchServices                0x000000011222ee6a _LSCopyNodeAttribute + 203
    10  com.apple.LaunchServices                0x000000011222be4b _LSCopyItemAttributeForRefInfoWithOptions + 314
    11  com.apple.LaunchServices                0x000000011222bca1 prepareAttributeValueForKey(__CFURL const*, __FileCache*, __CFString const*, void const**, __CFError**) + 175
    12  com.apple.LaunchServices                0x000000011223c5ba prepareDistinctLocalizedNameValue(__CFURL const*, __FileCache*, __CFError**) + 93
    13  com.apple.LaunchServices                0x000000011223c558 prepareLocalizedNameValue(__CFURL const*, __FileCache*, __CFError**) + 9
    14  com.apple.LaunchServices                0x000000011222bb57 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 58
    15  com.apple.CoreServicesInternal          0x0000000117f5a397 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 216
    16  com.apple.CoreServicesInternal          0x0000000117f5d70f _FSURLCachePropertiesForKeys + 138
    17  com.apple.CoreServicesInternal          0x0000000117f69808 _GetDirectoryURLs(_CFURLEnumerator*) + 754
    18  com.apple.CoreServicesInternal          0x0000000117f689f1 _URLEnumeratorGetNextURL + 114
    19  com.apple.desktopservices               0x000000010c39d640 TFSIterator::NextRaw(TCountedPtr<TFSInfo>&) + 44
    20  com.apple.desktopservices               0x000000010c39d53d TFSIterator::Next(TCountedPtr<TFSInfo>&) + 41
    21  com.apple.desktopservices               0x000000010c38efc4 TFSInfoSynchronizer::FetchChildren() + 242
    22  com.apple.desktopservices               0x000000010c38af5e TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 318
    23  com.apple.desktopservices               0x000000010c3881c1 TNode::HandleSync(unsigned int) + 2629
    24  com.apple.desktopservices               0x000000010c39b988 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 42
    25  com.apple.desktopservices               0x000000010c377f8b TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 757
    26  com.apple.desktopservices               0x000000010c3eb13f __block_global_1 + 82
    27  com.apple.desktopservices               0x000000010c377c40 ExceptionSafeBlock(void ()() block_pointer) + 12
    28  com.apple.desktopservices               0x000000010c377be1 __PostNodeTaskRequest_block_invoke_0 + 91
    29  libdispatch.dylib                       0x0000000111715f01 _dispatch_call_block_and_release + 15
    30  libdispatch.dylib                       0x00000001117120b6 _dispatch_client_callout + 8
    31  libdispatch.dylib                       0x000000011171347f _dispatch_queue_drain + 235
    32  libdispatch.dylib                       0x00000001117132f1 _dispatch_queue_invoke + 52
    33  libdispatch.dylib                       0x00000001117131c3 _dispatch_worker_thread2 + 249
    34  libsystem_c.dylib                       0x00000001117b0cdb _pthread_wqthread + 404
    35  libsystem_c.dylib                       0x000000011179b191 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00000001119206d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00000001117b0f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00000001117b0ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000011179b191 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00000001119206d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00000001117b0f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00000001117b0ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000011179b191 start_wqthread + 13
    Thread 7 Crashed:
    0   ???                                     0x000000010a2b5174 0 + 4465578356
    Thread 7 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000054  rcx: 0x00000001147c8000  rdx: 0x0000000000000054
      rdi: 0x00000001147c8000  rsi: 0x000000010e38b000  rbp: 0x00000001147c9ff4  rsp: 0x00000001147c9f7c
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010e38b000
      rip: 0x000000010a2b5174  rfl: 0x0000000000010206  cr2: 0x000000010a2b5174
    Logical CPU: 3
    Binary Images:
           0x10bd9e000 -        0x10c258ff7  com.apple.finder (10.8.3 - 10.8.3) <5AF2416D-6AF0-386F-86D5-A276C74780E6> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x10c366000 -        0x10c486fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10c4f9000 -        0x10c54aff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10c57e000 -        0x10c84fff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10c986000 -        0x10c9c9ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10c9dc000 -        0x10c9e2fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10c9f3000 -        0x10ca61ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10ca95000 -        0x10cb5aff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10cbd1000 -        0x10cd7ffff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10ce38000 -        0x10ce38fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10ce41000 -        0x10ce50fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10ce5e000 -        0x10cf38fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10cfbd000 -        0x10d019fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x10d059000 -        0x10d067fff  com.apple.Collaboration (68 - 68) <164D07CA-B00B-36C1-B488-D33329FB8314> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x10d07e000 -        0x10d27efff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
           0x10d320000 -        0x10d327fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10d32e000 -        0x10d65efff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x10d7b8000 -        0x10da67fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x10dca4000 -        0x10dda2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x10de5a000 -        0x10deb4fff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x10defb000 -        0x10defefff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x10df04000 -        0x10e056fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10e0e7000 -        0x10e1d8ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x10e23f000 -        0x10e240fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10e248000 -        0x10e2d8ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
           0x10e302000 -        0x10e34bff7  com.apple.DiskManagement (5.3.1 - 680) <5438A1FF-B92C-3D28-A8E4-FB41F03144C2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
           0x10e371000 -        0x10e37bfff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
           0x10e38c000 -        0x10e3b3ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10e3d4000 -        0x10e408fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10e437000 -        0x10e49fff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x10e4fe000 -        0x10e4ffff7  libSystem.B.dylib (169.3) <DF030DDB-DF22-3769-A8CD-9806DDB84008> /usr/lib/libSystem.B.dylib
           0x10e508000 -        0x10e62092f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
           0x10e643000 -        0x10e715ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10e77b000 -        0x10e77bfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10e783000 -        0x10e96dff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10ead3000 -        0x10ead3fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10ead8000 -        0x10ee37fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10f05f000 -        0x10f178fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10f1d7000 -        0x10fe04fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1104fc000 -        0x110671ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x110738000 -        0x11074bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x110756000 -        0x110777fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x11078b000 -        0x110798ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x1107ab000 -        0x11113b627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x11124a000 -        0x1112caff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1112f8000 -        0x1113b5ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x111400000 -        0x111456fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x111489000 -        0x11149cff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x1114ae000 -        0x111508fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x111537000 -        0x111576ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x111590000 -        0x1115a4fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x1115bd000 -        0x1115cfff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x1115da000 -        0x1115defff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x1115ee000 -        0x111657fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x1116c0000 -        0x1116c5fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x1116cb000 -        0x1116d9fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
           0x1116eb000 -        0x1116f0fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x1116ff000 -        0x111706fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x111710000 -        0x111725ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x11173a000 -        0x11173bff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
           0x111742000 -        0x111745ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x111753000 -        0x111753fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x111758000 -        0x111760fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
           0x11176e000 -        0x111774fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x11177e000 -        0x111780fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
           0x111789000 -        0x11178aff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
           0x111790000 -        0x111791fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x11179a000 -        0x111866ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
           0x1118a9000 -        0x1118b1ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
           0x1118ba000 -        0x1118f0fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x11190e000 -        0x111929ff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
           0x11193b000 -        0x111969ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x111974000 -        0x111982ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x111994000 -        0x11199ffff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x1119a9000 -        0x1119aaff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
           0x1119b4000 -        0x1119b6ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x1119c3000 -        0x1119c9ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x1119d5000 -        0x1119f7ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
           0x111a10000 -        0x111a5fff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
           0x111a74000 -        0x111ac0ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
           0x111ad8000 -        0x111afdff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
           0x111b2e000 -        0x111b3cff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
           0x111b41000 -        0x111e58ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x111ed5000 -        0x111f56fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x111fb1000 -        0x112057ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x1120be000 -        0x11214bff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x112190000 -        0x1121effff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x11221a000 -        0x1122cbfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x11231e000 -        0x11234fff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x112378000 -        0x112475fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
           0x11248f000 -        0x11258cff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x1125c7000 -        0x1125d6ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x1125df000 -        0x1125e3fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x1125e8000 -        0x1125e8fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
           0x1125f0000 -        0x1125fdfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x112603000 -        0x112670ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x1126ab000 -        0x1126afff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x1126bb000 -        0x1126bcfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x1126c3000 -        0x1126e4ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x1126f3000 -        0x11270afff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x112717000 -        0x11272efff  com.apple.CFOpenDirectory (10.8 - 151.10) <D01120CC-16E0-372C-825B-B3AB510A8916> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x11274a000 -        0x112775fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x112784000 -        0x112784fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x11278b000 -        0x112896fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x1128fb000 -        0x11294aff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x112978000 -        0x112b13fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x112b3b000 -        0x112b3bfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x112b40000 -        0x112ba8fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x112bb2000 -        0x112c4cfff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x112c59000 -        0x113050fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x1130b5000 -        0x11323bfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x11326e000 -        0x113296fff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x1132a1000 -        0x1132f6ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x113305000 -        0x113325fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x11332e000 -        0x113332fff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x113338000 -        0x11343afff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x11346c000 -        0x11346ffff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x11347a000 -        0x1134befff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
           0x1134d6000 -        0x1134f8ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x113511000 -        0x11354bff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x11356d000 -        0x11358cff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x11359b000 -        0x113690fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x1136a7000 -        0x113729ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x113756000 -        0x113758fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x11375d000 -        0x113762fff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x113771000 -        0x11377cfff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x113785000 -        0x113790ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x11379e000 -        0x1137bdff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x1137ca000 -        0x1137d7fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x1137e4000 -        0x11380eff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x11382a000 -        0x113aceff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x113baf000 -        0x113c06ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x113c2e000 -        0x113c78ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x113c89000 -        0x113c90fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x113c9b000 -        0x113cb2fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x113ccd000 -        0x113d0afef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x113d15000 -        0x113d17fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x113d21000 -        0x113d25fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x113d2d000 -        0x113d39fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x113d4b000 -        0x113da5ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x113dc0000 -        0x1141ddfff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x1143f5000 -        0x11462aff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x11472b000 -        0x11476eff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x1147ac000 -        0x1147acffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x1147b4000 -        0x1147befff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x1147cf000 -        0x114832fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x11485a000 -        0x114870fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x11487f000 -        0x1148a6fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x1148c2000 -        0x114960ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x114996000 -        0x114996fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x11499c000 -        0x114a1bff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x114a61000 -        0x114a6aff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x114a79000 -        0x114b14fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x114b32000 -        0x114b8eff7  com.apple.Symbolication (1.3 - 93) <84D69A46-BB0A-3DBE-ABC2-B767F61EC221> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x114bd7000 -        0x114c0dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x114c31000 -        0x114ef5fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x11514b000 -        0x115157ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <B1475487-1DB6-3BA6-B545-5BA751733298> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x115165000 -        0x11516cfff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x115172000 -        0x115172fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x11517b000 -        0x1151b5fff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x1151ee000 -        0x115229fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x11523c000 -        0x115497ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x1155fc000 -        0x1156afff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x115728000 -        0x115754fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x115789000 -        0x115a24ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x115ad3000 -        0x115c44ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x115d4b000 -        0x115d96fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x115dc0000 -        0x116077ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x11610c000 -        0x116548fff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x1165de000 -        0x1165defff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x1165e6000 -        0x116600fff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x11661b000 -        0x116668fff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x116694000 -        0x1167f2fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
           0x11683c000 -        0x116956fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x11697d000 -        0x116eedff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x116f02000 -        0x116f2efff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x116f46000 -        0x116f92fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x116fbe000 -        0x11700dfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x117044000 -        0x11709bff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x1170a7000 -        0x1170abff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x1170b2000 -        0x1170b5fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x1170bb000 -        0x1170d0fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x1170ef000 -        0x11710cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x117125000 -        0x117127ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x117131000 -        0x117133fff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x11713a000 -        0x1171ceff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x117222000 -        0x11722dff7  com.apple.DisplayServicesFW (2.7.2 - 357) <F02E8FC3-18DC-3F03-8763-E6EE3E2A6B5A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x11723d000 -        0x117296ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x1172d8000 -        0x1172f3ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x117310000 -        0x117412fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
           0x11747c000 -        0x1176fdfff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
           0x117727000 -        0x117727fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x11772b000 -        0x11779bfff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x1177f2000 -        0x1177fdff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x11780f000 -        0x117820ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
           0x117828000 -        0x117861ff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
           0x11787c000 -        0x11794fff7  com.apple.DiscRecording (7.0 - 7000.2.4) <8CC25B07-D5C8-3BE0-A3AD-700252C2717A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x1179b9000 -        0x117a01fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
           0x117a14000 -        0x117a54ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x117a6d000 -        0x117a6fff7  com.apple.EFILogin (2.0 - 2) <6C1E7ED7-8FC7-308E-AD17-4C766E936519> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x117a7a000 -        0x117a7dfff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
           0x117e7e000 -        0x117e8cfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
           0x117ea3000 -        0x117eaffff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x117eba000 -        0x117ee6ff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x117ef5000 -        0x117ef9fff  libCGXType.A.dylib (333.1) <16625094-813E-39F8-9AFE-C1A24ED11749> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x117f49000 -        0x117f77fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x11a63e000 -        0x11a653fff  com.apple.frameworks.preferencepanessupport (12.0 - 12.0) <B2DDBD97-CE08-3632-BFED-43325BCDDD7A> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x11a668000 -        0x11a71afff  com.apple.Bluetooth (4.1.7 - 4.1.7f4) <675C5A3B-7C69-382E-9A88-657409EC4197> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
           0x11a78c000 -        0x11a8b6fff  com.apple.avfoundation (2.0 - 361.40.1) <82E0EE8C-6026-33AD-8947-B20D2ED7B2E1> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
           0x11a99e000 -        0x11a9aafff  com.apple.CoreBluetooth (100.9 - 1) <94C4EAB8-20E6-3892-BD9E-27952318CF32> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
        0x7fff6b99e000 -     0x7fff6b9d294f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 11
        thread_create: 1
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 336
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=172.7M resident=170.3M(99%) swapped_out_or_unallocated=2496K(1%)
    Writable regions: Total=83.9M written=11.1M(13%) resident=18.7M(22%) swapped_out=0K(0%) unallocated=65.2M(78%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   152K
    CG shared images                   1184K
    CoreAnimation                      3056K
    CoreServices                       1680K
    MALLOC                             45.4M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    Memory tag=250                      276K
    STACK GUARD                        56.0M
    Stack                              11.0M
    VM_ALLOCATE                        16.2M
    __DATA                             17.1M
    __IMAGE                             528K
    __LINKEDIT                         34.8M
    __TEXT                            138.0M
    __UNICODE                           544K
    mapped file                        37.5M
    shared memory                      15.2M
    ===========                      =======
    TOTAL                             378.7M
    I do have an antivirus (Sophos For Mac)
    Any help would be appreciated.
    OfficialPiAddict

    OfficialPiAddict,
    first, I would recommend disabling Sophos. Next, boot your MacBook Pro into Recovery mode by holding down a Command key and the R key as it starts up. Once the Mac OS X Utilities menu appears, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Does it still run slowly and crash quickly?

  • Really odd GTX970 issue - DisplayPort related?

    So I've bought an MSI GTX 970 (the Gaming 4G) and an ASUS 4K monitor, a PB287Q. The mainboard is an ASUS P6X58D-E, running an i7-950, on the most recent BIOS version 0803. The system is running Windows Technical Preview at the moment, which is mostly equivalent to 8.1; current NVIDIA driver version is 344.65, and the card BIOS version is NV316MH.180 (according to LiveUpdate).
    I've connected the new monitor by DisplayPort and switched on DP1.2 in the monitor settings. The system POSTs, the MSI logo is lit on the card and the fans on the graphics card are spinning; I can navigate through any of the BIOSes (ASUS' own, my various RAID BIOS and the flash utility) but the system seems to fail to proceed past the BIOS when only the new monitor is plugged in. It doesn't appear to actually boot as the PC powers off instantly, rather than going through ACPI shutdown; a signal at 3840x2160 60Hz is seen by the monitor on its OSD, but it's black. If the monitor isn't plugged in, it does appear to boot as some other system things spin up; however, plugging in the monitor gets nothing at this point. It was able to boot fully with my old Radeon HD6850 in, so it seems to be some form of strange interaction.
    At the moment I can get the system to work by also plugging in a spare monitor, an Iiyama 17" 1280x1024 screen, on DVI. It POSTs on the Iiyama, boots Windows, and then the 4K monitor starts working. However this isn't really a solution I can keep permanently, and I don't have the desk space in any case. It looks like possibly some form of card BIOS issue?
    Many thanks; hope you can help.

    Tried a few combinations of this. It seems that in order to use the Asus monitor on DisplayPort there has to be another monitor plugged in; when it's connected by HDMI (the only other option on this screen) the system boots, but obviously only at 30Hz.
    The system doesn't boot at all if the Asus monitor is plugged in without a secondary: I even tried a Fedora USB stick, selected it on the boot menu, and it gets the same blank-screen-with-no-response effect. The odd thing is that when the secondary monitor is plugged in by DVI, it doesn't actually have to be on; the DVI monitor merely being connected causes the DP monitor to work when booted into Windows, even when the Iiyama is switched off manually in the NVIDIA control panel. (You get no signal in that case until the NVIDIA driver kicks in.)
    I see there's a new VGA BIOS on LiveUpdate but it mentions UEFI, which my board doesn't have. Is it worth going for in any case?

  • REALLY odd SATA problem -- bet you can't fix this

    So, I go to a LAN party on Tuesday night.
    I leave my computer downloading stuff from newsgroups and I come back to find everyting packed up for me nice and neatly. I asked if my computer stayed on through the entire time I was gone and my friend told me that someone did unplug the main power before the downloads finished -- but I thought that wouldn't be a problem, just an inconvienence.
    I get home and set everything up and guess what? It doesn't boot.
    So I fiddle around with it and I just end up reformatting my boot drive (SATA raptor). I had to unplug all the other hard drives to let XP reformat the hard drive -- that was very odd in my opinion, it would just say "Windows XP cannont install to this drive. Go back to the formatting screen and format the drive." But the odd thing is that it wouldn't format it to anything other than RAW unless I unplugged my other two drives (one IDE one SATA #2)
    After the reformat I booted correctly with the drives still unattached. I then proceded to logically plug the IDE and SATA cables into their slots. Windows no longer boots. Ok, so then I try to isolate the problem. I unplug the other SATA drive (SATA #2 -- 300 GB  maxtor) and it boots. Problem found.
    I was downloading the items off of newsgroups onto that drive when it was unplugged. My ONLY guess is that there is a data error on the drive that needs to be repaired but I cannot even run a disk check. the XP disk wont check it beacuse the 300GB doesn't have an XP installation so the recovery console is useless. I have run out of options. I have tried using the promise controller too and it wont even "start" correctly in windows. I attribute this to the same problem.
    REFORMATTING THE DRIVE IS NOT AN OPTION!!!! I have about 250 GIGS of extremly important data that cannot be lost!!!!
    I will update my system specifications immediately and my IDE configuration to follow.
    (Channel -#- Controller - Media Type)
    IDE-1- ICH5R - DVD ROM
    IDE-2- ICH5R - 160 GB Seagate
    SATA-1- ICH5R - 36GB WD Raptor
    SATA-2- ICH5R - 300GB Maxtor 16MB cache
    SATA-3- Promise - Empty
    SATA-4- Promise - Empty

    Wow Ruckus17 that is strange. I have done unbeliveable things with my Maxtors. You are saying even as a extra drive you cannot access it even to run scandisk..I do that all the time on my sata 3 and 4..they don't have a OS they only known for storage. I drag and drop my pics on one and all my games are on the other.. I am almost sure this is a Drive problem. and I understand you want to Save the info.. even though you said that the drive will not format. One of my drives done the same thing and all I did was turnon the computer this was the first 3 days after installing. the new drive in Raid 0. after getting the new drive I tried to install the OS again but I had allready setup my max. ATA to the promise yellow connector with XP and I could not format for Raid 0 with a OS Even trying to fake it out by unplugging the OS drive. then it could not find the other 2 drives. maybe you could try putting the drive in another computer. I was told this would never work due to configuration problems the Pc's were totally different but booted with no problems... I had to RMA my drive, It would cost you a fortune to have the Data rescued on a 300 Gig drive...

  • Odd crash behaviour

    A crash I haven't seen before. I did a Save As and InDesign crashed.
    I restarted it and it couldn't find the file it had just saved for automatic recovery.
    The file was listed in Explorer as bpr200803.in87215449203
    I tried an Open With from Explorer and CS3 wasn't listed - although it was open at the time, so that may be the cause there.
    I dragged the crashed file into the InDesign window and it opened perfectly. I could then Save As the correct file name.
    I pushed it out through INX and after 15 minutes of being on the verge of completing a reopen I ended InDesign through
    Task Manager.
    A second attempt at opening the INX file seems to have been successful.
    k

    1. It's possible that the settings may be in the catalog. Normally I'd recommend sending them into one of the engineers, but I believe he is off for 2 weeks now.
    2. In order to prevent Lightroom grinding to a halt to write every instruction as you tweak, XMP is written during idle time. If you were working constantly, then it may not have all been written when the crash happened.
    3. Yes.
    4. I've no definite answer for this. A crash while Lightroom is writing to the Preferences file could corrupt it. If you want, you could potentially copy a working version and when the preferences corrupt, replace them with the copy. I've never heard of anyone doing that though.

  • Odd Crashes in flash.

    OK. Here's the story. I'm an amateur flash developer and i'm
    working on a project involving 3 scenes. Scene 1 = "Hall, Scene 2 =
    "Kitchen" and Scene 3 = "Garage". All is well and good. However,
    whenever i try to change the scene to "Kitchen" the entire program
    crashes. Wtf?
    As well as that, it won't let me test the movie. Whenever i
    try, the progress bar goes to the end, but nothing happens.
    However, when i just test the scene, the scene works fine. This
    works with both "Hall" and "garage".
    Another point to make is when the whole project is viewed
    using internet explorer/firefox (it will let me export the file as
    a .swf) it will let me navigate from the hall to the kitchen (and
    vice versa), but not from the kitchen to the garage. It just
    doesn't do anything. Doesn't crash. Nothing.
    Please assist, any help would be very much appreciated,
    thanks.

    hello kglad.
    seem that ive been given the wrong code then,ill have to notify my freind.
    thank you.

  • Really odd bug in Mail

    I occasionally receive pictures from a japanese friend's mobile phone. The file names are like 画像-0203.jpg. The odd thing is mail will just decide to display whichever picture it wants regardless of the number. Let me explain clearly.
    (for those wondering, 画像 is pronounced Ga Zoh, it just means Image)
    I receive a mail with image 画像-0198.jpg, it's a family playing Wii in japan.
    Maybe a little later I will receive another mail from the same person, image 画像-0203.jpg, which in reality is someone singing karaoke but instead displays in the email as 画像-0198.jpg the family playing Wii in japan.
    Now if i SAVE those pics, they will save as the correctly named files. If i view as a slideshow, they will display as the correct images. But for some reason in the emails, they all get displayed as the First file i receive.
    I tried checking what happens when I quit Mail and reopen. Well the first email I click on from that person will become Mail's favorite and Mail decides to show THAT one in every email. I'm assuming Mail is having trouble with Unicode. What doesn't make sense is, even if Mail is viewing the Unicode as its double-byte equivalent, that's only 4 characters... it shoud be able to differentiate between "DGHY-182" and "DGHY-205" (just as an example).
    This HAS to be a bug.

    The ability to permanently delete a message without moving it to the Trash first, by means of Edit > Cut (⌘X), seems to be a feature rather than a bug -- I assume you meant Command-X, not Ctrl-X.
    It should only work if the main Mail window is on the front and the messages list pane is active, though. Typing ⌘X when a non-editable message window is on the front should do nothing (and it does nothing on my system, just beeps).
    Could it be that, for some reason, the message window wasn't the frontmost window when you hit ⌘X? That would certainly explain what happened and it would be intended behavior...

  • A Really Odd Problem

    I am posting this on the Final Cut Pro forum because the Final Cut Express seems to be shut down, and I am REALLY desperate.
    I run Final Cut Express on my iMac 24 with OSX 10.5.6.
    I'm putting together a short production right now, and everything appears to be working just fine in Final Cut.
    However, I have a studio monitor hooked up from my Firewire output of the Mac via a Canopus ADVC110 digital to analog converter. What's strange is this: I can see the output of the timeline to the NTSC monitor, as long as the cursor is standing still. But it will not play in real time. If I move the cursor, it immediately shows the frame where the cursor is parked, but it will just not show motion video! The timeline plays just fine on the canvas of Final Cut in real time.
    This seems so strange. Can anybody help me with this? I'm up against a deadline. I think the video will be OK, but if it doesn't play properly out of the firewire output, do I have a major problem?
    Thanks in advance.

    See answer in FC Express forum
    Yours Bengt W

  • Odd crash after SU 2006/QT 7.1 - NOT VersionCue

    I started a thread here: http://discussions.apple.com/thread.jspa?threadID=482611&tstart=0 because I thought it was just Mail misbehaving. But there's a deeper problem: something to do with com.apple.security, that occurs when (I think) QT 7.1 is installed on my Intel iMac.
    Here's the critical bit of the crash log:
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xb363f560
    Thread 0 Crashed:
    0 libstdc++.6.dylib 0x90b3952a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b3953e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b390c7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b38d37 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b37e55 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b3853a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bcabf7 UnwindRaiseException + 147
    7 libstdc++.6.dylib 0x90b38857 _cxathrow + 87
    8 com.apple.security 0x91162493 Security::CssmError::throwMe(long) + 91
    9 com.apple.security 0x911643db Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 123
    A similar error occurs when QT7.1 and SU 2006-003 are installed, on launching keychain access or trying to send mail. And it's all users on the machine, not just me. I've tried a whole bunch of things, including deleting the usual mail suspects, com.apple.security.whatever, and I have nothing in the Startup items. Everything else I've tried seems to be fine, it's just those two applications. And I think it occurs after updating to QT7.1, but I can't prove that yet. Maybe on Friday I'll look at installing SU and not QT; in the meantime, does anyone have any ideas?

    I may be experiencing a similar problem - I have one application (FontDoctor 6) that will not launch without a crash and an HP Color LaserJet 3800dn network printer that will crash any application if you select it to print - all other printers work fine. Our WinXP and Win2K machine print to the HP ok.
    I was running 10.3.9 and the printer and all applications worked fine.
    I purchased the 10.4.3 Tiger retail upgrade disk, backed up all important data, ran Disk Utility until it ran clean and then installed. After install I ran Software Update and am now at 10.4.6. After Software Update FontDoctor crashes on launch every time and am unable to print to that one printer. I have noticed that other threads comment on HP printers causing problems, but have seen them referenced only to OS'es 10.2 and 10.3 - not 10.4.
    I have also ran Disk Utility again and it comes up clean.
    The crash log from launching FontDoctor:
    ======================
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: FontDoctor X
    Path: /Applications/FontDoctor 6/FontDoctor X
    Parent: WindowServer [66]
    Version: 6.0 (FontDoctor v6.0)
    PID: 393
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00053808
    Thread 0 Crashed:
    0 HXRuntime 0x0144b300 0x137faa0 + 833632
    1 HXRuntime 0x0144b394 0x137faa0 + 833780
    2 HXRuntime 0x013bd67c 0x137faa0 + 252892
    3 main 0x011384c4 0x1008000 + 1246404
    4 main 0x0119ebc0 0x1008000 + 1665984
    5 main 0x010c3488 0x1008000 + 767112
    6 HXRuntime 0x013cdbf4 0x137faa0 + 319828
    7 main 0x011a1df0 0x1008000 + 1678832
    8 main 0x0105be48 0x1008000 + 343624
    9 HXRuntime 0x01409980 0x137faa0 + 564960
    10 HXRuntime 0x014098e8 0x137faa0 + 564808
    11 main 0x0132c008 0x1008000 + 3293192
    12 main 0x0132c8d4 0x1008000 + 3295444
    13 main 0x010082e0 0x1008000 + 736
    14 ...ple.CoreServices.CarbonCore 0x90be648c CCFM_LaunchApplication + 488
    15 LaunchCFMApp 0x0000249c main + 388 (crt.c:355)
    16 LaunchCFMApp 0x00001b78 _start + 344 (crt.c:272)
    17 LaunchCFMApp 0x00001a1c start + 60
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000000144b300 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x84002404 xer: 0x0000000000000000 lr: 0x000000000144b2bc ctr: 0x0000000090bbd94c
    r0: 0x000000000000001d r1: 0x00000000bfffebd0 r2: 0x000000000044b000 r3: 0x0000000001945a8c
    r4: 0x0000000000053808 r5: 0x000000000000001d r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x00000000bfffebf4 r9: 0x0000000006c6c034 r10: 0x00000000bfffebf4 r11: 0x00000000a31d1d08
    r12: 0x00000000a0b8f388 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x00000000bffffd1c r21: 0x00000000ffffffff r22: 0x00000000bffffae0 r23: 0x0000000000000000
    r24: 0x000000000030ed50 r25: 0x0000000000003000 r26: 0x0000000000000000 r27: 0x000000000194588c
    r28: 0x0000000000000000 r29: 0x00000000bfffecb8 r30: 0x000000000000001d r31: 0x0000000000053808
    ==================
    I am reluctant to reset all printers and re-install them all as some are inputs to our workflow and high-end proofer running on Win2K servers.
    I have cleared and re-installed the HP printer twice, and re-installed
    FontDoctor twice with the same results.
    ?? any suggestions?
    Dual 2GHz G5   Mac OS X (10.4.6)  

  • Odd Crash When Renaming .aip File

    It seems as though illustrator is crashing in the SDKPlugPlug::RemoveEventListener method of my plugin, but only when the .AIP file is renamed.  If you run it once under a certain name there is no crash.  If you rename it, you get the following crash report.  If you put the name back to the original way it was named, you're back in business.
    I've only seen this in CS5 on the Mac.  Weird. Thoughts?
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                0x103d8050 0 + 272466000
    1   com.adobe.illustrator.plugins.FreeGrid     0x103a6bd3 SDKPlugPlug::RemoveEventListener(char const*, void (*)(csxs::event::Event const*, void*), void*) + 51
    2   com.adobe.illustrator.plugins.FreeGrid     0x103a591d PublisherDialogController::RemoveCSXSEventListenersXmp() + 61
    3   com.adobe.illustrator.plugins.FreeGrid     0x103a0a2d PublisherPlugin::ShutdownPlugin(SPInterfaceMessage*) + 85
    4   com.adobe.illustrator.plugins.FreeGrid     0x1039a1b7 PluginMain + 281
    5   com.adobe.illustrator              0x006e856e AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3769694
    6   com.adobe.illustrator              0x006e46d3 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3753667
    7   com.adobe.illustrator              0x006ec396 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3785606
    8   com.adobe.illustrator              0x006ec6e3 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3786451

    It seems as though illustrator is crashing in the SDKPlugPlug::RemoveEventListener method of my plugin, but only when the .AIP file is renamed.  If you run it once under a certain name there is no crash.  If you rename it, you get the following crash report.  If you put the name back to the original way it was named, you're back in business.
    I've only seen this in CS5 on the Mac.  Weird. Thoughts?
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                0x103d8050 0 + 272466000
    1   com.adobe.illustrator.plugins.FreeGrid     0x103a6bd3 SDKPlugPlug::RemoveEventListener(char const*, void (*)(csxs::event::Event const*, void*), void*) + 51
    2   com.adobe.illustrator.plugins.FreeGrid     0x103a591d PublisherDialogController::RemoveCSXSEventListenersXmp() + 61
    3   com.adobe.illustrator.plugins.FreeGrid     0x103a0a2d PublisherPlugin::ShutdownPlugin(SPInterfaceMessage*) + 85
    4   com.adobe.illustrator.plugins.FreeGrid     0x1039a1b7 PluginMain + 281
    5   com.adobe.illustrator              0x006e856e AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3769694
    6   com.adobe.illustrator              0x006e46d3 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3753667
    7   com.adobe.illustrator              0x006ec396 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3785606
    8   com.adobe.illustrator              0x006ec6e3 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3786451

  • The audio on video recordings sounds really odd.

    I just got my daughter a nano yesterday and we're trying to use the video recorder. The picture looks fine, but the sound is odd...like it's playing too fast or ??? Anyone have any suggestions?

    Try resetting the iPod. Directions for doing so & other possible solutions can be found in the iPod Nano 5th Gen. User Manual.

Maybe you are looking for

  • Upgrading to Garageband '09

    Quick question. Im thinking about upgrading to the new ilife 09 mainly for garageband. I was wondering if i will have a problem importing projects ive been working on in garageband4.1 to garageband 09. i just have a concern as far as any effects i ha

  • Levels no longer work in Photoshop CS5.1

    Levels don't work in my installation of CS 5.1. The dialog comes up but adjustment don't change the image. I reinstalled CS 5.1 but that didn't fix things. Any ideas on what I can do? thanks

  • Watch Folder in Adobe Media Encoder CS3

    Hello, We are currently working on a project to automate some video encoding. Files uploaded to a server should get automatically converted into a specific format. (Unfortunately) we only have the CS3 to work with. We couldn't find the "watch folder

  • Safari browser and EM

    I have EM working well using the Safari browser on my Powerbook. However, when I first used it it gave me a warning that EM is not optimized for Safari. What is the consequence of this? Is it just that EM doesn't know about Safari or is there a real

  • Url sorting in the report

    I've a table which contains two columns. The first column is a url and second column is report name corresponding to the url. I generate a htmldb sql report, with these two columns, first column is url and second column is the report name. Since the