Restrict the export format

Post Author: jmathur
CA Forum: General
Hi All,
I am using Crystal Report 9.x. I would like to filter the export types that it shows to user when he clicks the export button.
If i wanted to remove the EXCEL export option removed so then it does not display as export type, What is the clean way to do that.
Thanks.
JAI

Post Author: jmathur
CA Forum: General
Hi David,
Thanks for the suggestion. But I wanted to remove programmatically so it is still be valid export format for most of the reports, only some of them would not show XLS as valid export option.
Thanks.
JAI

Similar Messages

  • What is the export format for Iphone and Android (Premiere Pro CS6)?

    For Iphone, Ipad and Android, what is the export format (Premiere Pro CS6) for watching videos ?

    http://forums.adobe.com/message/5950682#5950682

  • I am missing the export format wmv in my media encoder

    I am missing the export format wmv in my media encoder. I have cs6 web/design premium. I seems that I don't have a full version of the media encoder. But why?

    WMV is part of any standard Windows install. If it doesn't show up, there is a configuration error or something is blocking the relevant components. That all there is to it - Adobe apps just use the sysstem components. There's no magic beyond that. As a start, check if the stuff shows up in Adobe Media Encoder or any other tools for that matter. Also make sure to run with sufficient user privileges so you have access to all system components. Likewise, turn off security tools that may be blocking this. also run Windows Update and/or the relevant Windows Media Player updates.
    Mylenium

  • Changing the export format order

    Hi all,
    I want to change the order of columns in the exported file in FDM as per my requirements. How can I change the order of colums in the exported file ? Please help me in this.
    Thank you !

    Take a look in the Export Action script of whatever adapter you are using. This is where the output format is defined.
    Forgot to mention if you are using the Essbase adapter you can do this via setting the calc sequence for each dimension which will determine the order it is displayed in the output file. This can be set in the workbench or web client
    Edited by: SH on Oct 18, 2011 9:43 AM

  • How restrict the export option in CrystalReport

    There are many export format in crystal report when user click on export (save) button
    1. Crystal Report
    2. PDF
    3. HTML 3.2 and HTML 4.0
    4. Microsoft Excel (97-2003)
    5. Microsoft Excel (97-2003) Data-only
    6.Microsoft Word (97-2003)
    ...etc
    I want keep only CrystalReport and PDF and remove the rest of the formats. Please help me in it?
    Thanks,
    DynaCrystal

    Hi,
    As discussed earlier, the only workaround possible is to export your reports using code. Thus, I am providing you the following sample code to export report to specific format (i.e. PDF in this case)
    <%@ page import = "com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.IInfoStore"%>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.IInfoObjects"%>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.IInfoObject"%>
    <%@ page import="com.crystaldecisions.sdk.framework.IEnterpriseSession"%>
    <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise"%>
    <%@ page import="com.crystaldecisions.sdk.framework.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*" %>
    <%@ page import = "com.crystaldecisions.sdk.occa.report.exportoptions.ReportExportFormat" %>
    <%@ page import = "java.io.ByteArrayInputStream" %>
    <%@ page import="java.util.Locale" %>
    <html>
    <head>
    <title>Export Report</title>
    </head>
    <%
         // Set the logon information
        String boUser = "Administrator";
        String boPassword = "";
        String boCmsName = "localhost";
        String boAuthType = "secEnterprise";
        String reportName = "Customer";
        // Logon and obtain an Enterprise Session
        IEnterpriseSession boEnterpriseSession = null;
        boEnterpriseSession = CrystalEnterprise.getSessionMgr().logon( boUser, boPassword, boCmsName, boAuthType);
         // Get the Report Application Factory service from Crystal Enterprise
         IReportAppFactory rptAppFactory = (IReportAppFactory)boEnterpriseSession.getService("", "RASReportService");
            // Get the InfoStore service from Crystal Enterprise
         IInfoStore boInfoStore = (IInfoStore)boEnterpriseSession.getService("", "InfoStore");
            // Retrieve the report by name from Crystal Enterprise
         IInfoObjects boInfoObjects = boInfoStore.query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '" + reportName + "'");
            // Open the report into a Report Document object
         ReportClientDocument rcd = rptAppFactory.openDocument((IInfoObject)boInfoObjects.get(0), 0, Locale.ENGLISH);
         // WORKING WITH THE PRINT OUTPUT CONTROLLER
         // Use the report documents PrintOutputController to export the report to a ByteArrayInputStream
         ByteArrayInputStream byteIS = (ByteArrayInputStream) rcd.getPrintOutputController().export(ReportExportFormat.PDF);
         // EXPORTING THE REPORT
         // Create a byte[] (same size as the exported ByteArrayInputStream)
         byte[] buf = new byte[2000 * 1024];
         int nRead = 0;
         // Set response headers to indicate pdf MIME type and inline file
         response.reset();
         response.setHeader("Content-disposition", "inline;filename=untitled.pdf");
         response.setContentType("application/pdf");
         // Send the Byte Array to the Client
         while ((nRead = byteIS.read(buf)) != -1) {
           response.getOutputStream().write(buf, 0, nRead);
         // Flush the output stream
         response.getOutputStream().flush();
         // Close the output stream
         response.getOutputStream().close();
    %>
    Regards,
    Shreyans Surana

  • Help..none of the exporting format,preset work when playing

    Please can someone enlighten me…..
    Ive migrated from avid liquid to adobe cs5 as there were more options with each programs.
    The problem im having after editing a clip is in exporting. Ive exported in mpeg, mpeg2, mpeg dvd, Microsoft avi, and various different presets each time.
    I only tried about 10 seconds of the clips first as I have never exported before.
    BUT when I play these on my two different dvds and a blu ray player, it keeps saying format not supported. Ive done about 20 different clips all with different formats and presets and not one single one worked. Ive also tried changing the codecs that came with the a.p.p.cs5 and still no luck.
    With avid it was a simple case of of either fusing it or burning straight onto a dvd or saving the iso and worked in all 3 players.
    Is there something im doing wrong when exporting?, do I need additional codecs installed?....
    Original video was shot by sony pd150

    Glad that you are exploring Encore. I think that you'll find it to be a wonderful program.
    As you work with it a bit, if you have any questions, or problems, there is a very active Encore Forum. The reason that I point that out is that there are some valued contributors, who do not use PrPro, but do use Encore, so they are not likely to be hanging out here, but might be very useful in helping with a problem, that is Encore specific. There, you will see some familiar faces, but also some new ones, like Neil Wilkes and Jon Geddes, who "know their stuff."
    Also, if you are just starting with Encore, I have one recommendation - Jeff Bellune's book, The Focal Easy Guide to Adobe EncoreDVD 2.0, Focal Press. Though written for an earlier version of Encore, everything in that book will apply to En CS5, as everything in Encore is based on the DVD-specs., and those have not changed version to version. For the additions in En CS5, the Help Files will fill in those blanks. Besides the workings of En, Jeff shares all sorts of great tips on how to do some very creative treatments, and will help you fool your viewers into thinking that you have found a way around the limitations of those DVD-specs. A great investment, and nearly every question that you might have, will be answered in it.
    Good luck,
    Hunt

  • What is the best final export Format?

    Hello everybody,
    I just my first short movie using Red Camera. And I made my editing and color correction using Adobe premiere & After effect.
    But, as I am a beginner in editing, I need your help about the exporting format that I can choose to have the final video of the movie.
    I already tried to export in full HD quality (without any compression), but the result, of course, was too much big to be played.
    I exported to H264, but after what I red, it make too much compression and it's made for web streaming.
    I know that DCP would be helpful for a cinema screening, but I want to have a video with the best quality so I can show it to Producers and TV broadcasters.
    So what is the best final export format I can have with adobe premiere Pro?
    Thank you in advance for your answer.   

    The question is HOW do you want to share it with people? Will you email it to them, play it on your laptop or a tablet, website, what? H.264 is a good codec for sharing - it's the same codec used for Blu-ray, so it is NOT a "web quality" necessarily, all depends on the encoding settings used. H.264 is pretty universal as far as playback, versus other formats and codecs.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • Media Encoder 5.5 Windows 7 - Only see 4 export formats

    Windows 7
    Media Encoder 5.5.1.12
    I only see 4 export format in export settings
    FLV
    F4V
    H.264
    MP3
    ALL other formats are not displaying. What should i do? I ran the update and still only 4 formats. I am trying to encode a Windows Media file and WMV is not in the output list. What could cause this problem? WMV is installed in my Windows 7 system. i checked through Windows Media Player.

    What other Creative Suite programs are installed? The set of supported codecs in AME is controlled by the application or suite that installed AME. The set of export formats you see is consistent with Flash and several other programs; Premiere, After Effects, and Encore makes the rest of the export formats available.
    So if you have PPRO, AE, or Encore installed, then we'll need to troubleshoot why formats are missing.

  • Imovie 9 crashes almost ending the export. I can't find the problem.

    It hapens with all the export formats. Quicktime, itunes, idvd, etc.
    This is the report:
    Process:         iMovie [35131]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovie8
    Version:         8.0.6 (821)
    Build Info:      iMovieApp-8210000~16
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2012-04-13 22:38:42.090 +0200
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          890244 sec
    Crashes Since Last Report:           18
    Per-App Interval Since Last Report:  90204 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      5A5AE2A1-ECA1-4742-8D14-C1B2EF64181D
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     0x20d0259d 0 + 550512029
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x971cc382 kevent + 10
    1   libSystem.B.dylib                       0x971cca9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x971cbf59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x971cbcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x971cb781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x971cb5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x971cb412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x971cb9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x971cb5c6 start_wqthread + 30
    Thread 3:  QTKit: QTVisualContextImageProviderWorkLoop
    0   libSystem.B.dylib                       0x971a5afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x971a6267 mach_msg + 68
    2   com.apple.CoreFoundation                0x94f592df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x94f583c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94f5e304 CFRunLoopRun + 84
    5   com.apple.QTKit                         0x981e1465 QTVisualContextImageProviderWorkLoop + 128
    6   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    7   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x971a5afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x971a6267 mach_msg + 68
    2   com.apple.CoreFoundation                0x94f592df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x94f583c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94f5e304 CFRunLoopRun + 84
    5   com.apple.FWAVCPrivate                  0x0083d1b8 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    7   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x971a5b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x971d36e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x972025a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x90c9cb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x90c9c8ce TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component          0x98eaa965 ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    7   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x971a5b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x971d36e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x972025a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x90c9cb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x90c9c8ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x90cf75aa AIOFileThread(void*) + 1127
    6   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    7   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x971a5b36 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1e2fd46b JVTCompEncodeFrame + 3038234
    2   QuickTimeH264.scalar                    0x1e2fcf9b JVTCompEncodeFrame + 3037002
    3   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    4   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x971a5b36 semaphore_wait_trap + 10
    1   QuickTimeH264.scalar                    0x1e2fd46b JVTCompEncodeFrame + 3038234
    2   QuickTimeH264.scalar                    0x1e3bd53f JVTLibDecoDispose + 435405
    3   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    4   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x971a5b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x971d36f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9721c05f pthread_cond_wait + 48
    3   ...ickTimeComponents.component          0x99018e27 jpegdecompress_MPLoop + 79
    4   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    5   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d53f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.vImage                        0x9a0116ec vImageQueue_DequeueJob + 44
    4   com.apple.vImage                        0x9a0117ec vImageWorkerThreadFunc + 124
    5   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    6   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 11:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d53f8 pthread_cond_wait$UNIX2003 + 73
    Thread 12:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d32b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x92bd131c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 13:
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d53f8 pthread_cond_wait$UNIX2003 + 73
    3   ...pple.AppleIntermediateCodec          0x172d5052 iCodecDecompressorComponentDispatch + 37730
    4   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    5   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d53f8 pthread_cond_wait$UNIX2003 + 73
    3   ...pple.AppleIntermediateCodec          0x172d5052 iCodecDecompressorComponentDispatch + 37730
    4   libSystem.B.dylib                       0x971d3259 _pthread_start + 345
    5   libSystem.B.dylib                       0x971d30de thread_start + 34
    Thread 15:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d53f8 pthread_cond_wait$UNIX2003 + 73
    Thread 16:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x971d3aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x971d375e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x971d32b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x92bd131c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00412020  ebx: 0x00000014  ecx: 0x50e78d60  edx: 0x20d020a8
      edi: 0x1379c000  esi: 0x20d085b4  ebp: 0x20d0b000  esp: 0xbfffca70
       ss: 0x0000001f  efl: 0x00010646  eip: 0x20d0259d   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x004120d0
    Binary Images:
        0x1000 -   0x334ffc  com.apple.iMovie8 8.0.6 (821) <CD0B8453-4663-7F8C-EFF4-926EAB254B2A> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x3d2000 -   0x40bfe3  com.apple.MPEG2TSDecoder 1.0 (84) <75EC884A-7300-87B1-7E3A-A2B156BD4D79> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x443000 -   0x464fff  com.apple.iWidgets 1.0.0 (24) /Applications/iMovie.app/Contents/Frameworks/iWidgets.framework/Versions/A/iWid gets
      0x477000 -   0x51aff4  com.apple.DotMacKit 47 (3.0.2L) <5C3FF2BA-7124-3DF9-B197-19DD4D543798> /Applications/iMovie.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
      0x580000 -   0x581ff7  com.apple.Helium 3.0.0 (157) <22FD7CB4-024E-3065-EB67-262ABF99636E> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x587000 -   0x588fff +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <5FB2D0C9-D6D7-036E-F739-DA7CE5BAD36E> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x58e000 -   0x643fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
      0x689000 -   0x7bbfe4  com.apple.Helium.HeliumRender 2.0.0 (157) <DEA355F6-22DC-68D4-EA7A-EE06C0D7F150> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0x814000 -   0x814ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
      0x838000 -   0x86bff3  com.apple.FWAVCPrivate 30.46 (46) <786C1EA9-AE6E-C66F-A290-8705A4F43EA8> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
      0xc00000 -   0xd79ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      0xdff000 -   0xe23fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
      0xed3000 -   0xedbff7  com.apple.iLMBAperturePlugin 2.5.5 (252.2.5) <BF2A071D-6F1C-03BA-DD1B-74F93CE9D7B0> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
      0xf06000 -   0xf07ff7  com.apple.iLMBAppDefPlugin 2.5.5 (252.2.5) <23D52DA9-0F87-6EAA-990E-2864C4B6D6AA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
      0xf76000 -   0xfe8fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      0xff6000 -   0xff8ff7  com.apple.iLMBFolderPlugin 2.5.5 (252.2.5) <0896FA5E-8453-B2F6-8E87-F5F2FA382395> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x12d5b000 - 0x13160fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x131e6000 - 0x131f0ff7  com.apple.iLMBFinalCutPlugin 2.5.5 (252.2.5) <B089F264-64BE-07DE-E250-D5C63C351222> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFinalCutPlugin.ilmbplugin/Contents/MacOS /iLMBFinalCutPlugin
    0x131f6000 - 0x131faff7  com.apple.iLMBGarageBandPlugin 2.5.5 (252.2.5) <E10E678C-831C-7A6B-1A56-775CD81DA98E> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x13fe8000 - 0x13ff4ff7  com.apple.iLMBiMoviePlugin 2.5.5 (252.2.5) <313540B0-C7D2-5EB4-C688-0FCB9FFD5E81> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x1428a000 - 0x143d3fe7  com.apple.iLMBAperture31Plugin 2.5.5 (252.2.5) <2AA8E13C-4221-698B-F755-DB8103D191B9> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperture31Plugin.ilmbplugin/Contents/Mac OS/iLMBAperture31Plugin
    0x14414000 - 0x14428ffb  com.apple.iLMBiPhoto8Plugin 2.5.5 (252.2.5) <0016975B-CA8E-76EA-3BF7-BAD4C8834814> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x14430000 - 0x14439ff7  com.apple.iLMBiPhotoPlugin 2.5.5 (252.2.5) <D6F8A353-CDC4-A9B8-383E-5D6F7FBAF593> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x14440000 - 0x14448ff7  com.apple.iLMBiTunesPlugin 2.5.5 (252.2.5) <4A54C561-8932-6E09-BDAE-C030D494E0DA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x1444f000 - 0x14451ff7  com.apple.iLMBMoviesFolderPlugin 2.5.5 (252.2.5) <4A70635B-4CF4-8F65-BF6D-3B6F18838A23> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x14456000 - 0x14458ff7  com.apple.iLMBPhotoBoothPlugin 2.5.5 (252.2.5) <77BE4315-C665-3243-B857-64895276EFA1> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x14700000 - 0x1484cfe7  com.apple.iLMBiPhoto9Plugin 2.5.5 (252.2.5) <86E4AD5A-1233-9F42-B4BD-CECFFC4C4ACD> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x1488f000 - 0x14944fff  com.apple.iTunesAccess 10.6.1 (10.6.1) <BDD09920-0C89-4FB3-6F06-3C6DB360C8A3> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x15f78000 - 0x15f7cff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x15f81000 - 0x15f87ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15f8c000 - 0x15fb5ffb +com.digidesign.digidesign.DigiCoreAudioPlugIn 9.0.5 (9.0.5f52) <5B31183A-6362-B533-130D-ABCF967097D2> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x16f31000 - 0x16f36fff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <EDDCFD0D-37F6-A846-EB4D-8E683ACC5184> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x16f82000 - 0x16f9bfe7  com.apple.applepixletvideo 1.2.29 (1.2d29) <52810348-A138-D148-92E4-9E1D73EA18A0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x17242000 - 0x1727efe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1789) <88107C67-DB2B-479F-EE74-61E776811834> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x172c6000 - 0x172e1fef  com.apple.AppleIntermediateCodec 1.3.2 (153) <EFB476B9-486E-5112-50C8-8918A7964C22> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x17400000 - 0x175e6fef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x18638000 - 0x1868dfef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x18a00000 - 0x18a7afef  com.apple.AppleVAH264HW.component 2.0 (1.0) <4AA9239A-754B-01CF-39EB-4B98578E1C62> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1e000000 - 0x1e3e6feb  QuickTimeH264.scalar ??? (???) <1C0A94F2-A958-97FC-D1F0-A5849277682C> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x1e779000 - 0x1e77dff7 +com.bensyverson.quartzcomposer.dvmatte 1.0 (1.0) <DC961ABE-200A-E9E3-5CD2-7B98F129D0BF> /Applications/iMovie.app/Contents/Resources/Plugins/dvmatte.plugin/Contents/Mac OS/dvmatte
    0x1e895000 - 0x1e8c1fff  com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (602.0.2) <2F6AD71A-EDFB-66DF-ACBD-46617FDB7C0E> /Applications/iMovie.app/Contents/Resources/iDVDQCPatches.plugin/Contents/MacOS /iDVDQCPatches
    0x1e959000 - 0x1e95bff7  com.apple.podcastproducer.ImageDiffer 1.2.3 (168.7) <0EE2A12C-11A5-5801-5442-D5A7C7542CF3> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x20a3b000 - 0x20a41fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/Alexander/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x20b9f000 - 0x20bc3ff7  com.apple.QuartzComposer.ExtraPatches 4.2 (156.16) <877B2D84-7CA6-501F-FF2D-C33BC52C0074> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x20f00000 - 0x20f4cffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x20f71000 - 0x20f9afff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90013000 - 0x90066ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9027a000 - 0x90285ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x908e6000 - 0x90955ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90956000 - 0x909feffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x909ff000 - 0x90a00ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90a2f000 - 0x90aacff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90aad000 - 0x90ab1ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90ab2000 - 0x90b34ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90b8c000 - 0x90be9ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90bea000 - 0x90beaff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90beb000 - 0x90c15ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90c16000 - 0x90c54ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90c55000 - 0x90c55ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90c56000 - 0x90f76ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f77000 - 0x910a5fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x910a6000 - 0x91138fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91139000 - 0x911e6fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x911e7000 - 0x91241fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91242000 - 0x91272ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x912a8000 - 0x912b3ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x912bb000 - 0x92032fe7  com.apple.WebCore 6534.55 (6534.55.3) <88D78C7B-168E-F85E-7ED1-2D351ABB5582> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x92033000 - 0x92047ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92048000 - 0x9204aff7  com.apple.QuickTimeH264.component 7.6.6 (1789) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x920d5000 - 0x92116ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92117000 - 0x9211aff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9211b000 - 0x92129fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x9212a000 - 0x92164ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x92165000 - 0x92954557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92955000 - 0x92a92fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92a93000 - 0x92b71fef  com.apple.QuickTimeMPEG4.component 7.6.6 (1789) <34834F6F-B684-5D14-13E9-FF3D820F873D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x92b72000 - 0x92b74ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bbc000 - 0x92bc5ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92bc6000 - 0x92e73feb  com.apple.JavaScriptCore 6534.55 (6534.55.2) <2FF650FE-AE0A-BB83-0BC6-BD2D192F2873> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92ebc000 - 0x9307efeb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <051752C3-8C25-CF4A-9BFB-C7B6D20E58E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9307f000 - 0x930b7ff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x930c4000 - 0x9317dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9317e000 - 0x9322cff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9322d000 - 0x9340ffff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93410000 - 0x93410ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93411000 - 0x9341bff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9341c000 - 0x9345eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9345f000 - 0x937caff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x937cb000 - 0x937dbff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x938a0000 - 0x938bcfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x938bd000 - 0x938faff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x938fb000 - 0x93969ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9399d000 - 0x93b1ffe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x93b20000 - 0x9419bff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94385000 - 0x943c9ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x943ca000 - 0x943d8ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x943d9000 - 0x94453fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94538000 - 0x945a2fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x945a3000 - 0x945aeff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x946a4000 - 0x9477efff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9477f000 - 0x9483bfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9483c000 - 0x9483cff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9483d000 - 0x9487aff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9487b000 - 0x94881fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x94882000 - 0x94885fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94886000 - 0x948c1ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x948c2000 - 0x948ddff7  libPng.dylib ??? (???) <05445692-8AF7-CAB6-EBF5-1F7B3A906CCB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x948de000 - 0x94ae5feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ae6000 - 0x94f1bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94f1c000 - 0x95097fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95098000 - 0x950fcffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x950fd000 - 0x95137fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x95140000 - 0x95187ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95188000 - 0x951acff7  libJPEG.dylib ??? (???) <7EBC924F-B2EE-68B0-4EA0-F99EF54F0306> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x951ad000 - 0x952daffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95315000 - 0x95315ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9532a000 - 0x9535bff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9535f000 - 0x95392fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95393000 - 0x95494fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x95495000 - 0x9549cff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9549d000 - 0x9559ffef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x955a0000 - 0x955e6ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x955e7000 - 0x95ecaff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95ecb000 - 0x95edbff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x95edc000 - 0x95eddff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95ede000 - 0x95feafe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96004000 - 0x96025fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96055000 - 0x960abff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x960ac000 - 0x960aeff7  libRadiance.dylib ??? (???) <41E5C5F4-A4C6-0416-08D0-422C88088558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x960af000 - 0x9615bfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9615c000 - 0x9616eff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9616f000 - 0x961b2ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x961b3000 - 0x961fcfe7  libTIFF.dylib ??? (???) <4A3EF156-D4FE-95E2-FA05-7BD76FF27CEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x961fd000 - 0x96200ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96247000 - 0x9628bfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9628c000 - 0x96344feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x96345000 - 0x963b4ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x963b5000 - 0x963ddff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x963de000 - 0x96457ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9647a000 - 0x96774fef  com.apple.QuickTime 7.6.6 (1789) <38255AA2-8087-5AE0-CA4B-1DDE611540B1> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96775000 - 0x96825fe3  com.apple.QuickTimeImporters.component 7.6.6 (1789) <80F62753-9E0B-F479-FEAC-2433B67EC2CE> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x96875000 - 0x96887ff7  com.apple.CoreMediaAuthoring 0.706 (706) <81D68084-D7BD-E52E-9B1C-C8EC0FCECE3C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x96892000 - 0x96892ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96893000 - 0x96898ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x968c5000 - 0x968cdff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x968ce000 - 0x9699ffe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x969e1000 - 0x969e4ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x969e5000 - 0x96a04fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x96aa6000 - 0x96b07fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96b08000 - 0x96b09ff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96c46000 - 0x96c79ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96c7a000 - 0x96da2fe7  com.apple.WebKit 6534.55 (6534.55.3) <1005A819-7695-EBE6-15B8-4DBF8C3C36C4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96da3000 - 0x96e9efff  com.apple.PubSub 1.0.5 (65.28) <CA4981BF-235F-C3FB-8CC4-2E0D1A175840> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x96ead000 - 0x96ec5ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x96ec6000 - 0x9712cff7  com.apple.security 6.1.2 (55002) <A476227B-409D-A457-7D4D-A631A0B4AFDB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9712d000 - 0x971a4ff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x971a5000 - 0x9734cff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x9734d000 - 0x97353fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97354000 - 0x97368fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97369000 - 0x97390ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x97391000 - 0x9739eff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9739f000 - 0x9739fff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9769a000 - 0x97737fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x978ce000 - 0x979abfe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x979ac000 - 0x97a2cfeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97a2d000 - 0x97a72ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x97a73000 - 0x97a84ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97a85000 - 0x97ac5ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97ac6000 - 0x97ae5ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97b27000 - 0x97b31ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97b32000 - 0x97bcdfe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97bce000 - 0x97fe4ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x980ec000 - 0x9810efef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9810f000 - 0x98252fef  com.apple.QTKit 7.7 (1789) <4D3AA05F-D4D3-0D43-99D7-F26E4640BEE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9827e000 - 0x982cbfeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x982cc000 - 0x98787ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x98788000 - 0x98853fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98854000 - 0x988ecfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x988ed000 - 0x988f1ff7  libGIF.dylib ??? (???) <3B4E6D0B-89EB-251F-3693-5187254D5BE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x988f2000 - 0x99845ffb  com.apple.QuickTimeComponents.component 7.6.6 (1789) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99846000 - 0x99b6afef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99b75000 - 0x99de6fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x99f4a000 - 0x9a02afe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9a02b000 - 0x9a47cfef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9a47d000 - 0x9a487fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9a488000 - 0x9a4befff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9a4bf000 - 0x9a5c1fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9a5fb000 - 0x9a5fbff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9a6f5000 - 0x9a745ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9a746000 - 0x9a7c1fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9a7c2000 - 0x9a7d7fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9a7d8000 - 0x9a7d8ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9a7d9000 - 0x9a7e0ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9a7f2000 - 0x9a812fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9a813000 - 0x9a817ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9a883000 - 0x9a8c6ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9a91a000 - 0x9a972fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9a973000 - 0x9ab9eff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9ab9f000 - 0x9abc5ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9abc6000 - 0x9abd2ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: Macmini3,1, BootROM MM31.00AD.B00, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.35f1
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2320BH G1, 298,09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: ATAPI-6 Bridge Controller, 0x067b  (Prolific Technology, Inc.), 0x3507, 0x26400000 / 5
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x26200000 / 2
    USB Device: USB Optical Mouse, 0x046d  (Logitech Inc.), 0xc05a, 0x26210000 / 4
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0x26220000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8216, 0x06110000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

    Hi
    Long list - but what usually is problematic are
    • Use of strange Video-format Codec and so Audio and photo. What kind do You use
    • iMovie pref. file got corrupted - easily done if Mac is Force quitted - Trash it or rather start a New User Account and log into this and re-try - if iMovie etc. now behaves - then problems usually the resp. pref. files
    • Repair Permissions - can also help
    Return when tried and tell if any of it helped - or fault must be searched elsewhere
    Yours Bengt W

  • PDF export format options are ignored when exporting

    I can't get the PDF export format options to work.  No exception is thrown; it's as though the export format options are simply ignored.  In broad terms, the relevant code looks like this:
    ExportOptions exportOptions = new ExportOptions();
    exportOptions.setExportFormatType(ReportExportFormat.PDF);
    PDFExportFormatOptions pdfExportOptions = new PDFExportFormatOptions();
    pdfExportOptions.setCreateBookmarksFromGroupTree(true);
    exportOptions.setFormatOptions(pdfExportOptions);
    ByteArrayInputStream byteArrayInputStream =
        (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(exportOptions);
    Other options (setting start and end pages for export) are also ignored.
    Curiously, I am able to apply export format options just fine for other formats; e.g. when setting the export format type to ReportExportFormat.characterSeparatedValues and using a CharacterSeparatedValuesExportFormatOptions object as appropriate, I am able to set options like delimiter and separator just fine.
    How can I prevent the PDF export format options from being ignored?

    hi
    Are you using RAS or Crystal Report runtime? and what's the version? It might be a bug. Have you tried:
    ByteArrayInputStream byteArrayInputStream =
        (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
    and does it work?

  • Where are the export options?

    I just updated to the latest InDesign CC version. (10.2.0.69)
    And when I try to export a file there are no options to choose the export format (PDF / JPG / EPS / IDML etc)?

    Nope, I always do that and it didn't help.
    But now I removed and installed the full InDesign program again from scratch – and it works...
    Just very annoying and time consuming. Must be some bug in the latest update, because it happened right after that.
    (Another strange thing I noticed was that you couldn't any longer import a picture into a frame, you had to import it into a new frame...)
    Thanks anyway!

  • Export format

    I'm exporting to a quicktime movie that I'll be burning a DVD from for our customers. My goal is to maintain the quality of the video with the least amount of time converting to the export format.
    I have tried exporting to a quicktime video with the settings at:
    Video Only
    "make self-contained movie" = deselected
    I have also tried exporting as a quicktime conversion with the settings at:
    Quick Time Movie
    Video = H.264 / default settings
    Audio = deselected
    Internet streaming = deselected
    Both formats work well and create a quality video, but does anyone have suggestions as to settings or alternate formats that might speed up the export conversion process while maintaining video quality.
    Thanks

    If you are exporting for the purpose of burning DVDs, you should export to *QuickTime Movie*, and UNcheck the option called 'Make Movie Self-Contained'. The export should be pretty fast (a few minutes at most).
    One other thing - before exporting you should always do
    *Sequence > Render All > Both* and
    *Sequence > Render Only > Mixdown*
    Then save your project before exporting. In addition to reducing the risk of problems during exporting, it will also speed the export time.
    You should never export to QT Conversion if you are transferring your output to iDVD or Toast.

  • Is it possible to restrict the available export formats in InfoView?

    Hi all,
    I uploaded some reports to Crystal Reports Server 2008. For most of them the user should be able to export them to CSV when viewing them in InfoView. For some reports this does not work correctly because they contain embedded subreports, cross tables etc., which can not be exported to CSV. Is it possible to remove the CSV format from the list of possible export formats for those reports?
    Alternatively, is it possible to insert some hint into the CSV export like "Not all data contained due to export restrictions"?
    Thanks for infos
    Joern

    HI,
    you will  able to disable the group tree icon panel when the crystal report opened. to do this,follow the steps mentioned below.
    1. Go to your BO installation folder and then tomcat folder and then choose the CrystalReports web application.
    C:\Program Files\Business Objects\Tomcat55\webapps\CrystalReports
    Now change the web.xml of the this web app and insert a context parameter
    <!-- Added to remove group tree panel shown as default -->
    <context-param>
    <param-name>viewrpt.groupTreeHide</param-name>
    <param-value>true</param-value>
    </context-param>
    Restart your tomcat, or restart crystal report web app from tomcat manager.
    you can remove or add or disable the group tree icon as per your requirement.
    Let me know if this works,
    Regards,
    Rameez

  • Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exact

    Why Acrobat x professional is changing the text formatting specifically the font family  and the font size of the text in my pdf on exporting it to Microsoft word file format ?How should i stop Acrobat x professional from doing that so that i get an exactly same word file on exporting it from its pdf counterpart?

    I was testing the preciseness & efficiency of Adobe acrobat x professional's doc conversion capabilities. As i have to take a document editing project in future which is going to need lot of pdf to word and vice versa conversions . What I did was I created a test word document converted into a pdf using a pdf maker in my word 2007 , Acrobat did convert the document from word to pdf keeping everything in the source file intact , However when i tried the other way round and attempted to convert the same pdf to word 2007 file format I lost my formatting ?So the font that I used to create the pdf are the ones taken from word 2007 which i believe is using the fonts that are installed in my computer. Any suggestions on how to preserve the formatting of the document after converting it from pdf to word file format?
    Regards
    Mike

  • Media Encoder CS6 doesn't export any of the common formats like .MOV, .AVI, .AIFF .WAV, etc.

    When I queue exports from Premiere CS6,  Media Encoder totally ignores any custom export settings, and chooses some completely different system defined default settings, which I did not choose in Premiere. In previous versions Premiere would always pass the encoding settings to the Media Encoder.
    Update: When I tried to import the custom settings into Adobe Media Encoder, I got an error message: "Preset could not be imported. No exporter found for this preset." Then I've realized, that AEM doesn't even have a QuickTime export format!!! Actually it offers only 4 export formats: H.264 (MP4), FLV, F4V, and MP3. Then, when I queue an export with Premiere with one of those 4 formats, then AEM would accept it. Anything else - it just wouldn't work!!! So wait - am I missing something, or I literally cannot queue any other common format exports with AEM??? I need to work with MOV, AVI, AIFF, WAV etc. files, which all aren't accepted by the Media Encoder... Or am I missing something???
    This is ridiculous. I am becoming quite fed up with Premiere CS6 bundle - in 20 minutes I have found already 4 diferent features, that worked in previous versions, and work no more in CS6
    I don't know how it worked in CS5.5 - anybody?

    I have found the solution in another thread!!! It's here: http://forums.adobe.com/message/4503096
    1. Open this file:
    On MAC: /Applications/Adobe Media Encoder CS6/Adobe Media Encoder CS6.app/Contents/Resources/txt/AddExporterList.txt
    On PC: C:\Program Files\Adobe\Adobe Media Encoder CS6\txt\AddExporterList.txt
    2. Back it up to some other location.
    3. Then delete everything from it and paste this:
    # MediaCore Plugins
    # AME Plugins
    AudioWriter
    WinMediaWriter
    # AME Plugin Formats
    MPEG4
    H.264 Blu-ray
    4. Save it, and relaunch Media Encoder - voila! It worked for me and many others.

Maybe you are looking for

  • DVD Burner won't recognize discs

    I recently installed an lg gsa-4166b dual layer dvd burner to my emac and for some reason it won't recognize cds or dvds. Whenever I try to burn anything and put in a blank disc I get the message "no disk inserted". I'm running Mac OSX 10.4.11 and ev

  • Problems with External Monitor on a Laptop

    I've been having a weird problem when I hook my exernal display up to my laptop.  It's a Samsung monitor, don't know the exact model number, and for the most part it works fine.  But I have an issue when the display goes to sleep.  I have my laptop s

  • Sony walkman keep stop&play itself

    Hello every body, my xperia phone walkman app, after i play the tracks, it keeps stop then play the same track many times please help me to figure out this problem thanks in advance

  • Can IPSLA work with PTP(Precision Time Protocol) or Synchronous Ethernet?

    Hello Sir. I'm working on IPSLA with NTP, but I couldn't get the value of One-Way Delay in IPSLA. I think the time gap between the Source and Responder is bigger than the acceptable time gap for One-Way Delay in IPSLA. So, One idea hitting my head is

  • When starting up iTunes, getting error message "A duplicate file name was specified"

    Downloaded recent version of itunes, and started recieving the error, tried all the fixes mentioned on here and the internet. Even after reformating the HD, installing a different version of windows (W7), and installingf iTunes, still getting the err