Help with longs in byteBuffers

Ok so bassiclly I want to send a long file over a network in an byteArray, my filesize is stored as a long but im having problems using longs with byteArray.
long log = 12;
byte[] bytes = new byte[10];
ByteBuffer buf = ByteBuffer.wrap(bytes);
    buf.putFloat(0 , log);
    long t =  buf.getLong(0);
    System.out.println(t);I dont understand why this doesnt print the correct value of 12. Im getting 4701758010974797824 printed out.
Also seeing as I wraped the byte array in the buffer does it auto put the values in the byte array called bytes.
Thanks

Because you called putFloat instead of putLong. puts should match gets, otherwise you confuse the encodings.
Also, you are better off using relative puts and gets. Just don't forget to flip the buffer:
import java.nio.*;
public class BufferExample2 {
    public static void main(String[] args) {
        long log = 12;
        byte[] bytes = new byte[10];
        ByteBuffer buf = ByteBuffer.wrap(bytes);
        buf.putLong(log);
        buf.flip();
        long t =  buf.getLong();
        System.out.println(t);
}

Similar Messages

  • Help with long term lines down

    no landline or Broadband since the beginning of December major fault with a number of lines Promised repair before but didn't happen, now promised for 22 December no help from BT there should be an automatic ability to credit mobiles when a problem is long term as it is occurring.

    BT will give you a free divert of your landline number to your mobile until the fault is fixed.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Note 1287382 To Help With Long Running Transport (DataStore)

    Hey Everyone. 
    I am wondering if anyone has tried the steps in note 1287382 to help with the long run times when transporting new fields on large DataStore objects.  I understand the idea behind the note, but am slightly skeptical about how long the end step with the workaround may take (that would be running the SAP_NOT_NULL_REPAIR_ORACLE program on the active and change log tables).
    I have thought about just writing the active table data to a temporary table, delete active table data, send transport, write the data back from custom table directly to active table.  I realize this goes against typical handling for a standard DataStore but this is what I was leaningt towards when I found the SAP note. 
    If anyone has taken the steps in the note, I would appreciate if you could let me know the transport time gains, how long the program took to rebuild/synchronize the tables, and the amount of data you were working with.  I am working with a DSO of around 300 million or more.
    Thanks

    Thank you for that reply.  So the 2 hours is how long that program took, right?  I assume after making the RSADMIN table updates, the transport went very quickly?  Did you encounter any issues afterwards with further updates to cubes (assuming you have them)?
    Thanks again

  • Need help with long sync times - busy optimizing unchanged pictures

    Before the latest update I was having a problem with long sync times, often with time spent optimizing pictures that hadn't changed since the last sync. This morning I did the latest update and now it's going on hours updating. Again, optimizing >8000 pics, none of which have changed since yesterday's sync.
    Any suggestions as to what to do? Thanks.

    Yes I plug the IPOD into the USB port.  Today it is a little worse.  When I plug it in it will sync for a moment, pop the message that says IPOD IS  SYNCED TO ANOTHER COMPUTER DO YOU WANT TO SYNC TO THIS COMPUTER.  If I say yes it immediately says FILE NOT FOUND.  The whole page locks up and I have to shut the computer down and restart.
    Sometimes it just recgonizes the named of the IPOD then immediatel disconnets it.  I am so frustrated with this POS and copy protection and all the other things Apple is doing to ensure there songs are not stolen.  It is a PAIN and now this...149.00 gone down the tube.

  • Please help with (long) error message upon launch of final cut 7

    Hello. I have just installed final cut 7 and when opening, it asks for serial number/name etc...I enter that information then it crashes giving this error message (sorry if this is so long, but wasn't sure what to put)
    Process: Final Cut Pro [215]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: 7.0 (7.0)
    Build Info: FCPApp-906181654~22
    Code Type: PPC (Native)
    Parent Process: launchd [165]
    Interval Since Last Report: 1220 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 383 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-02-27 17:21:50.684 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: F2735926-CF71-49A6-9CAF-CBE82AF568D0
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 8
    Thread 0:
    0 libSystem.B.dylib 0x96e3df3c sem_wait + 12
    1 com.celemony.melodynebridge.au 0x107f32f4 GNAudioUnitWrapperViewEntry + 504568
    2 com.celemony.melodynebridge.au 0x107f9d9c GNAudioUnitWrapperViewEntry + 531872
    3 com.celemony.melodynebridge.au 0x10779ae0 GNAudioUnitWrapperViewEntry + 6884
    4 com.celemony.melodynebridge.au 0x10773a50 0x10772000 + 6736
    5 com.celemony.melodynebridge.au 0x1078c240 GNAudioUnitWrapperViewEntry + 82500
    6 com.celemony.melodynebridge.au 0x10774a3c GNAudioUnitWrapperEntry + 1656
    7 com.celemony.melodynebridge.au 0x10a407e4 0x10772000 + 2942948
    8 ...ple.CoreServices.CarbonCore 0x015b550c CallComponentOpen + 36
    9 ...ple.CoreServices.CarbonCore 0x015b399c OpenAComponent + 536
    10 ...ple.CoreServices.CarbonCore 0x015b376c OpenComponent + 16
    11 ...ple.CoreServices.CarbonCore 0x015b55f0 CallComponent + 188
    12 ...ple.CoreServices.CarbonCore 0x015d3534 GetComponentVersion + 32
    13 com.apple.FinalCutPro 0x0030ccd8 AddAUEffect(ComponentRecord*, ComponentDescription const&, char*, char*, KGDictInt*) + 804
    14 com.apple.FinalCutPro 0x0030e254 AudioRegisterAUEffects + 1456
    15 com.apple.FinalCutPro 0x003668e4 AudioInitialize + 148
    16 com.apple.FinalCutPro 0x0029cd08 KGSoundLibAction + 780
    17 com.apple.FinalCutPro 0x00270578 CallLibs(KGLibActionCode, unsigned char) + 320
    18 com.apple.FinalCutPro 0x00270758 KGFinishLibraries + 112
    19 com.apple.FinalCutPro 0x002708e0 KGInit() + 180
    20 com.apple.FinalCutPro 0x0044202c OpenApplication(AEDesc const*, AEDesc*, long) + 64
    21 com.apple.AE 0x926d0ce0 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 164
    22 com.apple.AE 0x926d0be8 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 40
    23 com.apple.AE 0x926d09ec aeProcessAppleEvent + 212
    24 com.apple.HIToolbox 0x92f5d40c AEProcessAppleEvent + 52
    25 com.apple.HIToolbox 0x92fbc7c8 AEProcessEvent + 148
    26 com.apple.HIToolbox 0x92fbc714 HIStdAppHandler::HandleEvent(OpaqueEventHandlerCallRef*, TCarbonEvent&) + 224
    27 com.apple.HIToolbox 0x92fb96b4 TEventHandler::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 64
    28 com.apple.HIToolbox 0x92f31c48 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1484
    29 com.apple.HIToolbox 0x92f30de0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    30 com.apple.HIToolbox 0x92f30bfc SendEventToEventTargetWithOptions + 52
    31 com.apple.HIToolbox 0x92f60b88 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 308
    32 com.apple.HIToolbox 0x92f3209c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2592
    33 com.apple.HIToolbox 0x92f30de0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    34 com.apple.HIToolbox 0x92f4dd04 SendEventToEventTarget + 52
    35 com.apple.HIToolbox 0x92fbc4a8 ToolboxEventDispatcher + 84
    36 com.apple.HIToolbox 0x92fb89e4 RunApplicationEventLoop + 164
    37 com.apple.FinalCutPro 0x001709d4 KGMainEvent(void*) + 52
    38 com.apple.FinalCutPro 0x002f9180 main + 56
    39 com.apple.FinalCutPro 0x0000389c _start + 744
    40 com.apple.FinalCutPro 0x000035ac start + 44
    Thread 1:
    0 libSystem.B.dylib 0x96dac278 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96def368 pthread_condwait + 1320
    2 com.apple.Foundation 0x92c791a0 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x92c78fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.AppKit 0x900fb9cc -[NSUIHeartBeat _heartBeatThread:] + 664
    5 com.apple.Foundation 0x92c3bd84 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x96e0fd74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x96afb808 __CFSocketManager + 764
    Thread 3:
    0 libSystem.B.dylib 0x96db2c0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x96def46c pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x90806b68 glvmDoWork + 120
    3 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x96dac258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96def378 pthread_condwait + 1336
    2 com.apple.FinalCutPro 0x0046eb10 Synchronizable::Wait() + 44
    3 com.apple.FinalCutPro 0x00458684 DisplayQueue::Run() + 720
    4 com.apple.FinalCutPro 0x0049a460 Thread::RunHelper(void*) + 28
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x96dac258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96def378 pthread_condwait + 1336
    2 com.apple.FinalCutPro 0x0046eb10 Synchronizable::Wait() + 44
    3 com.apple.FinalCutPro 0x00515468 WorkUnitPerformer::Run() + 68
    4 com.apple.FinalCutPro 0x0049a460 Thread::RunHelper(void*) + 28
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x96dac1f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x96db311c mach_msg + 56
    2 com.apple.CoreFoundation 0x96af0394 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x91d50fa8 HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x91d50de4 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x96dee0c4 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x96ded904 kevent + 12
    1 com.apple.CoreFoundation 0x96ac7a48 _monitor_file_descriptor_ + 240
    Thread 8 Crashed:
    0 ??? 0000000000 0 + 0
    1 com.celemony.melodynebridge.au 0x107f9a68 GNAudioUnitWrapperViewEntry + 531052
    2 com.celemony.melodynebridge.au 0x107fe20c GNAudioUnitWrapperViewEntry + 549392
    3 libSystem.B.dylib 0x96dee0c8 pthreadstart + 320
    4 ??? 0000000000 0 + 0
    Thread 8 crashed with PPC Thread State 32:
    srr0: 0x00000000 srr1: 0x4000d030 dar: 0xf032cee4 dsisr: 0x40000000
    r0: 0x0ef84750 r1: 0xf032ce00 r2: 0x00000000 r3: 0x0ef84750
    r4: 0x00000000 r5: 0x0ef848c4 r6: 0x96ad0114 r7: 0x01002c88
    r8: 0x00000000 r9: 0x000000b0 r10: 0x00000004 r11: 0xa0addf18
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0xa0b2df98 r26: 0x00024f1b r27: 0x0ef84850
    r28: 0x0ef845c0 r29: 0x10a8e120 r30: 0x0ef848c0 r31: 0x107f9a2c
    cr: 0x44000022 xer: 0x20000000 lr: 0x107f9a68 ctr: 0x00000000
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x865ffd com.apple.FinalCutPro 7.0 (7.0) <6e3b6ccfc37d1f3a6667e9691d0ea1b5> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    0xc11000 - 0xc11fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xc15000 - 0xc1afff +KGCore ??? (???) <cda58a9c90ccd27eb7afe15273d5f2e0> /Applications/Final Cut Pro.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0xc21000 - 0xc22fff com.apple.iokit.dvcomponentglue 1.9.5 (1.9.5) <143d5a0b230245035fb6364b29f6b76b> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0xc26000 - 0xc36fff com.apple.AERegistration 1.2 (77) <a414e04adc8d3707b024759d8836bee1> /Applications/Final Cut Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0xc4a000 - 0xc52fff com.apple.AEProfiling 1.2 (22) <abe7eb329c8ac259cf01e1aae9a7389a> /Applications/Final Cut Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0xc5b000 - 0xe44fff com.apple.security 5.0.6 (37592) <75e10021fca58a7274de9a365010049e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0xf84000 - 0x1149ffb com.apple.prokit 5.0 (883) <eb781a0ac241037a05d240696a5b040e> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1244000 - 0x12b6fff com.apple.ProFX 1.2.3 (1.2.3) <3f561013ae61fb92b5683f27d070805b> /Library/Application Support/ProApps/SharedA/Frameworks/ProFX.framework/Versions/A/ProFX
    0x12d5000 - 0x13d7ffd com.apple.DiskImagesFramework 10.5.8 (201) <e85883f76eda4cfa37e6d3f6b53db310> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x143a000 - 0x1493ffb com.apple.proapps.MIO 1.0 (498) <d3fc34331aac931041ee6d1188690015> /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x14ce000 - 0x14d9ffb com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <848659e5de39081af860e6394174a4bd> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x14e2000 - 0x1517fff com.apple.FWAVCPrivate 1.46 (46) /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x152e000 - 0x154cffb com.apple.XSKey 1.0.0 (52) <eb878ce4313af544efbfb43a1724339d> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x155a000 - 0x157bff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1583000 - 0x1885ffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1908000 - 0x199ffff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x19ec000 - 0x1b34ff3 libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x1b86000 - 0x1c70fff libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
    0x1c9b000 - 0x1d35ff7 com.apple.ApplicationServices.ATS 3.8 (???) <61c7a66473c16fce3d1eac4d09d401d7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x1d61000 - 0x1e31fff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x1e73000 - 0x23efff7 com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x24bb000 - 0x2607fff com.apple.ImageIO.framework 2.0.7 (2.0.7) <c466caa621b9fa7431877610c21e39a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x265e000 - 0x270efff com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x2742000 - 0x27fcfff libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
    0x284a000 - 0x286aff7 libJPEG.dylib ??? (???) <bcc63fc19e0a5fa3d4b411f0de1d5851> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x2871000 - 0x28b2ffb libTIFF.dylib ??? (???) <a4fac1b78bf536e570841166630ff642> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x28bc000 - 0x28c0ffe libGIF.dylib ??? (???) <cc34b3a44618a0e1ccc1c5b1cf28b5bb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x28c5000 - 0x28e1ffb libPng.dylib ??? (???) <036c49544cb7b1d09d5e0185a1e26f7d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x28e8000 - 0x28eaffd libRadiance.dylib ??? (???) <304e574d5de8d26630c4c516cc6e47fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x28ee000 - 0x2915fff libcups.2.dylib ??? (???) <640068d6a91267e0d6e31afdac1c4a03> /usr/lib/libcups.2.dylib
    0x2920000 - 0x2a67ffb com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x2ad8000 - 0x2af3ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <408eb07010ed69f4c94353cac76c84c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x2afe000 - 0x2b33ff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x2b3e000 - 0x2b68ff7 libssl.0.9.7.dylib ??? (???) <2aafe2efc0fb9868cb630ac50b5892b4> /usr/lib/libssl.0.9.7.dylib
    0x2b77000 - 0x2baaffb com.apple.MediaKit 9.1 (401) <1e0e8c007a642dff76454b81bb554c88> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x2bba000 - 0x2c88ff5 com.apple.DiscRecording 4.0.7 (4070.4.1) <73f6a269ffb9718fa9f165da9f2a5eb1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x2cef000 - 0x2d1cffb libcurl.4.dylib ??? (???) <bd94f6417b93e0174fa282255dd6d6d1> /usr/lib/libcurl.4.dylib
    0x2d43000 - 0x2d87fff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x80b6000 - 0x80bafff com.apple.coretech.AELicensingAquaPro 1.4 (359) <3f3691c9aa37d02c090a79d906dbf71b> /Applications/Final Cut Pro.app/Contents/Resources/AELicensingAquaPro.bundle/Contents/MacOS/AELicensing AquaPro
    0x80e1000 - 0x811efff libRIP.A.dylib ??? (???) <a710b7ef58700a54a39e7738dd804e57> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x812b000 - 0x8138fff libCSync.A.dylib ??? (???) <7ccecf2b36209e1196c42c635938519e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x8140000 - 0x8148ffb libCGATS.A.dylib ??? (???) <72ecb94f23cdc622a277671b4976a7d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0xaa6e000 - 0xaa70fff com.apple.FinalCutPro.Plugins.Text Window 7.0 (7.0) <3d6dd1bda1778170c67dc446329ef575> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xb6ce000 - 0xb8b5ff3 com.apple.RawCamera.bundle 2.1.1 (508) <43747f42347f4d5db7a26942587b3b4d> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xbeda000 - 0xbee1fff com.apple.proapps.mrcheckpro 1.4 (359) <986b9225b761ef5aa33b349717ef474b> /Applications/Final Cut Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0xbf3f000 - 0xc0b7ffb GLEngine ??? (???) <ad5267f50a418511daf9f5f237d7f852> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xc0e9000 - 0xc3b5ff1 com.apple.ATIRadeonX1000GLDriver 1.5.48 (5.4.8) <a24b8c9e1170ef467bfed436980bdd08> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xc40b000 - 0xc427fff GLRendererFloat ??? (???) <020c309b1f0a3109fbf8f76764e9ad69> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xd54c000 - 0xd579ffb com.apple.FinalCutPro.Plugins.AfterEffects 7.0 (7.0) <5c9c9e9fb87af0483e4145a290a521e9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0xd580000 - 0xd584ffb com.apple.FinalCutPro.Plugins.AudioGroupsExport 7.0 (7.0) <31853eb9061606dd571c25ec47cab1d7> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioGroupsExport.bundle/Contents/MacOS/AudioGro upsExport
    0xd588000 - 0xd5a1ffb com.apple.FinalCutPro.Plugins.AudioMixer 7.0 (7.0) <f4557ef8f7a5a1201a4f1193b51bfa80> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0xd5ab000 - 0xd5c7ffb com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0xd5dd000 - 0xd5e3fff com.apple.FinalCutPro.Plugins.Cache Manager 7.0 (7.0) <0d2b36ac42fb603a9140708245824589> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cache Manager.bundle/Contents/MacOS/Cache Manager
    0xd5e7000 - 0xd5f2fff com.apple.FinalCutPro.Plugins.CTHelper 7.0 (7.0) <0b2a26efbb2b42aced5f7adb590cc0d9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/CTHelper.bundle/Contents/MacOS/CTHelper
    0xd700000 - 0xd721fff libexpat.1.dylib ??? (???) <e955fbf7296287c4d40694cf7dffd64f> /usr/lib/libexpat.1.dylib
    0xd728000 - 0xd7f6ffb com.apple.FinalCutPro.Plugins.Browser 7.0 (7.0) <dc7cc0aa0df7f3317c1410b6854d301b> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0xd814000 - 0xd82cfff com.apple.FinalCutPro.CinemaTools 5.0 (5.0) <c8a38b265f2c8ea3ac9f66b454418b4a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cinema Tools.bundle/Contents/MacOS/Cinema Tools
    0xd838000 - 0xd85fffb com.apple.FinalCutPro.Plugins.EditTape 7.0 (7.0) <41203e7bbf2f4df98ca870fbab07728f> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0xd86d000 - 0xd8ccffd com.apple.FinalCutPro.Plugins.EDL Export 7.0 (7.0) <3cadb04d199fd22d8ee35082081c10ba> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EDL Export.bundle/Contents/MacOS/EDL Export
    0xd8e1000 - 0xd8e9ffb com.apple.FinalCutPro.Plugins.Effect Builder 7.0 (7.0) <c3adf611a925c666fe3fea86c314a58a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Effect Builder.bundle/Contents/MacOS/Effect Builder
    0xd8ed000 - 0xd8fafff com.apple.FinalCutPro.Plugins.FCPExtPluginSupport 7.0 (7.0) <1a7ff286381399c163c989f26ea52771> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExt PluginSupport
    0xd901000 - 0xd933fff com.apple.FinalCutPro.Plugins.FCS Engine 7.0 (7.0) <6c6f49b70583c84ffc3f0e616d1af130> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0xd93b000 - 0xd94cffb com.apple.FinalCutPro.Plugins.FilterCustomEd 7.0 (7.0) <2c8e6c331d6b6874d05f39131fb7f831> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCusto mEd
    0xd951000 - 0xd966ffb com.apple.FinalCutPro.Plugins.FilterViewer 7.0 (7.0) <2d5b030c83ab066fcfa3975bd7996e6d> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0xd96b000 - 0xd96efff com.apple.FinalCutPro.Plugins.FinalTouchExport 7.0 (7.0) <783be9d544683916a408b14c514d8fa5> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FinalTouchExport.bundle/Contents/MacOS/FinalTouc hExport
    0xd973000 - 0xd993fff com.apple.FinalCutPro.Plugins.Flash 7.0 (7.0) <8997558d06a18a4b905567c0141b6d4c> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0xd99e000 - 0xd9abffb com.apple.FinalCutPro.Plugins.GenViewer 7.0 (7.0) <fb029dbec1d875f85a4b8a3f8ef5fcf9> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0xd9b0000 - 0xd9b5ffb com.apple.FinalCutPro.Plugins.LayerFileReader 7.0 (7.0) <ca6fa98278f6ac344a95e384d37d4d85> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileR eader
    0xd9b9000 - 0xda05ffb com.apple.FinalCutPro.Plugins.Media Manager 7.0 (7.0) <9bd2b1ae86c3e1493ed668a74068fd12> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0xda0f000 - 0xda23ffb com.apple.FinalCutPro.Plugins.MolokiniSupport 7.0 (7.0) <50b9367c5afa61f131627b6da6ec726d> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSu pport
    0xda32000 - 0xda44fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 (1.0) <b97968d83cb88f81549d41039b1ca6f5> /Applications/Final Cut Pro.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTr anslation
    0xda51000 - 0xda84fff com.apple.FinalCutPro.Plugins.Motion Viewer 7.0 (7.0) <5105d5d05cf659b42bc2e85684624e9b> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0xda95000 - 0xdab3fff com.apple.FinalCutPro.Plugins.Movie Analyzer 7.0 (7.0) <8c70cc7d97eb7bb6f1eaf93e33d01640> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0xdac1000 - 0xdad9fff com.apple.FinalCutPro.Plugins.Movie Viewer 7.0 (7.0) <0f77952ad039492cf44736421c8c16dc> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0xdae5000 - 0xdae9fff com.apple.FinalCutPro.Plugins.NuggetExport 7.0 (7.0) <1ad9d5f008e6e80482e36451513ae370> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0xdaed000 - 0xdb94fff com.apple.FinalCutPro.Plugins.OMF Audio Export 7.0 (7.0) <38fc8086a441ce8003fb3fa9951039ed> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/OMF Audio Export.bundle/Contents/MacOS/OMF Audio Export
    0xdba6000 - 0xdbaffff com.apple.FinalCutPro.Plugins.Perf Analyzer 7.0 (7.0) <1af03373c399490d5a8c99bf699a2c9a> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0xdbb4000 - 0xdbcbffb com.apple.FinalCutPro.Plugins.ProAppsIntegration 7.0 (7.0) <3da6b50898df8a3c1c059e362d86ea75> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration
    0xdbda000 - 0xdbe8ffb com.apple.FinalCutPro.Plugins.Pulldown Support 7.0 (7.0) <fa27e19bd82463ffb8aae55a5fd4b75c> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Pulldown Support.bundle/Contents/MacOS/Pulldown Support
    0xdbef000 - 0xdc2dffb com.apple.FinalCutPro.Plugins.QTM Reader 7.0 (7.0) <8bb075f03126012bd93782f394bf0d25> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0xdc3a000 - 0xdc43ffb com.apple.FinalCutPro.Plugins.QuickView 7.0 (7.0) <aa36d5474889e87e8efc334e47a1ce49> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QuickView.bundle/Contents/MacOS/QuickView
    0xdc47000 - 0xdc58ffb com.apple.FinalCutPro.Plugins.Relink Media 7.0 (7.0) <df91097575fea9655157352af7d1339f> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0xdc5e000 - 0xdcf2fff com.apple.FinalCutPro.Plugins.Timeline Editor 7.0 (7.0) <dfa47fc36cfad46b1b246d85b02a1f82> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0xdd00000 - 0xdd12fff com.apple.FinalCutPro.Plugins.Transcoder 7.0 (7.0) <d4baee531e60f586e7ad29486e84a289> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0xdd1b000 - 0xdd2dfff com.apple.FinalCutPro.Plugins.Transition Viewer 7.0 (7.0) <da0dfe7c925e98e052a29a1dfa12df6e> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0xdd32000 - 0xdd48ffb com.apple.FinalCutPro.Plugins.Trimming 7.0 (7.0) <b3caddaa25c688c1a5e12565f3a9a535> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0xdd4d000 - 0xdd54fff com.apple.FinalCutPro.Plugins.VDUSupport 7.0 (7.0) <9b97e3bcfd20f3c2b2d489e05ff14f13> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VDUSupport.bundle/Contents/MacOS/VDUSupport
    0xdd59000 - 0xdd9affb com.apple.FinalCutPro.Plugins.Vector Accelerator 7.0 (7.0) <35e699b7d7496cb3a3177fe64d95bddd> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0xdd9f000 - 0xddb1ffb com.apple.FinalCutPro.Plugins.VideoLog 7.0 (7.0) <14d423f3f50c01a1020ffaf817266ba8> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0xddb5000 - 0xddcefff com.apple.FinalCutPro.Plugins.VoiceOver 7.0 (7.0) <2e47b1e5cd7899f55bb56bb48e6e9d56> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0xddd4000 - 0xde4effd com.apple.FinalCutPro.Plugins.XML Support 7.0 (7.0) <a6887a9919b3f27bf074cac3dfafd3d3> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0xdf3a000 - 0xdf4eff3 com.apple.FCP Uncompressed 422.component 1.6 (1.6) <0bd250c3d641d5f10a52ae0295913399> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xdfbe000 - 0xdfc1ffb com.apple.LiveType.component 2.1.4 (2.1.4) <7cd39a180f41e0a33aa85283d2960a81> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xdfc6000 - 0xe028fff com.apple.LiveType.framework 2.1.4 (2.1.4) <2f9be5cbcd81d21841eeb6b677606614> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0xe047000 - 0xe08eff3 com.apple.motion.component 1.0 (687) <084ddfae408b48c58b6a98f3ab12a66d> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0xe094000 - 0xe096ffb +Motion ??? (???) <9167acca95cdc7e2ffc1ddc5b4c31bb4> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xe09b000 - 0xe139ff7 com.apple.procore.framework 4.0 (712) <7c7e4298ad4f6e2b3afa5d54fce4f794> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0xe177000 - 0xe18dffb com.apple.fcp.DVOutputUnit 1.3 (1.3) <9bf79a33b066e48a51e1ac7d8b584001> /Applications/Final Cut Pro.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0xe33c000 - 0xe3c5fbf com.apple.AppleProResCodec 2.0 (224) <f243fd6cd0abef23b1c03879dbe63433> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xe3cc000 - 0xe4fdffb QuickTimeH264.altivec ??? (???) <bfb7e7a6b6b996de5a4cfcafb49fdf35> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0xe510000 - 0xe540fef com.apple.DVCPROHDCodec 1.5 (237) <085da018614927e20ddc696de8da87e2> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xe547000 - 0xe592fff com.apple.viceroy.codec 32.1 (32.1) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xe59b000 - 0xe636ff7 com.apple.AppleHDVCodec 1.5 (228) <ff8d7fef027554675b19d00d0750f91b> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0xe643000 - 0xe664ffb com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xe66a000 - 0xe685ff7 com.apple.AppleIntermediateCodec 1.3 (151) <9b9b7f37a81cc0b1f191ace9e04f5157> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xe68b000 - 0xe69efef com.apple.IMXCodec 1.4 (155) <c94656c54650501f04caee50453f07c9> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xe6a3000 - 0xe6e3ff7 com.apple.applepixletvideo 1.2.18 (1.2d18) <2373b6000acc27dcbdae6f6dc45ea88a> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xe6e8000 - 0xe726ff7 com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xe8c7000 - 0xe9c8ff3 com.apple.soundtrackpro.integration 3.0 (3.0) <027ed7498eafedbe4957000e244791ed> /Library/Application Support/ProApps/Bundles/Soundtrack Pro Integration.bundle/Contents/MacOS/Soundtrack Pro Integration
    0xe9f9000 - 0xea27ffb com.apple.motion.MotionBundle 4.0.0 (687) <7d567c48d0176d8e5f0e15a0f1ae4c3b> /Library/Application Support/ProApps/Bundles/Motion.bundle/Contents/MacOS/Motion
    0xedc5000 - 0xedc9fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <ac58ebbd8e1179ff891b7a60b2ba33cc> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xeddd000 - 0xeddeffd com.apple.aoa.halplugin 2.5.8 (2.5.8f1) <0d6be2c83d2f582060ba48293d283cdd> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0xf000000 - 0xf027fe7 +com.digidesign.digidesign.DigiCoreAudioPlugIn 7.3 (7.3f117) /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0xf07d000 - 0xf0a6ffb com.apple.fcp.FCPAudioUnits 0.0.8 (1.1) <c30c24edb034df2787954de6c5dcd23b> /Applications/Final Cut Pro.app/Contents/Resources/FCPAudioUnits.bundle/Contents/MacOS/FCPAudioUnits
    0xf1ab000 - 0xf1cafff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0xf700000 - 0xf8dafff +ACBoxCombo.MusicDevice.component 1.0.0.006 (1.0.0) /Library/Audio/Plug-Ins/Components/ACBoxCombo.component/Contents/MacOS/ACBoxCom bo
    0x10000000 - 0x1005cfff com.apple.proapps.AudioMixEngine 2.0 (68) <2d46083f7fecef7dfbcb75d8f635cc86> /Applications/Final Cut Pro.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x1008b000 - 0x10270fef +PlexiCombo.MusicDevice.component 1.0.0.006 (1.0.0) /Library/Audio/Plug-Ins/Components/PlexiCombo.component/Contents/MacOS/PlexiCom bo
    0x10402000 - 0x105e5fef +TwangCombo.MusicDevice.component 1.0.0.009 (1.0.0) /Library/Audio/Plug-Ins/Components/TwangCombo.component/Contents/MacOS/TwangCom bo
    0x10772000 - 0x10a42ff7 +com.celemony.melodynebridge.au 3.1.0.9 (3.1.0.9) /Library/Audio/Plug-Ins/Components/MelodyneBridge.component/Contents/MacOS/Melo dyneBridge
    0x11000000 - 0x11029ffb com.apple.proapps.ControlSurfaceSupport 2.0 (68) <bbaea886815ee1ce10f2ec3ccf30ee26> /Applications/Final Cut Pro.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlS urfaceSupport
    0x11049000 - 0x117c2fe3 +com.borisfx.TextScrambler ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Text Scrambler.bundle/Contents/MacOS/Text Scrambler
    0x12215000 - 0x1298cfeb +com.borisfx.Title3D ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title 3D.bundle/Contents/MacOS/Title 3D
    0x133de000 - 0x13b53fff +com.borisfx.TitleCrawl ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title Crawl.bundle/Contents/MacOS/Title Crawl
    0x145a4000 - 0x14d1dffb +com.borisfx.VectorShape ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Vector Shape.bundle/Contents/MacOS/Vector Shape
    0x70000000 - 0x700cdff3 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x9000d000 - 0x9000dffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9000e000 - 0x9000effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9000f000 - 0x90010fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x90011000 - 0x90018ffb com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90019000 - 0x9005dfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9005e000 - 0x90063ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90064000 - 0x907dafff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x907db000 - 0x907e0fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x907e1000 - 0x90c0fffe libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90c10000 - 0x90c41fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90ce9000 - 0x90cf4fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d11000 - 0x90d7bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90d7c000 - 0x90da9fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dea000 - 0x90df0fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91814000 - 0x91817fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91818000 - 0x91b4aff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91b4b000 - 0x91b4bff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91b8a000 - 0x91ba8fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91ba9000 - 0x91bbcffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91bbd000 - 0x91c47fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91d2f000 - 0x91db7ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91db8000 - 0x91e87ffb com.apple.QuickTimeMPEG4.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x91e88000 - 0x91e98fff libsasl2.2.dylib ??? (???) <c0d4783f9b08dfd1bded5e0b5ffe37cb> /usr/lib/libsasl2.2.dylib
    0x91e99000 - 0x91e99ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91fe3000 - 0x92002fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92003000 - 0x920e6fff libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
    0x920e7000 - 0x92148fff com.apple.CoreText 2.0.4 (???) <ebcc2c7e9b0bc10016af530d82a11f03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92149000 - 0x921d1fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x923ad000 - 0x923d6ffb com.apple.shortcut 1.0.1 (1.0) <8da20d176ab4cf71cdf4f79b477fe0e7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92526000 - 0x9252efff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x9252f000 - 0x92532ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92533000 - 0x92565fff com.apple.bom 9.0.1 (136.1.1) <1399341d4cd4b8d4c560e683bc81d73c> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92566000 - 0x925b0fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x925b1000 - 0x926cdff3 com.apple.JavaScriptCore 5530.19 (5530.19) <4dfec2404ff2e05424de2c6ac3181161> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x926ce000 - 0x92703fff com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92a07000 - 0x92a64ffb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92b26000 - 0x92b26ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92b27000 - 0x92b2dffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92b2e000 - 0x92b46ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b47000 - 0x92b8efff com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92c32000 - 0x92e78ffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92e79000 - 0x92e79fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92e7a000 - 0x92e94ffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92e95000 - 0x92f10fff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92f2a000 - 0x93263ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93264000 - 0x932e9fff libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
    0x932ea000 - 0x93315ff7 libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
    0x9331b000 - 0x933ceffc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93411000 - 0x93420fff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <305892aafaceb4e31915f0d759ef7e6d> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93421000 - 0x93436fff com.apple.IMUtils 4.0.8 (584) <798e21f99606c71cc5998dc473c8652b> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x93588000 - 0x941b3fef com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x941b4000 - 0x941c4ffb com.apple.agl 3.0.9 (AGL-3.0.9) <e751a9e491c3a9ef82c6405466106726> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94742000 - 0x94749fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94767000 - 0x94a90fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94a91000 - 0x94a9ffff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x94d1d000 - 0x94d73fff libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94d74000 - 0x94d74fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94d75000 - 0x94d80ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94dd0000 - 0x94e52fff com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94e53000 - 0x94ee8ff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94ee9000 - 0x94ef2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95054000 - 0x95096fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95097000 - 0x950a4fff libbz2.1.0.dylib ??? (???) <03227e92407191ff8e754461e842201b> /usr/lib/libbz2.1.0.dylib
    0x951b9000 - 0x95325ff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95326000 - 0x953b5ffb com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95430000 - 0x9543bffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x9543c000 - 0x95458fff com.apple.IMFramework 4.0.8 (584) <c700ba51b41e931a186ebff34b250f15> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x95459000 - 0x954a8fff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x954a9000 - 0x954f8fff libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9552b000 - 0x95553fff libxslt.1.dylib ??? (???) <bb985380f353bbc7ce694d56884ea156> /usr/lib/libxslt.1.dylib
    0x95554000 - 0x955edfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x955ee000 - 0x9560affb com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9560b000 - 0x9561efff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95708000 - 0x95709ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9570a000 - 0x958ccff4 com.apple.CoreAUC 3.08.0 (3.08.0) <9d8d7368e2d3b11318a3556c6d4902a1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x95b4e000 - 0x95b6dfff libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
    0x95bd6000 - 0x95be2ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95be3000 - 0x95f48ffe com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95f49000 - 0x9601cfff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9601d000 - 0x961beff7 com.apple.QuartzComposer 2.1 (106.13) <6dd1df71cb588b1b9ceb0c5bbf32e842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96235000 - 0x96254fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96255000 - 0x962bcffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x962fb000 - 0x968b5fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x968b6000 - 0x969caffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x969cb000 - 0x96a82fff com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96a83000 - 0x96a86ff3 com.apple.QuickTimeH264.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x96a87000 - 0x96bacff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96cfa000 - 0x96daafff edu.mit.Kerberos 6.0.13 (6.0.13) <2ed20a450576465ee4f9c317b8ce8c44> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96dab000 - 0x96f4bff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
    0x96f4c000 - 0x97042ffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x97043000 - 0x9705affb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9705b000 - 0x97084fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x97085000 - 0x9714dffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9714e000 - 0x97187fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97188000 - 0x971eaffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x971eb000 - 0x97310ffb com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x973e1000 - 0x973efff3 com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    For "Could not open key/write value" errors when reinstalling try b noir's user tip:
    "Could not open key: UNKNOWN\Components\[LongStringOfLettersAndNumbers]\
    [LongStringOfLettersAndNumbers]" error messages when installing iTunes for Windows.
    The technique can be applied to the branch of the registry mentioned in the error message.
    If you still have issues see Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Need help with long web movie workflow!

    Hi,
    Maybe a simple question...
    Can FCP capture footage from the camcorder at a different resolution than "normal"? For example, can I capture a standard DV signal at 320x240?
    Currently I am finding myself taping a lot of long government meetings where the ultimate goal is a 320x240 web based movie. What I do now is shoot the DV footage, download to the computer, and then compress to 320x240 (in FCE) but that takes forever (some of these meetings can go on for six hours). Need to have these up the next day, if possible. As a side note, if FCE can do this please tell me how!
    If FCP cannot do this is there any software that can? I have tried Quicktime Broadcaster and used the saved file which works ok, but I've had some trouble with files going out of synch for no obvious reason.
    Finally, if you know of a camcorder that can record to variable pixel dimensions that would be interesting too, expecially if the files where hard disk based instead of tape.
    Sorry for the long post--thanks for your thoughts!
    --Darin

    Still pondering this one--anyone?
    I did find a third party utility (Media Capture) that might work and I do see that Quicktime will import very small sizes. Wirecast seems seems like it will work (saving the file instead of broadcasting it) but it is $500.
    Still hoping to find something better...
    --Darin

  • No second page in rolling title - need help with long title

    I am creating my first rolling title in Premiere Pro v1.0.
    I have read/watched the tutorials on creating a rolling title and have successfully created my own.
    My problem is that I have several pages of prepared text that I want to have roll over the screen and I only can get the first page.
    I have the text in Notepad, I copy it to the Clipboard using Control-A, Control-C.
    I come into the Title Designer, select the Type Tool, and press Control-V.  The first page of the text is inserted into the Area Type box.
    I then save the work and preview the results, but I am only getting the roll of the text for the first page.
    Can someone please point out to me what I am doing wrong or direct me to some documentation/tutorial that shows how to insert a long amount of text into the Title Designer and have it roll?
    Thanks

    I currently do not have Photoshop available to me and I was really hoping for a simpler method to do this.
    That is why I mentioned method #2. It relies totally on Titler. Other than doing X number of Titles, and then adjusting their timings and spacings with Motion>Position Keyframes, it takes all of about 5 mins. to do. You can first break your one very long Title into logical segments, and then still use Ctrl+c/Ctrl+v to make each Title. Note that you can get more text into a Title, than what you see in Titler. It does not have a "scrolling" feature, but using Ctrl+c/Ctrl+v, you really do not need to see everything, so long as you edited it in Word/whatever. I'm not sure of what the limit to what can actually fit onto one Title, before it truncates, but seem to recall about 32 lines working with 48 pt. san-serif type for me. Could be off a line, or two.
    If you need more detail on the multiple-Title method, let me know. It is far simpler to do, than to type about. Also, if you are not yet comfortable with Motion>Position Keyfreame work, now is the perfect time to learn it, as you WILL embrace it. I do not think I have used either the Roll, or Crawl Preset in four years - so very little control. That's why I said you'd go crazy trying to use those for this task. If I had to do it with the Presets, I'd charge the client 3x, just for the aggravation of having to do so.
    Good luck,
    Hunt
    If you have any questions on where to break your long credits, don't hesitate to send me the Word, txt, whatever file, and I'll look at it and make recs. for you. E-mail is listed in my profile.

  • Need help with long term Java problems

    I've been having problems with Java on my computer for about a year now, and I'm hoping that someone here can help me out.
    Java used to work fine on the computer when I first got it (a Dell laptop) and I hadn't installed anything myself. But then one day it stopped loading Java applets, and hasn't worked since. By this, I mean that I get the little colorful symbol in a box when I try to play Yahoo games, use the http://www.jigzone.com site, go to chat rooms, etc. Java menus on websites like http://www.hartattack.tv used to work still, but lately they've been giving me that symbol too.
    I've tried downloading a newer version of Java, but nothing I do seems to work, and I don't know of anything I did to trigger it not working. I'm hoping there's a simple solution to this, and I'm just dumb.
    Thanks.

    This might be way off, but it's something that's tripped me up in the past:
    If you are using Sun's Java plugin, the first time you go to a site that has a particular Java applet, you may be asked to approve/reject a security request.
    If you have clicked on any other windows while the request is first being loaded (which can take some time, because this is swing based), then the security dialog box does not pop to the top of the window stack, and doesn't add an entry into the task bar.
    It appears that Java just doesn't work, but it's actually waiting for you to click "Yes". You can check this by hitting alt-tab and seeing if the Java coffee cup icon is one of the options.
    - K

  • Need help with long movie

    I created a movie in iMovie that runs 56 minutes. iMovie keeps crashing when I try to share it in large format, so I broke the movie into two parts and was able to share. I needed to add chapters and did that in GarageBand.
    How do I combine the two movies in iDvd?

    Who/what were you sharing it with?
    Your finished movie will easily fit on a DVD burned in iDVD. If you have the full 56 min. project still in iMovie, SAVE it, then close iMovie. Open up iDVD and import your movie. iDVD will render your movie and burn it.
    EDIT: OH Sorry, forgot to notice you are in iMovie 08, so the workflow is slightly different. To get the two movies back together, I'm thinking you could re-import them into iMovie to combine them again and then burn the DVD.
    Message was edited by: Forest Mccready

  • My calendar will no longer let me add new event or delete them, it comes up with an error saying "cannot save event, no end date set" or "event does not belong to that event store". can anyone help with this?

    my calendar will no longer let me add new event or delete them, it comes up with an error saying "cannot save event, no end date set" or "event does not belong to that event store". can anyone help with this?

    Hi,
    To configure your ODBC DataSource, go to Control Panel ---> DataSources(ODBC) (If you are in a Windows environment).
    Select the tab System DSN. If you have not added your data source, then do so by clicking on the Add button. If you have added the datasource, click on the Configure button to configure it.
    Give the datasource name, then the database name.
    You have to give the hostname, service name and server name. I guess, in most cases, the datasource name and host name will be the same, service name and server name will be the same. If you are using TCP/IP, the protocol will be onsoctcp.
    There will be a file named Services under C:\WINNT\system32\drivers\etc where you have to give the port number for accessing this server.
    It will be like this <service name> <portnumber>/tcp
    Hope this helps...
    best wishes,
    Nish

  • Please help with "You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported." I have seen other responses on this but am not a techie and would not know how to start with that solution.

    Please help with the message I am receving on startup ""You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported."
    I have read some of the replies in the Apple Support Communities, but as I am no techie, I would have no idea how I would implement that solution.
    Please help with what I need to type, how, where, etc.
    Many thanks
    AppleSueIn HunterCreek

    I am afraid there is no solution.
    PowerPC refers to the processing chip used by Apple before they transferred to Intel chips. They are very different, and applications written only for PPC Macs cannot work on a Mac running Lion.
    You could contact the developers to see if they have an updated version in the pipeline.

  • Since updating to FF 8 I can no longer use Multirow book marks, can anyone help with this issue?

    Since updating to FF 8 I can no longer use Multi-row book marks, can anyone help with this issue? the one I used is here http://multirowbookmarkstoolbar.com/

    Try the support site:
    *http://multirowbookmarkstoolbar.com/forum
    *Multirow Bookmarks Toolbar Plus: https://addons.mozilla.org/firefox/addon/multirow-bookmarks-toolbarplus/

  • TS3074 Hello anyone with Windows 7, not sure why having followed instructions above, install of latest version of itunes won't work and can no longer open old version either.  anyone help with this?

    Hello anyone with Windows 7, not sure why having followed instructions above, install of latest version of itunes won't work and can no longer open old version either.  anyone help with this?

    Hi,
    thanks for your reply.
    Yes, except n°1 - empty Temp directory, I had tried/checked all of those.
    I emptied the local temp folder tonight, but it still won't work.
    Please note: the installation doesn't give me any problem. The program was working fine, until at one point *plouf* it stopped working. I can re-install it without any problem, it just crashes when opening.
    \\edit\\ I seem to have located the problem, it's in the library files. If I re-install iTunes without my library, it works fine (though there is no music in it, yet). As soon as I import my library, or replace the My Music\iTunes folder with the old one, it stops working.

  • Need help with recovering old account that e-mail is no longer valid.  Birth date on account is not correct.

    Does anyone know how to get an old account password when all the information on the account is not accurate and the e-mail address is no longer valid.

    If none of the following will work If you forgot your Apple ID password (which sounds likely) contact Apple support: Apple ID: Contacting Apple for help with Apple ID account security

  • Please help with repeated Kernal Panics - I can't even leave it long enough to backup the 100gb or so of stuff, Please help with repeated Kernal Panics - I can't even leave it long enough to backup the 100gb or so of stuff

    Please can someone help me here, my Kernal Panic attack frequency is becoming very consistent at least 1 every 1 hr. Below are my last few attack reports, can someone please help me? Thanks.
    Interval Since Last Panic Report:  -102 sec
    Panics Since Last Report:          3
    Anonymous UUID: 2DD98ED2-47F9-406B-A38B-ED8B9424B7B5
    Tue May 29 11:11:37 2012
    Machine-check capabilities (cpu 1) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0x0020000000000000 invalid
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 0 caller 0x2aaf41): Machine Check at 0x9595c19f, thread:0x947c000, trapno:0x12, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x00099688, CR3: 0x00100000, CR4: 0x00040668
    EAX: 0xa05f6088, EBX: 0x9595c164, ECX: 0xa0604704, EDX: 0xb029147c
    ESP: 0xb0291420, EBP: 0xb0291498, ESI: 0x1c226cb0, EDI: 0x1c226cb4
    EFL: 0x00000202, EIP: 0x9595c19f
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x819e18 : 0x21b837 (0x5dd7fc 0x819e4c 0x223ce1 0x0)
    0x819e68 : 0x2aaf41 (0x59dfe4 0x59e0d1 0x9595c19f 0x947c000)
    0x819f58 : 0x2a29f2 (0x1 0x0 0x0 0x0)
    BSD process name corresponding to current thread: Microsoft Outloo
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 1153078954474
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI     4.2.0 (addr 0x13cb000, size 0x65536) - last unloaded 220303805184
    loaded kexts:
    com.zeobit.kext.Firewall        2.0.1 - last loaded 202816384829
    com.sophos.kext.sav  7.3.0
    com.cisco.nke.ipsec    2.0.3
    com.checkpoint.kext.P4MacFilterScheme   1.0
    com.checkpoint.kext.FDECryptocore           1.0.0d1
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleHWSensor   1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver     1.2.0
    com.apple.driver.AudioAUUC           1.57
    com.apple.driver.IOBluetoothBNEPDriver 2.4.5f3
    com.apple.driver.AppleHDA 2.0.5f14
    com.apple.driver.AppleMikeyDriver           2.0.5f14
    com.apple.driver.AGPM        100.12.31
    com.apple.kext.ATIFramebuffer      6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.SMCMotionSensor           3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.iokit.CHUDUtils    364
    com.apple.iokit.CHUDProf    366
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC  1.5.1
    com.apple.driver.AppleGraphicsControl     2.10.6
    com.apple.kext.AppleSMCLMU        1.5.2d10
    com.apple.ATIRadeonX3000           6.3.6
    com.apple.driver.AppleIntelHDGraphics    6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons        201.6
    com.apple.driver.AppleIRController            303.8
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage           1.6.4
    com.apple.driver.AppleUSBHub      4.2.4
    com.apple.driver.AppleFWOHCI      4.7.3
    com.apple.driver.AirPort.Brcm4331           433.11.5
    com.apple.driver.AppleSDXC           1.0.3
    com.apple.iokit.AppleBCM5701Ethernet   3.0.5b8
    com.apple.driver.AppleEFINVRAM  1.4.0
    com.apple.driver.AppleSmartBatteryManager      160.0.0
    com.apple.driver.AppleAHCIPort     2.1.7
    com.apple.driver.AppleUSBEHCI     4.2.4
    com.apple.driver.AppleACPIButtons           1.3.6
    com.apple.driver.AppleRTC  1.3.1
    com.apple.driver.AppleHPET           1.5
    com.apple.driver.AppleSMBIOS       1.7
    com.apple.driver.AppleACPIEC        1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine        0
    com.apple.nke.applicationfirewall   2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement        142.6.0
    com.apple.driver.AppleProfileReadCounterAction            67
    com.apple.driver.AppleProfileTimestampAction   67
    com.apple.driver.AppleProfileThreadInfoAction   67
    com.apple.driver.AppleProfileRegisterStateAction            67
    com.apple.driver.AppleProfileKEventAction          67
    com.apple.driver.AppleProfileCallstackAction        69
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP           2.0.3
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily         10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily         1.8.3fc2
    com.apple.kext.OSvKernDSPLib      1.3
    com.apple.driver.AppleHDAController        2.0.5f14
    com.apple.iokit.IOHDAFamily           2.0.5f14
    com.apple.iokit.AppleProfileFamily 61
    com.apple.driver.IOPlatformPluginFamily 4.7.0a1
    com.apple.driver.AppleSMBusPCI   1.0.10d0
    com.apple.driver.AppleBacklightExpert     1.0.1
    com.apple.driver.AppleSMC 3.1.0d5
    com.apple.kext.ATI6000Controller 6.3.6
    com.apple.kext.ATISupport  6.3.6
    com.apple.iokit.IONDRVSupport      2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.AppleThunderboltDPInAdapter            1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController  2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController         2.4.5f3
    com.apple.iokit.IOBluetoothFamily  2.4.5f3
    com.apple.driver.AppleUSBMultitouch       207.7
    com.apple.iokit.IOUSBHIDDriver     4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice        2.6.8
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily 1.6.1
    com.apple.driver.AppleUSBMergeNub       4.2.4
    com.apple.driver.AppleUSBComposite        3.9.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily   2.6.8
    com.apple.driver.AppleThunderboltNHI    1.2.6
    com.apple.iokit.IOThunderboltFamily         1.4.9
    com.apple.iokit.IOUSBUserClient     4.2.4
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IO80211Family       320.1
    com.apple.iokit.IONetworkingFamily           1.10
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOSMBusFamily       1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet     6
    com.apple.driver.DiskImages           289
    com.apple.iokit.IOStorageFamily      1.6.3
    com.apple.driver.AppleACPIPlatform         1.3.6
    com.apple.iokit.IOPCIFamily 2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Interval Since Last Panic Report:  241 sec
    Panics Since Last Report:          4
    Anonymous UUID: 2DD98ED2-47F9-406B-A38B-ED8B9424B7B5
    Tue May 29 11:36:22 2012
    Machine-check capabilities (cpu 5) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0xf200000000000019 valid
      MCA error code:            0x0019
      Model specific error code: 0x0000
      Other information:         0x00000000
      Threshold-based status:    No tracking
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
       Error overflow
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0x0020000000000000 invalid
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 4 caller 0x2aaf41): Machine Check at 0x00279e2d, thread:0x86ea7a8, trapno:0x12, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x83c2ad20, CR3: 0x00100000, CR4: 0x00040660
    EAX: 0x00001000, EBX: 0x056df174, ECX: 0x05168ba0, EDX: 0x00000000
    ESP: 0x61f6b950, EBP: 0x61f6b988, ESI: 0x00b65000, EDI: 0x00000000
    EFL: 0x00000202, EIP: 0x00279e2d
    Backtrace (CPU 4), Frame : Return Address (4 potential args on stack)
    0x57652fb8 : 0x21b837 (0x5dd7fc 0x57652fec 0x223ce1 0x0)
    0x57653008 : 0x2aaf41 (0x59dfe4 0x59e0d1 0x279e2d 0x86ea7a8)
    0x576530f8 : 0x2a29f2 (0x1 0xc383c395 0x2444c705 0x108)
    0x61f6b988 : 0x2739f2 (0x999e720 0xb65000 0x0 0x0)
    0x61f6bb38 : 0x4a9acc (0x8786000 0x0 0x100000 0x19)
    0x61f6bb88 : 0x2d312e (0x8786000 0x0 0x100000 0x9)
    0x61f6bbe8 : 0x2cdaad (0x5c330a60 0x0 0x86904bc 0xf65641)
    0x61f6bc38 : 0x176af08 (0x5c330a60 0x0 0x0 0x100000)
    0x61f6bc88 : 0xf68dea (0x876c800 0x87814e0 0x0 0x100000)
    0x61f6bcb8 : 0xf5fbf1 (0x8b78a54 0x0 0x100000 0x0)
    0x61f6bd28 : 0xf68dea (0x8744400 0x8b78a40 0x0 0x100000)
    0x61f6bd58 : 0x14c60a5 (0x61f6bd94 0x0 0x100000 0x0)
    0x61f6bdb8 : 0x14c83b2 (0x8744800 0x845af9c 0x61f6bdd8 0x2)
    0x61f6bdd8 : 0xec1698 (0x874bb00 0x8738a00 0x0 0xd0)
    0x61f6be08 : 0xec228a (0x873f780 0x8738a00 0x1 0x873dc00)
    0x61f6be28 : 0xeca1dc (0x8738a00 0x8738a00 0x0 0xd0)
    0x61f6be68 : 0xeca33a (0x873dc00 0x8738a00 0x0 0x0)
    0x61f6bea8 : 0xecc4df (0x873dc00 0x8 0x552ed0 0x87393c0)
    0x61f6bf08 : 0xec81fc (0x873dc00 0x61f6bf30 0x1 0x575ed000)
    0x61f6bf28 : 0x552ea6 (0x8739240 0x0 0x0 0x0)
    0x61f6bf88 : 0x552eea (0x87393c0 0x2ab22a 0x61f6bfc8 0x22a90c)
    0x61f6bfc8 : 0x2a179c (0x87393c0 0x0 0x10 0x98b2cc4)
          Kernel Extensions in backtrace (with dependencies):
    com.checkpoint.kext.P4MacFilterScheme(1.0)@0x1766000->0x1775fff
    dependency: com.apple.iokit.IOStorageFamily(1.6.3)@0xf57000
    com.apple.iokit.IOAHCIBlockStorage(1.6.4)@0x14c3000->0x14d6fff
    dependency: com.apple.iokit.IOAHCIFamily(2.0.6)@0xebf000
    dependency: com.apple.iokit.IOStorageFamily(1.6.3)@0xf57000
    com.apple.driver.AppleAHCIPort(2.1.7)@0xec5000->0xed8fff
                dependency: com.apple.iokit.IOAHCIFamily(2.0.6)@0xebf000
    dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x909000
    com.apple.iokit.IOAHCIFamily(2.0.6)@0xebf000->0xec4fff
    com.apple.iokit.IOStorageFamily(1.6.3)@0xf57000->0xf6ffff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 894813686994
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI     4.2.0 (addr 0x13cb000, size 0x65536) - last unloaded 103878408642
    loaded kexts:
    com.zeobit.kext.Firewall        2.0.1
    com.sophos.kext.sav  7.3.0
    com.cisco.nke.ipsec    2.0.3
    com.checkpoint.kext.P4MacFilterScheme   1.0
    com.checkpoint.kext.FDECryptocore           1.0.0d1
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleHWSensor   1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver     1.2.0
    com.apple.driver.AudioAUUC           1.57
    com.apple.driver.AppleHDA 2.0.5f14
    com.apple.driver.AppleMikeyDriver           2.0.5f14
    com.apple.driver.AGPM        100.12.31
    com.apple.driver.IOBluetoothBNEPDriver 2.4.5f3
    com.apple.kext.ATIFramebuffer      6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.iokit.CHUDUtils    364
    com.apple.iokit.CHUDProf    366
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC  1.5.1
    com.apple.driver.AppleGraphicsControl     2.10.6
    com.apple.ATIRadeonX3000           6.3.6
    com.apple.kext.AppleSMCLMU        1.5.2d10
    com.apple.driver.AppleIntelHDGraphics    6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.SMCMotionSensor           3.0.1d2
    com.apple.driver.AppleUSBTCButtons        201.6
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController            303.8
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage           1.6.4
    com.apple.driver.AppleUSBHub      4.2.4
    com.apple.driver.AirPort.Brcm4331           433.11.5
    com.apple.driver.AppleSDXC           1.0.3
    com.apple.iokit.AppleBCM5701Ethernet   3.0.5b8
    com.apple.driver.AppleEFINVRAM  1.4.0
    com.apple.driver.AppleSmartBatteryManager      160.0.0
    com.apple.driver.AppleAHCIPort     2.1.7
    com.apple.driver.AppleFWOHCI      4.7.3
    com.apple.driver.AppleUSBEHCI     4.2.4
    com.apple.driver.AppleACPIButtons           1.3.6
    com.apple.driver.AppleRTC  1.3.1
    com.apple.driver.AppleHPET           1.5
    com.apple.driver.AppleSMBIOS       1.7
    com.apple.driver.AppleACPIEC        1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine        0
    com.apple.nke.applicationfirewall   2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement        142.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice       2.6.8 - last loaded 527142116865
    com.apple.iokit.IOUSBMassStorageClass     2.6.7
    com.apple.driver.AppleProfileReadCounterAction            67
    com.apple.driver.AppleProfileTimestampAction   67
    com.apple.driver.AppleProfileThreadInfoAction   67
    com.apple.driver.AppleProfileRegisterStateAction            67
    com.apple.driver.AppleProfileKEventAction          67
    com.apple.driver.AppleProfileCallstackAction        69
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP           2.0.3
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily         10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily         1.8.3fc2
    com.apple.kext.OSvKernDSPLib      1.3
    com.apple.driver.AppleHDAController        2.0.5f14
    com.apple.iokit.IOHDAFamily           2.0.5f14
    com.apple.iokit.AppleProfileFamily 61
    com.apple.driver.IOPlatformPluginFamily 4.7.0a1
    com.apple.driver.AppleSMBusPCI   1.0.10d0
    com.apple.driver.AppleBacklightExpert     1.0.1
    com.apple.kext.ATI6000Controller 6.3.6
    com.apple.kext.ATISupport  6.3.6
    com.apple.iokit.IONDRVSupport      2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.AppleSMC 3.1.0d5
    com.apple.driver.AppleThunderboltDPInAdapter            1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController  2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController         2.4.5f3
    com.apple.iokit.IOBluetoothFamily  2.4.5f3
    com.apple.driver.AppleUSBMultitouch       207.7
    com.apple.iokit.IOUSBHIDDriver     4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice        2.6.8
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily 1.6.1
    com.apple.driver.AppleUSBMergeNub       4.2.4
    com.apple.driver.AppleUSBComposite        3.9.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily   2.6.8
    com.apple.driver.AppleThunderboltNHI    1.2.6
    com.apple.iokit.IOThunderboltFamily         1.4.9
    com.apple.iokit.IOUSBUserClient     4.2.4
    com.apple.iokit.IO80211Family       320.1
    com.apple.iokit.IONetworkingFamily           1.10
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOSMBusFamily       1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet     6
    com.apple.driver.DiskImages           289
    com.apple.iokit.IOStorageFamily      1.6.3
    com.apple.driver.AppleACPIPlatform         1.3.6
    com.apple.iokit.IOPCIFamily 2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B26, 4 processors, Intel Core i7, 2.4 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS547575A9E384, 698.64 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Microsoft® Nano Transceiver v1.0, 0x045e  (Microsoft Corporation), 0x0773, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: My Passport 0746, 0x1058  (Western Digital Technologies, Inc.), 0x0746, 0xfa130000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 9
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0252, 0xfa120000 / 4
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 2
    Interval Since Last Panic Report:  213 sec
    Panics Since Last Report:          5
    Anonymous UUID: 2DD98ED2-47F9-406B-A38B-ED8B9424B7B5
    Tue May 29 11:45:25 2012
    Machine-check capabilities (cpu 4) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0xb200000000000019 valid
      MCA error code:            0x0019
      Model specific error code: 0x0000
      Other information:         0x00000000
      Threshold-based status:    No tracking
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0x0020000000000000 invalid
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 5 caller 0x2aaf41): Machine Check at 0x01149a81, thread:0x85d67a8, trapno:0x12, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x002fd000, CR3: 0x00100000, CR4: 0x00040660
    EAX: 0x00000031, EBX: 0x01159998, ECX: 0x00000001, EDX: 0x01158ee0
    ESP: 0x61f53cf0, EBP: 0x61f53d48, ESI: 0x00000000, EDI: 0x085a8800
    EFL: 0x00000002, EIP: 0x01149a81
    Backtrace (CPU 5), Frame : Return Address (4 potential args on stack)
    0x576f5fb8 : 0x21b837 (0x5dd7fc 0x576f5fec 0x223ce1 0x0)
    0x576f6008 : 0x2aaf41 (0x59dfe4 0x59e0d1 0x1149a81 0x85d67a8)
    0x576f60f8 : 0x2a29f2 (0x1 0x83c0 0x5 0x0)
    0x61f53d48 : 0x1139ee7 (0x576150a8 0x7 0x85a8800 0x0)
    0x61f53e28 : 0x113b850 (0xffffffff 0x7fffffff 0x0 0x0)
    0x61f53f28 : 0x2ad0c5 (0xffffffff 0x7fffffff 0x6b07 0x5771c000)
    0x61f53f48 : 0x225bba (0x5771c49c 0x80f2e89b 0x7a 0x5771c488)
    0x61f53fa8 : 0x22810b (0x0 0x2280f4 0x0 0xab6a884)
    0x61f53fc8 : 0x2a179c (0x0 0xffffffff 0x10 0xa56e520)
          Kernel Extensions in backtrace (with dependencies):
    com.apple.driver.AppleIntelCPUPowerManagement(142.6.0)@0x1138000->0x115bfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 526715803208
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI     4.2.0 (addr 0x13cb000, size 0x65536) - last unloaded 304149660436
    loaded kexts:
    com.zeobit.kext.Firewall        2.0.1 - last loaded 216198961826
    com.sophos.kext.sav  7.3.0
    com.cisco.nke.ipsec    2.0.3
    com.checkpoint.kext.P4MacFilterScheme   1.0
    com.checkpoint.kext.FDECryptocore           1.0.0d1
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleHWSensor   1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver     1.2.0
    com.apple.driver.AudioAUUC           1.57
    com.apple.driver.AGPM        100.12.31
    com.apple.driver.AppleHDA 2.0.5f14
    com.apple.driver.AppleMikeyDriver           2.0.5f14
    com.apple.kext.ATIFramebuffer      6.3.6
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.driver.SMCMotionSensor           3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.iokit.CHUDUtils    364
    com.apple.iokit.CHUDProf    366
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC  1.5.1
    com.apple.driver.AppleGraphicsControl     2.10.6
    com.apple.kext.AppleSMCLMU        1.5.2d10
    com.apple.ATIRadeonX3000           6.3.6
    com.apple.driver.AppleIntelHDGraphics    6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons        201.6
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController            303.8
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage           1.6.4
    com.apple.driver.AppleFWOHCI      4.7.3
    com.apple.driver.AirPort.Brcm4331           433.11.5
    com.apple.driver.AppleSDXC           1.0.3
    com.apple.iokit.AppleBCM5701Ethernet   3.0.5b8
    com.apple.driver.AppleUSBHub      4.2.4
    com.apple.driver.AppleEFINVRAM  1.4.0
    com.apple.driver.AppleSmartBatteryManager      160.0.0
    com.apple.driver.AppleAHCIPort     2.1.7
    com.apple.driver.AppleACPIButtons           1.3.6
    com.apple.driver.AppleUSBEHCI     4.2.4
    com.apple.driver.AppleRTC  1.3.1
    com.apple.driver.AppleHPET           1.5
    com.apple.driver.AppleSMBIOS       1.7
    com.apple.driver.AppleACPIEC        1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine        0
    com.apple.nke.applicationfirewall   2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement        142.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice       2.6.8
    com.apple.driver.AppleProfileReadCounterAction            67
    com.apple.driver.AppleProfileTimestampAction   67
    com.apple.driver.AppleProfileThreadInfoAction   67
    com.apple.driver.AppleProfileRegisterStateAction            67
    com.apple.driver.AppleProfileKEventAction          67
    com.apple.driver.AppleProfileCallstackAction        69
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOUSBMassStorageClass     2.6.7
    com.apple.iokit.IOFireWireIP           2.0.3
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily         10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily         1.8.3fc2
    com.apple.kext.OSvKernDSPLib      1.3
    com.apple.driver.AppleHDAController        2.0.5f14
    com.apple.iokit.IOHDAFamily           2.0.5f14
    com.apple.iokit.AppleProfileFamily 61
    com.apple.driver.IOPlatformPluginFamily 4.7.0a1
    com.apple.driver.AppleSMBusPCI   1.0.10d0
    com.apple.driver.AppleBacklightExpert     1.0.1
    com.apple.driver.AppleSMC 3.1.0d5
    com.apple.kext.ATI6000Controller 6.3.6
    com.apple.kext.ATISupport  6.3.6
    com.apple.iokit.IONDRVSupport      2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController  2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController         2.4.5f3
    com.apple.iokit.IOBluetoothFamily  2.4.5f3
    com.apple.driver.AppleThunderboltDPInAdapter            1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.1.6
    com.apple.driver.AppleUSBMultitouch       207.7
    com.apple.iokit.IOUSBHIDDriver     4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice        2.6.8
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily 1.6.1
    com.apple.driver.AppleUSBMergeNub       4.2.4
    com.apple.driver.AppleUSBComposite        3.9.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily   2.6.8
    com.apple.driver.AppleThunderboltNHI    1.2.6
    com.apple.iokit.IOThunderboltFamily         1.4.9
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IO80211Family       320.1
    com.apple.iokit.IONetworkingFamily           1.10
    com.apple.iokit.IOUSBUserClient     4.2.4
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.iokit.IOSMBusFamily       1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet     6
    com.apple.driver.DiskImages           289
    com.apple.iokit.IOStorageFamily      1.6.3
    com.apple.driver.AppleACPIPlatform         1.3.6
    com.apple.iokit.IOPCIFamily 2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B26, 4 processors, Intel Core i7, 2.4 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS547575A9E384, 698.64 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: My Passport 0746, 0x1058  (Western Digital Technologies, Inc.), 0x0746, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0252, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Microsoft® Nano Transceiver v1.0, 0x045e  (Microsoft Corporation), 0x0773, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    Interval Since Last Panic Report:  227 sec
    Panics Since Last Report:          6
    Anonymous UUID: 2DD98ED2-47F9-406B-A38B-ED8B9424B7B5
    Tue May 29 13:03:07 2012
    Machine-check capabilities (cpu 7) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0x0020000000000000 invalid
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 1 caller 0x2aaf41): Machine Check at 0x01149a81, thread:0x85d4000, trapno:0x12, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x00779000, CR3: 0x00100000, CR4: 0x00040660
    EAX: 0x00000001, EBX: 0x01159368, ECX: 0x00000001, EDX: 0x01158ee0
    ESP: 0x577d3cf0, EBP: 0x577d3d48, ESI: 0x00000000, EDI: 0x085a8800
    EFL: 0x00000002, EIP: 0x01149a81
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5769ffb8 : 0x21b837 (0x5dd7fc 0x5769ffec 0x223ce1 0x0)
    0x576a0008 : 0x2aaf41 (0x59dfe4 0x59e0d1 0x1149a81 0x85d4000)
    0x576a00f8 : 0x2a29f2 (0x1 0xd3f7d389 0x850fd885 0x2b05)
    0x577d3d48 : 0x1139ee7 (0x575f50a8 0x1 0x85a8800 0x0)
    0x577d3e28 : 0x113b850 (0xffffffff 0x7fffffff 0x0 0x0)
    0x577d3f28 : 0x2ad0c5 (0xffffffff 0x7fffffff 0x0 0x575fe000)
    0x577d3f48 : 0x225bba (0x575fe49c 0x480f2eb5 0x428 0x575fe488)
    0x577d3fa8 : 0x22810b (0x85d4000 0x2280f4 0x0 0x575fe000)
    0x577d3fc8 : 0x2a179c (0x0 0xffffffff 0x10 0x89d8fc0)
          Kernel Extensions in backtrace (with dependencies):
    com.apple.driver.AppleIntelCPUPowerManagement(142.6.0)@0x1138000->0x115bfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 4571389570091
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI     4.2.0 (addr 0x13cb000, size 0x65536) - last unloaded 292955085168
    loaded kexts:
    com.zeobit.kext.Firewall        2.0.1 - last loaded 205146398377
    com.sophos.kext.sav  7.3.0
    com.cisco.nke.ipsec    2.0.3
    com.checkpoint.kext.P4MacFilterScheme   1.0
    com.checkpoint.kext.FDECryptocore           1.0.0d1
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleHWSensor   1.9.3d0
    com.apple.driver.AppleMikeyHIDDriver     1.2.0
    com.apple.driver.AudioAUUC           1.57
    com.apple.driver.AppleMikeyDriver           2.0.5f14
    com.apple.driver.AppleHDA 2.0.5f14
    com.apple.driver.AGPM        100.12.31
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.kext.ATIFramebuffer      6.3.6
    com.apple.driver.AppleIntelHDGraphics    6.3.6
    com.apple.driver.SMCMotionSensor           3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.iokit.CHUDUtils    364
    com.apple.iokit.CHUDProf    366
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC  1.5.1
    com.apple.driver.AppleGraphicsControl     2.10.6
    com.apple.kext.AppleSMCLMU        1.5.2d10
    com.apple.ATIRadeonX3000           6.3.6
    com.apple.driver.AppleIntelSNBGraphicsFB          6.3.6
    com.apple.driver.AppleUSBTCButtons        201.6
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController            303.8
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage           1.6.4
    com.apple.driver.AppleUSBHub      4.2.4
    com.apple.driver.AppleFWOHCI      4.7.3
    com.apple.driver.AirPort.Brcm4331           433.11.5
    com.apple.driver.AppleSDXC           1.0.3
    com.apple.iokit.AppleBCM5701Ethernet   3.0.5b8
    com.apple.driver.AppleEFINVRAM  1.4.0
    com.apple.driver.AppleSmartBatteryManager      160.0.0
    com.apple.driver.AppleAHCIPort     2.1.7
    com.apple.driver.AppleUSBEHCI     4.2.4
    com.apple.driver.AppleACPIButtons           1.3.6
    com.apple.driver.AppleRTC  1.3.1
    com.apple.driver.AppleHPET           1.5
    com.apple.driver.AppleSMBIOS       1.7
    com.apple.driver.AppleACPIEC        1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine        0
    com.apple.nke.applicationfirewall   2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement        142.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice       2.6.8
    com.apple.driver.AppleProfileReadCounterAction            67
    com.apple.driver.AppleProfileTimestampAction   67
    com.apple.driver.AppleProfileThreadInfoAction   67
    com.apple.driver.AppleProfileRegisterStateAction            67
    com.apple.driver.AppleProfileKEventAction          67
    com.apple.driver.AppleProfileCallstackAction        69
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP           2.0.3
    com.apple.iokit.IOSurface     74.2
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily         10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily         1.8.3fc2
    com.apple.kext.OSvKernDSPLib      1.3
    com.apple.driver.AppleHDAController        2.0.5f14
    com.apple.iokit.IOHDAFamily           2.0.5f14
    com.apple.iokit.AppleProfileFamily 61
    com.apple.driver.IOPlatformPluginFamily 4.7.0a1
    com.apple.driver.AppleSMBusPCI   1.0.10d0
    com.apple.driver.AppleBacklightExpert     1.0.1
    com.apple.driver.AppleSMC 3.1.0d5
    com.apple.iokit.IONDRVSupport      2.2.1
    com.apple.kext.ATI6000Controller 6.3.6
    com.apple.kext.ATISupport  6.3.6
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.iokit.IOUSBMassStorageClass     2.6.7
    com.apple.driver.AppleThunderboltDPInAdapter            1.3.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.3.2
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.1.6
    com.apple.driver.BroadcomUSBBluetoothHCIController  2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController         2.4.5f3
    com.apple.iokit.IOBluetoothFamily  2.4.5f3
    com.apple.driver.AppleUSBMultitouch       207.7
    com.apple.iokit.IOUSBHIDDriver     4.2.0
    com.apple.driver.AppleUSBMergeNub       4.2.4
    com.apple.driver.AppleUSBComposite        3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice        2.6.8
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily 1.6.1
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOAHCISerialATAPI 1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily   2.6.8
    com.apple.driver.AppleThunderboltNHI    1.2.6
    com.apple.iokit.IOThunderboltFamily         1.4.9
    com.apple.iokit.IOUSBUserClient     4.2.4
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IO80211Family       320.1
    com.apple.iokit.IONetworkingFamily           1.10
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOSMBusFamily       1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet     6
    com.apple.driver.DiskImages           289
    com.apple.iokit.IOStorageFamily      1.6.3
    com.apple.driver.AppleACPIPlatform         1.3.6
    com.apple.iokit.IOPCIFamily 2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B26, 4 processors, Intel Core i7, 2.4 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS547575A9E384, 698.64 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: My Passport 0746, 0x1058  (Western Digital Technologies, Inc.), 0x0746, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0252, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 9
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Microsoft® Nano Transceiver v1.0, 0x045e  (Microsoft Corporation), 0x0773, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    I didn't even know that i had little Snitch etc!? This is my work Mac and Sophos, Chk Point etc are standard installs by my admin. I installed Mackeeper to help with these issues but unfortunately, it seems that its part of the problem.
    You don't have LS installed.  The immediate culprits are the third party installations that installed these kext's.
    com.zeobit.kext.Firewall 2.0.1
    com.sophos.kext.sav  7.3.0
    com.cisco.nke.ipsec    2.0.3
    com.checkpoint.kext.P4MacFilterScheme   1.0
    com.checkpoint.kext.FDECryptoco
    So MacKeeper is always the first to go (com.zeobit.kext.Firewall).
    Next sophos stuff.
    Then the checkpoint stuff.
    Finally the cisco stuff.
    Booting in safe mode will suppress all this stuff that's quick way to see if one of these is the culprit.

Maybe you are looking for

  • How do I connect an external mic to an iPad 4?

    The Apple product site sells a camera kit / adapter but indicates compatibility only with iPad 1, 2 and 3. I want to connect an external USB mic to my iPad 4. What adapter/connector do I use? Are there other options such as will external mics with ja

  • Sync stuck in a loop?

    I am trying to sync one iCal calendar on two machines via dotMac. I was not getting this to work properly, so exported the contents of my (correct) calendar on my first machine (call it A) and imported it to my calendar on my second machine (call it

  • Can't transfer files to my New iMac!

    Just got by brand spanking new iMac Intel 20" today. I have a iMac G4 flat panel. I started up the new mac, connect it to my old machine through a firewire cable, restarted the old machine into firewire mode (holding down T) and began the process. Ab

  • Libiconv madness

    Gentleones, My nmblookup crashes every time something calls it, and it gripes with this message: Dyld Error Message: Symbol not found: iconvopen Referenced from: /usr/bin/nmblookup Expected in: /usr/local/lib/libiconv.2.dylib My smbd crashes like thi

  • Why is an iOS alert tone called "Minuet" when it isn't?

    Somebody in iOS programming should have had a bit more musical training before naming alert tones after musical forms.The "Minuet" alert tone is NOT a minuet! It's nearer a tango. Minuets are in "3" and the iOS "Minuet" alert tone is in "4." Ouch. Ap