Logical expression( = , =, , ) in read statement

Hi All,
Is it possible to use the logical expressions like (<= , >=, <, >) in the read statement?

While you can only use "=" with the READ statement, you can use the READ statement to position the cursor at the first record you want and then use the LOOP with your operators to get only those records you want (assuming standard tables that have been correctly sorted). This can be very efficient.
There have been many discussion about this in the forums. Please search and you'll see them.
Rob

Similar Messages

  • Can logic pro 8 projects be read on logic express 8?

    I've posted this on the logic pro forum but thought should post it here too:
    So a few weeks ago I went to teach a short one day course in Logic Express 8.... except I've only used Logic Pro 8.....mmmm
    Anyway, with all my projects carefully prepared (without space designers or any non- Express 8 plug-ins) I copied my workshop projects onto the students computers only to find that the .logic file was missing. Eek! The iMacs we were using had Logic express 8 (not pro) on them but for some reason the .logic file was now replaced by a folder - which we figured out was actually the opened package of the logic pro file:
    The folder was always called Lgdoc containing two files: display state & document data
    I've managed to replicate this behaviour on my powerbook which has not got logic 8 installed on it.
    Has anyone else come across this? Has anyone opened a logic pro 8 project in Logic express 8 successfully?
    Is there a way to re-pack a file whose contents are being shown?
    Thanks
    Rounik

    Ok thanks, so I shouldn't have any problem I guess finish the project with logic9. Do u know by any chance if I can have both 8 and 9 running on my Mac?

  • Alert: Logical disk transfer (reads and writes) latency is too high Resolution state

    Hi 
    We are getting following errors for my 2 virtual servers. We are getting this alert continuously. My setup Windows 2008 R2 SP1 2 node Hyper V cluster. Which is hosted 7 guest OS out of am facing this problem with to guest os. Once this alert started
    my backup running slow.  
    Alert: Logical disk transfer (reads and writes) latency  is too high
    Source: E:
    Path: Servername.domain.com
    Last modified by: System
    Last modified time: 4/23/2013 4:15:47 PM Alert description: The threshold for the Logical Disk\Avg. Disk sec/Transfer performance counter has been exceeded.
    Alert view link: "http://server/OperationsManager?DisplayMode=Pivot&AlertID=%7bca891ba3-e9f2-421f-9994-7b4d6e867b33%7d"
    Notification subscription ID generating this message: {F71E01AF-0BE6-8377-7BE5-5CB6F5C037A1}
    Reagrds
    Mahesh

    Hi,
    Please see if following helps
    Disk transfer (reads and writes) latency is too high
    The
    threshold for the Logical Disk\Avg. Disk sec/Transfer performance counter has been exceeded
    If they are of no help, try asking this question in Operations Manager - General forum since alerts are generated by SCOM.
    Regards, Santosh
    I do not represent the organisation I work for, all the opinions expressed here are my own.
    This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • Getting Logic Express 7.2 to read AU Plug-ins

    Hi all,
    I'm running Logic Express 7.2 on a Macbook Pro. I haven't had any problems so far, but recently a friend bought me Amplitube for my birthday and I can't get Logic to acknowledge its presence.
    I installed the AU file, which is sitting in the library/audio/plug-ins folder. I've also used Logic's AU finder to scan my drives for it, but Logic never finds it.
    Anyone have any idea why this is and how to get it to work? Thanks!

    Is Amplitube a Universal Binary? If it's the PPC version it won't be able to work with Logic Express on your MacBook Pro. I don't know if Apple plans on doing anything about this, but unfortunately PPC plug-ins won't run in Rosetta in LE 7.2, although I believe that Logic 7.1 could be run in Rosetta and would support using PPC plug-ins.
    MacBook Black | 2GB RAM | 80 GB   Mac OS X (10.4.7)  

  • Doubts after reading Logic Express 7's manual

    Hello everybody,
    I am sorry to be posting on Logic Express 7 here, but nobody seems to be able to answer my questions that I posted in the respective thread. I only have to ask whether the following are Logic Pro 7 ONLY features:
    1. Customizing the Transport Bar
    2. User definable instrument icons
    3. Glue tool mixdown
    4. Switching on/off the display of channel strip elements (EQ, inserts, sends, etc.)
    5. Pre-fader metering
    6. Input objects
    7. Multichannel audio instruments
    Thanks!
    Here are links to my posts in LE 7 thread and I'd be grateful if anybody with a deep knowledge of the program answers my questions there:
    http://discussions.apple.com/thread.jspa?threadID=1543173&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1541815&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1541124&tstart=0
    Thanks again!
    Message was edited by: Brazeca
    Message was edited by: Brazeca

    Maybe your content DVD is damaged?
    I have had this problem with other software (not Logic) where a CD or DVD is damaged.
    Can you insert it in to another computer? Sometimes a DVD will work fine on one computer, but not another.
    If you can get another Mac to recognize it, you may be able to use Disk Utility to create a disk image of that DVD and move it to your MacPro via a network, or even install it across a network which I've never tried.
    If it is damaged, you'll have to call Apple who I'm sure will send you a replacement. If you're anywhere near an Apple store, take your MacPro and the disks to the genius bar and let them get you running.

  • Logic behind read statement and material

    SORT IT_EKBEF BY EBELN EBELP.
    READ TABLE IT_EKBEF INTO WA_EKBEF
                     WITH KEY EBELN = WA_FINAL-EBELN
                              EBELP = WA_FINAL-EBELP BINARY SEARCH.
    IF SY-SUBRC = 0.
    WA_FINAL-MENGE = WA_EKBEF-MENGE.
    ENDIF.
    the above is my code............
    i am not able to read data frfom inetrnal table to WA_ekbef .......if i am not giving material in the selection screen.......
    If i give material for specific po then i am getting data........Pls solve this problem........
    how this read statement is linked with material........
    any suggetions pls??

    Hi,
    I am fetching data inTO  IT_EKBE..............
    FROM IT_EKBE I AM MOVING TO WA_EKBE.......
    FROM WA_EKBE  I AM MOVING TO IT_EKBEF..............
    THEN I AM USING READ STATEMENT WITH KEYWORDS EBELN, EBELP..........
    BUT WHEN I AM FETCHING IT_EKBE I AM FETCHING DATA BASED ON MATERIAL ALSO.........
    IS THAT THE PROBLEM???

  • Logical expression OR not working

    Hello Experts,
    I am using logical expression 'OR' but the current statement does not seems to work.
    Is my statement correct ?? Is there something else which I can use in place of 'OR'??
    if R1_NO EQ 'X'
        DELETE itab_abapcode from n3 to row_end_event
      or R2_NO EQ 'X'
        delete itab_abapcode from n1 to row_end_perform
      or R3_NO EQ 'X'
        delete itab_abapcode from n2 to row_end_call.
      endif.

    Hi
       I think you should learn more about if statement.
       Usually we use
    if <condition>
             statement
      elseif <condition>
             statement
       else.
             satement
       endif.
    The condition is the whole part, after judge the condition statement, program will process the statement.
    so just change your 'OR' statement into if else.
    if R1_NO EQ 'X'.
      DELETE itab_abapcode from n3 to row_end_event
    elseif R2_NO EQ 'X'
      delete itab_abapcode from n1 to row_end_perform
    elseif R3_NO EQ 'X'
      delete itab_abapcode from n2 to row_end_call.
    endif.

  • Logical Expression

    Hi,
    I have an internal table contains field for logical expression EQ, GE, GT etc.
    I would like to use this logical expression in my ABAP code.
    For example
    READ TABLE INTAB INDEX 1.
    Comparing the value of a and b based on the logical expression from the INTAB.
    How can i achieve this ?
    Thanks.
    Regards,
    Jon

    Hi,
        The required code has to be declared in the Macro defination, it is define between the statement DEFINE and END-OF-DEFINATION, with the help of CASE statement you can code for all the possible Options. Just check the below example.
    DATA : v_aaa TYPE i VALUE 50,
           v_bbb TYPE i VALUE 100.
    TYPES : BEGIN OF ty_ztab,
              field  TYPE c LENGTH 5,
              option TYPE c LENGTH 2,
            END OF ty_ztab.
    DATA : i_ztab  TYPE TABLE OF ty_ztab,
           wa_ztab TYPE ty_ztab.
    DEFINE macro.
      case &1.
        when 'GT'.
          if v_aaa gt v_bbb.
            write :/ v_aaa, 'Greater than', v_bbb.
          else.
            write :/ v_aaa, 'Less than', v_bbb.
          endif.
        when 'EQ'.
          if v_aaa eq v_bbb.
            write :/ 'Equal'.
          endif.
        when 'LT'.
        when 'NE'.
        when others.
      endcase.
    END-OF-DEFINITION.
    START-OF-SELECTION.
      wa_ztab-field = 'abc'.
      wa_ztab-option = 'GT'.
      APPEND wa_ztab TO i_ztab.
      CLEAR : wa_ztab.
      wa_ztab-field = 'cef'.
      wa_ztab-option = 'EQ'.
      APPEND wa_ztab TO i_ztab.
      CLEAR : wa_ztab.
      READ TABLE i_ztab INTO wa_ztab WITH KEY
                        field = 'abc'.
      IF sy-subrc = 0.
        macro wa_ztab-option.
      ENDIF.
    Output will be :-  50 Less than 100, which is written in ELSE condition of the CASE condition GT.
    Regards
    Bala Krishna.

  • Logic Express 9 keeps crashing on start up

    Process:         Logic Express [249]
    Path:            /Applications/Logic Express.app/Contents/MacOS/Logic Express
    Identifier:      com.apple.logic.express
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [126]
    Date/Time:       2013-04-01 12:44:01.928 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          236174 sec
    Crashes Since Last Report:           30
    Per-App Interval Since Last Report:  967846 sec
    Per-App Crashes Since Last Report:   23
    Anonymous UUID:                      4EAA7D80-B610-4140-97C0-EC8BBF8DDE02
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  2
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.logic.express                 0x002df3c0 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2770384
    1   com.apple.logic.express                 0x002e128b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2778267
    2   com.apple.logic.express                 0x002f41c2 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2855890
    3   com.apple.logic.express                 0x0054c1fb std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5313547
    4   com.apple.logic.express                 0x005628e5 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5405429
    5   com.apple.logic.express                 0x0055e3aa std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5387706
    6   com.apple.logic.express                 0x001bef7e std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1589646
    7   com.apple.logic.express                 0x00617a96 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6147238
    8   com.apple.logic.express                 0x00607f78 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6082952
    9   com.apple.logic.express                 0x006e5b45 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6991189
    10  com.apple.AppKit                        0x951dc61e -[NSView _drawRect:clip:] + 3510
    11  com.apple.AppKit                        0x951db2bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600
    12  com.apple.AppKit                        0x951db5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    13  com.apple.AppKit                        0x951db5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    14  com.apple.AppKit                        0x951db5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    15  com.apple.AppKit                        0x951db5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    16  com.apple.AppKit                        0x951d97db -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 711
    17  com.apple.AppKit                        0x951d934f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    18  com.apple.prokit                        0x00fd5a5f -[NSProWindowFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 105
    19  com.apple.AppKit                        0x951d5c96 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    20  com.apple.AppKit                        0x9513684b -[NSView displayIfNeeded] + 818
    21  com.apple.AppKit                        0x950ffb64 -[NSWindow displayIfNeeded] + 204
    22  com.apple.AppKit                        0x950fe5ff -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1085
    23  com.apple.prokit                        0x00faac2c -[NSProWindow(_ProSplash) _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 181
    24  com.apple.AppKit                        0x950fe161 -[NSWindow orderWindow:relativeTo:] + 105
    25  com.apple.prokit                        0x00fcfad1 -[NSProWindow orderWindow:relativeTo:] + 74
    26  com.apple.AppKit                        0x95278739 -[NSWindow orderFront:] + 50
    27  com.apple.logic.express                 0x00709269 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7136377
    28  com.apple.logic.express                 0x0070aa9c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7142572
    29  com.apple.logic.express                 0x0070b9eb std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7146491
    30  com.apple.logic.express                 0x007068d6 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7125734
    31  com.apple.logic.express                 0x005dd84f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5909087
    32  com.apple.AppKit                        0x953534cb -[NSDocumentController _finishOpeningDocument:andShowWindows:] + 77
    33  com.apple.AppKit                        0x95352672 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 1071
    34  com.apple.logic.express                 0x005ff086 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6046358
    35  com.apple.Foundation                    0x918e7db3 _nsnote_callback + 176
    36  com.apple.CoreFoundation                0x947ae763 __CFXNotificationPost + 947
    37  com.apple.CoreFoundation                0x947ae16a _CFXNotificationPostNotification + 186
    38  com.apple.Foundation                    0x918dcc50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    39  com.apple.Foundation                    0x918ea05d -[NSNotificationCenter postNotificationName:object:] + 56
    40  com.apple.AppKit                        0x95137216 -[NSApplication _postDidFinishNotification] + 125
    41  com.apple.AppKit                        0x95137126 -[NSApplication _sendFinishLaunchingNotification] + 74
    42  com.apple.AppKit                        0x9528e339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    43  com.apple.AppKit                        0x9528df59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    44  com.apple.Foundation                    0x9191d1f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    45  com.apple.Foundation                    0x9191cfbc _NSAppleEventManagerGenericHandler + 228
    46  com.apple.AE                            0x916bdf5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    47  com.apple.AE                            0x916bde5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    48  com.apple.AE                            0x916bdd65 aeProcessAppleEvent + 197
    49  com.apple.HIToolbox                     0x95d4b197 AEProcessAppleEvent + 50
    50  com.apple.AppKit                        0x951077d2 _DPSNextEvent + 1420
    51  com.apple.AppKit                        0x95106dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    52  com.apple.AppKit                        0x950c91f3 -[NSApplication run] + 821
    53  com.apple.prokit                        0x00faa3f6 NSProApplicationMain + 326
    54  com.apple.logic.express                 0x0002a545 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93326382 kevent + 10
    1   libSystem.B.dylib                       0x93326a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93325f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93325cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93325781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x933255c6 start_wqthread + 30
    Thread 2 Crashed:
    0   libSystem.B.dylib                       0x9336d0ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x9336cfd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x933e7fb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x93409685 __abort + 136
    4   libSystem.B.dylib                       0x934096f5 abort_report_np + 0
    5   com.apple.logic.express                 0x003dc999 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3808169
    6   libSystem.B.dylib                       0x9336605b _sigtramp + 43
    7   ???                                     0x0000000b 0 + 11
    8   com.apple.music.apps.MAFiles            0x02a6a35f XStreamReadPackets + 271
    9   com.apple.music.apps.MAFiles            0x02a1183b ResolveFile + 38427
    10  ....audio.toolbox.AudioToolbox          0x94604b9a AudioConverterChain::DirectCallInputProc(unsigned long*, unsigned long*, AudioBufferList*, AudioStreamPacketDescription**) + 664
    11  ....audio.toolbox.AudioToolbox          0x945f4271 CodecConverter::CallInputProc(unsigned long&) + 385
    12  ....audio.toolbox.AudioToolbox          0x945f5470 CodecConverter::DecoderFillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 654
    13  ....audio.toolbox.AudioToolbox          0x945c1cfb BufferedAudioConverter::GetInputBytes(unsigned long, unsigned long&, CABufferList const*&) + 161
    14  ....audio.toolbox.AudioToolbox          0x945c1bdd CBRConverter::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 129
    15  ....audio.toolbox.AudioToolbox          0x945c1987 BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 315
    16  ....audio.toolbox.AudioToolbox          0x945c1cfb BufferedAudioConverter::GetInputBytes(unsigned long, unsigned long&, CABufferList const*&) + 161
    17  ....audio.toolbox.AudioToolbox          0x945c5e81 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned long, unsigned long&) + 221
    18  ....audio.toolbox.AudioToolbox          0x945c1987 BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 315
    19  ....audio.toolbox.AudioToolbox          0x945c1cfb BufferedAudioConverter::GetInputBytes(unsigned long, unsigned long&, CABufferList const*&) + 161
    20  ....audio.toolbox.AudioToolbox          0x945c1bdd CBRConverter::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 129
    21  ....audio.toolbox.AudioToolbox          0x945c1987 BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 315
    22  ....audio.toolbox.AudioToolbox          0x945c1aef AudioConverterChain::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 157
    23  ....audio.toolbox.AudioToolbox          0x945c1987 BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 315
    24  ....audio.toolbox.AudioToolbox          0x945c16fc AudioConverterFillComplexBuffer + 268
    25  com.apple.music.apps.MAFiles            0x02a12af9 ResolveFile + 43225
    26  com.apple.music.apps.MAFiles            0x02a1560c ResolveFile + 54252
    27  com.apple.music.apps.MAFiles            0x02a158cd ResolveFile + 54957
    28  com.apple.music.apps.MAFiles            0x02a15901 ResolveFile + 55009
    29  libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    30  libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a15838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a15901 ResolveFile + 55009
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x932ffb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9332d6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9335c5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x910b63ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x910b93dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x910b6cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x910b6571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x910b6488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    9   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x932ffc0e mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore          0x990447f0 MPDelayUntil + 43
    2   ...ple.CoreServices.CarbonCore          0x99054226 Delay + 107
    3   ...opellerheads.rewire.library          0x49a7a7e8 RWPUnregisterDeviceImp + 21574
    4   ...opellerheads.rewire.library          0x49a95a5c RWPUnregisterDeviceImp + 132794
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02acbf7c MD::CallProcessThread1(void*) + 108
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02acbcfc MD::CallProcessThread2(void*) + 124
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ac9bac MD::CallProcessThread15(void*) + 124
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae93a9 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x013700c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x0138e97a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x013712d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x01370ca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x932ffb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9332d6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9335c5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x98fc0b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x98fc08ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x98fe4b8b TimerThread + 97
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 12:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x9331eac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x947cfc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    3   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x9331eac6 select$DARWIN_EXTSN + 10
    1   com.apple.logic.express                 0x00949e17 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 457975
    2   com.apple.logic.express                 0x00595b84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5614996
    3   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    4   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x932ffb4e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x5101e54f NI::GP::HEvent::wait(int) + 79
    2   Maschine.MusicDevice.component          0x52538541 NI::GB::Prehear::WorkThread::run() + 65
    3   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933599c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93359903 usleep$UNIX2003 + 61
    3   Maschine.MusicDevice.component          0x52537627 NI::GB::Prehear::GCThread::run() + 55
    4   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x932ffb4e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x5101e54f NI::GP::HEvent::wait(int) + 79
    2   Maschine.MusicDevice.component          0x529e7797 NI::GB::HW::GBXTimerThread::run() + 199
    3   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x932ffb36 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x51bd5a9e BEngine::SetEngineParThreadProc() + 62
    2   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    4   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x932ffb36 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x51c40ae6 BStreamingEngine::run() + 230
    2   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    4   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x932ffb36 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x51fbfaa0 BBackgroundLoader::run() + 80
    2   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    4   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   com.apple.CoreFoundation                0x947902df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9478f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94795304 CFRunLoopRun + 84
    5   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   com.apple.CoreFoundation                0x947902df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9478f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94795304 CFRunLoopRun + 84
    5   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x932ffb4e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x5101e54f NI::GP::HEvent::wait(int) + 79
    2   Maschine.MusicDevice.component          0x52538541 NI::GB::Prehear::WorkThread::run() + 65
    3   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933599c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93359903 usleep$UNIX2003 + 61
    3   Maschine.MusicDevice.component          0x52537627 NI::GB::Prehear::GCThread::run() + 55
    4   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x932ffb4e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x5101e54f NI::GP::HEvent::wait(int) + 79
    2   Maschine.MusicDevice.component          0x529e7797 NI::GB::HW::GBXTimerThread::run() + 199
    3   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    5   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   com.apple.CoreFoundation                0x947902df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9478f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94795304 CFRunLoopRun + 84
    5   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   com.apple.CoreFoundation                0x947902df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9478f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94795304 CFRunLoopRun + 84
    5   Maschine.MusicDevice.component          0x510254e8 NI::GP::Thread::execute(void*) + 72
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x932ffafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93300267 mach_msg + 68
    2   ...tope.audioplugins.AU.Ozone5          0x63533750 catch_exception_raise + 1344
    3   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    4   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9332d75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x9332f3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...izotope.audioplugins.Ozone5          0x66e6d06d 0x66900000 + 5689453
    4   ...izotope.audioplugins.Ozone5          0x66e75ef7 0x66900000 + 5725943
    5   ...izotope.audioplugins.Ozone5          0x66e37976 0x66900000 + 5470582
    6   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933599c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93359903 usleep$UNIX2003 + 61
    3   ...izotope.audioplugins.Ozone5          0x673368dc PluginCoreCallback + 3280220
    4   ...izotope.audioplugins.Ozone5          0x66e37976 0x66900000 + 5470582
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933599c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93359903 usleep$UNIX2003 + 61
    3   ...izotope.audioplugins.Ozone5          0x673368dc PluginCoreCallback + 3280220
    4   ...izotope.audioplugins.Ozone5          0x66e37976 0x66900000 + 5470582
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x9332daa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x933599c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93359903 usleep$UNIX2003 + 61
    3   ...izotope.audioplugins.Ozone5          0x673368dc PluginCoreCallback + 3280220
    4   ...izotope.audioplugins.Ozone5          0x66e37976 0x66900000 + 5470582
    5   libSystem.B.dylib                       0x9332d259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9332d0de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x93325412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x933259a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x933255c6 start_wqthread + 30
    Thread 2 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x9336cf39  ecx: 0xb028808c  edx: 0x9336d0ee
      edi: 0x69269000  esi: 0xb02880e8  ebp: 0xb02880c8  esp: 0xb028808c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x9336d0ee   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x002df3c0
    Binary Images:
        0x1000 -   0xbbcfff  com.apple.logic.express 9.1.8 (1700.67) <BD6CC535-5E3A-1615-6A98-27296A05B3BD> /Applications/Logic Express.app/Contents/MacOS/Logic Express
      0xe51000 -   0xe6ffef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xe7e000 -   0xe8aff3  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <1B77FF0E-ABF2-ABC4-5D7E-638D56A24C69> /Applications/Logic Express.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
      0xe92000 -   0xec5fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <E8A99468-7726-CCFE-8D26-DDBC9D5E1AC3> /Applications/Logic Express.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudio UnitSupport
      0xed2000 -   0xf03ff3  com.apple.musicaudiodataservices 1.1 (251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Express.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetShar ing
      0xf12000 -   0xf70ff3  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <0075F2D0-7A48-A362-2D49-4FECA5E9DF8E> /Applications/Logic Express.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopMan agement
      0xf86000 -  0x11befff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12c6000 -  0x1340fff  com.apple.music.apps.MACore 9.1.8 (477.58) <8025A098-49AF-AFF3-4B8E-4C30C06123FF> /Applications/Logic Express.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1360000 -  0x13acffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13d1000 -  0x1427ff7  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <448DD823-9EF9-8F88-FFF1-2C7EBD9647B1> /Applications/Logic Express.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x143e000 -  0x1858feb  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <9EBA5689-ECE1-E66B-6A0D-DE3F9C7867E4> /Applications/Logic Express.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a76000 -  0x1b58feb  com.apple.music.apps.OMF 9.1.8 (109.7) <65E724BA-01DB-68E1-9661-E9B96DA76300> /Applications/Logic Express.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b6c000 -  0x21bdfe3  com.apple.music.apps.MADSP 9.1.8 (588.98) <93C7306D-07A8-DED0-C59B-B333A475E6DB> /Applications/Logic Express.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28a2000 -  0x28c3ff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <DB122163-0F15-2E23-16AE-3DCAE41D1870> /Applications/Logic Express.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFile Browser
    0x28cc000 -  0x2945ff7  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <AFAED0FE-A81D-8204-3633-B6DEF6455B8A> /Applications/Logic Express.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoop Browser
    0x2959000 -  0x297aff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <B23133C5-90D1-4B22-7421-375F9374C9EA> /Applications/Logic Express.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSu pport
    0x297f000 -  0x2984ff7  com.apple.music.apps.MAResources 9.1.8 (212.66) <EEB8FFEB-61A3-69E2-D6AC-AB5C7B8337E2> /Applications/Logic Express.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2988000 -  0x29b1fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29c2000 -  0x29d2ff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Express.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistrat ion
    0x29e6000 -  0x2a9cfff  com.apple.music.apps.MAFiles 9.1.8 (144.87) <23D65681-872A-1E6B-91E5-B93643CCB375> /Applications/Logic Express.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ab5000 -  0x2b2dfe3  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6ADDBB03-0D41-4473-AFC3-385EFA574B87> /Applications/Logic Express.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngin e
    0x2b94000 -  0x2b9fff7  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <FEEF1A62-CB87-8FD2-F724-0BB660D63146> /Applications/Logic Express.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2ba3000 -  0x2bb7ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <FAFE71CD-0FC8-69F4-6FEE-9E873D9F5DD5> /Applications/Logic Express.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2bca000 -  0x2c7ffe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2cc5000 -  0x2d61ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Express.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2f98000 -  0x2fcdff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3d96000 -  0x3da3ff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x3db3000 -  0x3dbdff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x3fe3000 -  0x3fe7ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x3fec000 -  0x3ff2ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x42bdb000 - 0x42be3ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Express.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x42e4c000 - 0x42e4eff3  com.apple.music.apps.common.resources 9.1.8 (280.4) <579C1A3C-3636-9A69-185E-819DC01E1083> /Applications/Logic Express.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x42e52000 - 0x42e54ff3  com.apple.music.apps.efx.resources 9.1.8 (280.4) <FB5BBFF8-DF5E-32BC-4F4C-C5A2DA3FB1A6> /Applications/Logic Express.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x42e58000 - 0x42e5aff3  com.apple.music.apps.egt.resources 9.1.8 (280.4) <11B09E42-9FC4-A372-8738-057CAB888671> /Applications/Logic Express.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x42e5e000 - 0x42e60ff3  com.apple.music.apps.emx.resources 9.1.8 (280.4) <A3C65CFE-2BBF-DB8C-D4C8-5950284E44CF> /Applications/Logic Express.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x42e64000 - 0x42e66ff3  com.apple.music.apps.es1.resources 9.1.8 (280.4) <DB1CD8D6-2C8F-32EE-266B-A28C00B2DFB7> /Applications/Logic Express.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x42e6c000 - 0x42fe5ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x43017000 - 0x4341cfe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x43494000 - 0x434b8fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x440a7000 - 0x440a9ff3  com.apple.music.apps.es2.resources 9.1.8 (280.4) <7E91D13E-87CF-0B50-14A7-9B7A1E3D345C> /Applications/Logic Express.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x440ad000 - 0x440afff3  com.apple.music.apps.evb3.resources 9.1.8 (280.4) <068F656F-6CA6-37E9-96F5-1F8E10546A43> /Applications/Logic Express.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x440b3000 - 0x440b5ff3  com.apple.music.apps.evd6.resources 9.1.8 (280.4) <B15F044D-60BB-FD36-6A49-685C7DCA7FB4> /Applications/Logic Express.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x440b9000 - 0x440bbff3  com.apple.music.apps.evoc.resources 9.1.8 (280.4) <E361301A-56EF-FF6C-67E5-AC3D9F15E190> /Applications/Logic Express.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x440bf000 - 0x440c1ff3  com.apple.music.apps.evp88.resources 9.1.8 (280.4) <6E1152B4-E9F3-3F6E-7246-A10456888210> /Applications/Logic Express.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x440c5000 - 0x440c7ff3  com.apple.music.apps.exs24.resources 9.1.8 (280.4) <DC363BF8-D15A-6049-F148-7804EADF7539> /Applications/Logic Express.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x440cb000 - 0x440cdff3  com.apple.music.apps.guitaramp.resources 9.1.8 (280.4) <27F67C33-C9BA-D9CE-DC89-A33A7F674F2C> /Applications/Logic Express.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x440d1000 - 0x440d3ff3  com.apple.music.apps.guitarcontrols.resources 9.1.8 (280.4) <DAD1836E-F4DD-EB95-2F48-A8AF8552D087> /Applications/Logic Express.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x440d7000 - 0x440d9ff3  com.apple.music.apps.mutapdel.resources 9.1.8 (280.4) <555A65F0-E35D-0F5F-76EC-7C83D06C68AB> /Applications/Logic Express.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x440dd000 - 0x440dfff3  com.apple.music.apps.pedalboard.resources 9.1.8 (280.4) <9923C7F7-E681-EE64-06CE-A0C8AABF7E65> /Applications/Logic Express.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x440e3000 - 0x440e5ff3  com.apple.music.apps.revolver.resources 9.1.8 (280.4) <9AE36A7E-5D8F-681C-ABFD-4BCFE5048FF4> /Applications/Logic Express.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x49a6f000 - 0x49acefe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x49aed000 - 0x49b07ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <9571BE66-BDE4-7499-FF79-C3D63D3776E2> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x49b17000 - 0x49d97fcf +se.propellerheads.reason.engine 4.0.1 (4.0.1) <2D6D160A-7962-4783-AD5F-E5C910BD95CC> /Applications/Reason Adapted version 4/Reason Adapted.app/Contents/PlugIns/Reason Engine.plugin/Contents/MacOS/Reason Engine
    0x4ac9e000 - 0x4acdafe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1793) <F30630F0-F731-12D3-3F24-D8C28BCEAED8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x4ace6000 - 0x4acf0ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <F4C1967D-E7E3-CF1E-12DB-184B7AA68C93> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x4f7e6000 - 0x4f7e7ff7  com.apple.textencoding.unicode 2.3 (2.3) <A7D310DB-A5E6-C834-F72F-A66453834CC0> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x50c00000 - 0x536b5fef +Maschine.MusicDevice.component 1.7.2 (R7746) (1.7.2 (R7746), Copyright © 2011 Native Instruments) <AC15DE74-40DD-5688-6BB3-EE0B8265372B> /Library/Audio/Plug-Ins/Components/Maschine.component/Contents/MacOS/Maschine
    0x54a1c000 - 0x54a50fff +se.propellerheads.rex.library 1.7.0 (1.7.0) <7180964B-2D1C-03CC-E266-51DE3EFBAFA6> /Library/Application Support/Native Instruments/Helper/REX Shared Library.bundle/Contents/MacOS/REX Shared Library
    0x59201000 - 0x59258ff7  com.apple.audio.units.CoreAudioAUUI 1.6.1 (1.6.1) <A0B67442-2041-3137-2CC3-609C6044A8FD> /System/Library/Components/CoreAudio.component/Contents/Resources/CoreAudioAUUI .bundle/Contents/MacOS/CoreAudioAUUI
    0x634d6000 - 0x63563ff7 +com.izotope.audioplugins.AU.Ozone5 5.0.3 (5.0.3b745) <83C98D75-50E0-6B93-AE3E-4F2BEF1097BB> /Library/Audio/Plug-Ins/Components/iZOzone5AUHook.component/Contents/MacOS/Plug inHooksAU
    0x66900000 - 0x67537feb +com.izotope.audioplugins.Ozone5 5.0.3 (5.0.3b745) <385A7D06-DFFD-C0C0-5440-CE7A80B51431> /Library/Audio/Plug-Ins/Components/iZOzone5AUHook.component/Contents/Resources/ iZOzone5.bundle/Contents/MacOS/iZOzone5
    0x69402000 - 0x695e8fef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9002bff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x9002c000 - 0x90036fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9003e000 - 0x900dbfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x900dc000 - 0x90153ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90154000 - 0x9021ffef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90290000 - 0x90292ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90293000 - 0x9029fff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x902a0000 - 0x9031dff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9031e000 - 0x90329ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9032a000 - 0x9037afe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9037b000 - 0x9037bff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x9037c000 - 0x9038afe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x9038b000 - 0x9038bff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9038c000 - 0x903b2ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x903f7000 - 0x903feff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x903ff000 - 0x90403ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x904b5000 - 0x905e2ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x905e3000 - 0x905fffe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90906000 - 0x909b2fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x909b3000 - 0x909c0fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x909c1000 - 0x909c7fff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90a15000 - 0x90a55ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90a56000 - 0x90a78fef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90a79000 - 0x90ab1ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90ab2000 - 0x90ad1fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <7236668D-1D61-0ED8-9F22-35DBBF661175> /usr/lib/libexpat.1.dylib
    0x90ad2000 - 0x90b28ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x90b29000 - 0x90c06fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x90c07000 - 0x90c37ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90c38000 - 0x90dbafe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x90dbb000 - 0x90dc9ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90e1e000 - 0x90e99fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91010000 - 0x91090feb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91091000 - 0x91094ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91095000 - 0x91095ff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91096000 - 0x91110fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91111000 - 0x91562fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x916ba000 - 0x916edff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91821000 - 0x9182bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91834000 - 0x9186ffe7  com.apple.DebugSymbols 1.1 (70) <84F54FE1-A0E8-9A5B-DC47-21999D6F5EF5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x91870000 - 0x91880ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x91881000 - 0x918d1ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x918d2000 - 0x91b43fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91b44000 - 0x91e3efef  com.apple.QuickTime 7.6.6 (1793) <4DA006F6-08A5-7674-AA8C-A29943927B9D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91e3f000 - 0x92d92ffb  com.apple.QuickTimeComponents.component 7.6.6 (1793) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92d93000 - 0x9324eff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9324f000 - 0x932fcfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x932ff000 - 0x934a6ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93586000 - 0x93589fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93591000 - 0x935d2ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93614000 - 0x93756ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93757000 - 0x9379bff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9379c000 - 0x93858fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-73

    I have finally solved the problem. Do not use melodyne with LOGIC 8 it will not work! To run both on the same machine the melodyne rewire files must be removed from application support.

  • Logic Express 7 crashes before files finish loading + crash report?!!

    Hi I'm a newbie!
    And I'm going crazy here. Hope someone can help me. Was trying to get into a studio to work on this track in 2 days time.
    I'm running LE7(vers 7.1.1) and started a song that had about 3 Garriton Personal Orchestra(GPO) sounds alongside some EXS sounds. It started crashing quite a bit. Screen was freezing, crashed when I tried to play the song etc.
    Now when I try to load the song, Logic starts loading the EXS files then pauses at one particular file(PS-11 wav). It continues to successfully load the GPO files,leaving just the last PS-11 wav to be found but then a notice appears saying 'sample not found' and the whole thing shuts down leaving just the desktop on the screen, even if LE7 was running prior to that. It opens other songs as normal.
    I've checked - Library/Application Support/Logic/Sampler Instruments the exs folder IS in there
    I checked - Library/Application Support/Logic/EXS Factory Samples and the wav file (and all other PS-11 wavs) were not in there. So I found them and put them back(was that correct thing to do?).
    I rebooted .... and still same problem. I've been looking on the forum for others clues but to no joy.
    All this stuff does facinate me but I desperately need to get on with the track.
    Would this crash report help to clarify? Somebody. Please... Help!
    from crash reporter
    Host Name: sdb-powerbook-g4-12
    Date/Time: 2007-11-11 15:12:09.286 +0000
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Logic Express
    Path: /Applications/Logic Express.app/Contents/MacOS/Logic Express
    Parent: WindowServer [58]
    Version: 7.1.1 (7.1.1(886))
    Build Version: 5
    Project Name: LogicExpressUpdate
    Source Version: 1020000
    PID: 200
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 ...estra.MusicDevice.component 0x1278e528 strcpy + 8
    1 ...estra.MusicDevice.component 0x12913ce4 QuerySearchDialog::DoIt(BString&) + 136
    2 ...estra.MusicDevice.component 0x128a36b4 BZone::SetSample(BFileName const&, BFileName const&, BSamplePool*, bool, int, ProgressDialog*, bool, bool, long, bool) + 2196
    3 ...estra.MusicDevice.component 0x128a4620 BZone::PrsSetSample(BChainedList<BPrsVTag>&, unsigned short, BSamplePool*, BFileName&, short, bool, int, ProgressDialog*, bool) + 1480
    4 ...estra.MusicDevice.component 0x12803c28 PrsSetVTagList + 568
    5 ...estra.MusicDevice.component 0x127f2158 yyparse + 2248
    6 ...estra.MusicDevice.component 0x12801060 BParser::ReadPatchFromMemory(void*, int, int, bool) + 1256
    7 ...estra.MusicDevice.component 0x1281b824 BEngine::LoadPatchMem(void*, int) + 432
    8 ...estra.MusicDevice.component 0x128655d8 BEngine::setChunk(NI::GP::MemoryStream&, bool) + 432
    9 ...estra.MusicDevice.component 0x127b0470 NI::AB::InterfaceAU::setChunk(NI::GP::MemoryStream&, bool) + 140
    10 ...estra.MusicDevice.component 0x127afb5c NI::AB::InterfaceAU::RestoreState(void const*) + 208
    11 ...estra.MusicDevice.component 0x1279980c AUBase::DispatchSetProperty(unsigned long, unsigned long, unsigned long, void const*, unsigned long) + 1056
    12 ...estra.MusicDevice.component 0x12795f9c AUBase::ComponentEntryDispatch(ComponentParameters*, AUBase*) + 660
    13 ...estra.MusicDevice.component 0x12798020 MusicDeviceBase::ComponentEntryDispatch(ComponentParameters*, MusicDeviceBase*) + 256
    14 ...estra.MusicDevice.component 0x12936690 NIAudioUnitSynthEntry + 344
    15 ...ple.CoreServices.CarbonCore 0x90bddbd4 CallComponent + 260
    16 ...apple.audio.units.AudioUnit 0x942f6644 AudioUnitSetProperty + 56
    17 com.apple.logic.express 0x005b9200 0x1000 + 5997056
    18 com.apple.logic.express 0x002d9008 0x1000 + 2981896
    19 com.apple.logic.express 0x002da35c 0x1000 + 2986844
    20 com.apple.logic.express 0x002e1edc 0x1000 + 3018460
    21 com.apple.logic.express 0x002e20e4 0x1000 + 3018980
    22 com.apple.logic.express 0x002e24a8 0x1000 + 3019944
    23 com.apple.logic.express 0x002e2718 0x1000 + 3020568
    24 com.apple.logic.express 0x00168fe4 0x1000 + 1474532
    25 com.apple.logic.express 0x002eea3c 0x1000 + 3070524
    26 com.apple.logic.express 0x000b47b4 0x1000 + 735156
    27 com.apple.logic.express 0x0009faf0 0x1000 + 649968
    28 com.apple.logic.express 0x001f0af0 0x1000 + 2030320
    29 com.apple.logic.express 0x001f1214 0x1000 + 2032148
    30 com.apple.logic.express 0x001f9b5c 0x1000 + 2067292
    31 com.apple.logic.express 0x001f9c0c 0x1000 + 2067468
    32 com.apple.logic.express 0x001ffd18 0x1000 + 2092312
    33 com.apple.logic.express 0x00200988 0x1000 + 2095496
    34 com.apple.logic.express 0x000e1b98 0x1000 + 920472
    35 com.apple.HIToolbox 0x93297934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    36 com.apple.HIToolbox 0x9329708c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    37 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget + 40
    38 com.apple.HIToolbox 0x933167e8 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 380
    39 com.apple.HIToolbox 0x93346694 SendMenuItemSelectedEvent + 136
    40 com.apple.HIToolbox 0x9334659c FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 144
    41 com.apple.HIToolbox 0x9332da48 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 404
    42 com.apple.HIToolbox 0x9332d530 MenuSelect + 100
    43 com.apple.HIToolbox 0x933297a4 HandleMouseEvent(OpaqueEventRef*) + 84
    44 com.apple.HIToolbox 0x9332d4b8 StandardMenuBarEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 56
    45 com.apple.HIToolbox 0x93297934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    46 com.apple.HIToolbox 0x9329708c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    47 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget + 40
    48 com.apple.HIToolbox 0x9348d3f0 HandleMouseEvent(OpaqueEventRef*) + 388
    49 com.apple.HIToolbox 0x9329e1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    50 com.apple.HIToolbox 0x93297b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    51 com.apple.HIToolbox 0x9329708c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    52 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget + 40
    53 com.apple.HIToolbox 0x932dec04 ToolboxEventDispatcher + 92
    54 com.apple.HIToolbox 0x932deb90 HLTBEventDispatcher + 16
    55 com.apple.HIToolbox 0x932dd148 RunApplicationEventLoop + 148
    56 com.apple.logic.express 0x001f6930 0x1000 + 2054448
    57 com.apple.logic.express 0x000a1f84 0x1000 + 659332
    58 com.apple.logic.express 0x000058ec 0x1000 + 18668
    59 com.apple.logic.express 0x0000571c 0x1000 + 18204
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145863c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914583dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 com.apple.audio.CoreAudio 0x91469794 CAGuard::WaitFor(unsigned long long) + 204
    3 com.apple.audio.CoreAudio 0x914696a4 CAGuard::WaitUntil(unsigned long long) + 304
    4 com.apple.audio.CoreAudio 0x914678e8 HP_IOThread::WorkLoop() + 852
    5 com.apple.audio.CoreAudio 0x91467580 HPIOThread::ThreadEntry(HPIOThread*) + 16
    6 com.apple.audio.CoreAudio 0x914583dc CAPThread::Entry(CAPThread*) + 96
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c4b8 semaphorewaittrap + 8
    1 libSystem.B.dylib 0x90030ed0 pthreadcondwait + 516
    2 com.apple.logic.express 0x0057b950 0x1000 + 5744976
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf8410 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90c003ac TimerThread + 60
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.audio.midi.CoreMIDI 0x96d7fac8 XServerMachPort::ReceiveMessage(int&, void*, int&) + 84
    3 com.apple.audio.midi.CoreMIDI 0x96d72c80 MIDIInPortThread::Run() + 64
    4 com.apple.audio.midi.CoreMIDI 0x96d76f44 XThread::RunHelper(void*) + 28
    5 com.apple.audio.midi.CoreMIDI 0x96d8087c CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9004a6e8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x92bf95dc +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x9381aa10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000001278e528 srr1: 0x000000000000d930 vrsave: 0x0000000000000000
    cr: 0x44022244 xer: 0x0000000000000007 lr: 0x0000000012913ce4 ctr: 0x000000009000b340
    r0: 0x0000000012913cb0 r1: 0x00000000bfffd3e0 r2: 0x00000000bfffd437 r3: 0x00000000bfffd438
    r4: 0x00000000ffffffff r5: 0x00000000000009f7 r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000024022282
    r12: 0x000000009000b340 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000001
    r16: 0x0000000000000001 r17: 0x0000000000000000 r18: 0x0000000012ac2e5c r19: 0x0000000000000001
    r20: 0x0000000000000000 r21: 0x0000000000000001 r22: 0x00000000bfffd870 r23: 0x00000000bfffe214
    r24: 0x0000000015b50020 r25: 0x0000000000000000 r26: 0x0000000000000000 r27: 0x0000000000000000
    r28: 0x0000000012913c80 r29: 0x000000007ce5da31 r30: 0x00000000bfffd6a8 r31: 0x0000000013808c00
    Binary Images Description:
    0x1000 - 0x6cdfff com.apple.logic.express 7.1.1 (7.1.1(886)) /Applications/Logic Express.app/Contents/MacOS/Logic Express
    0xd7f000 - 0xd9efff com.apple.prokit.TigerPanels 4.0.1 (689.2) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/TigerPa nels.bundle/Contents/MacOS/TigerPanels
    0xfaa000 - 0xfabfff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x1d89000 - 0x1d98fff com.apple.reslib 1.1.1 /Applications/Logic Express.app/Contents/Resources/EGT.res/Contents/MacOS/EGT
    0x1dcb000 - 0x1ddbfff com.apple.reslib 1.6.1 /Applications/Logic Express.app/Contents/Resources/EMX.res/Contents/MacOS/EMX
    0x1ea9000 - 0x1eb8fff com.apple.reslib 1.6.0 /Applications/Logic Express.app/Contents/Resources/ES1.res/Contents/MacOS/ES1
    0x1f1c000 - 0x1f2bfff com.apple.reslib 1.6.0 /Applications/Logic Express.app/Contents/Resources/EVD6.res/Contents/MacOS/EVD6
    0x62e3000 - 0x62f6fff com.apple.reslib 1.12.9 /Applications/Logic Express.app/Contents/Resources/EFX.res/Contents/MacOS/EFX
    0x68ae000 - 0x68befff com.apple.reslib 1.6.1 /Applications/Logic Express.app/Contents/Resources/EXS24.res/Contents/MacOS/EXS24
    0xa160000 - 0xa1c9fff com.apple.AppleIntermediateCodec 1.0.1 (124) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xa368000 - 0xa3e1fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xabef000 - 0xabf0fff com.apple.MIDIDevicePlugIn.CS-32 1.00 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0xabf9000 - 0xabfafff com.apple.MIDIDevicePlugIn.TranzPort 2.31 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0xaf9f000 - 0xafa1fff com.apple.MIDIDevicePlugIn.FW-1884 1.20a1 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0xafd1000 - 0xafd5fff com.apple.MIDIDevicePlugIn.Logic Control 2.31 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0xafe5000 - 0xafe7fff com.apple.MIDIDevicePlugIn.microKONTROL 1.00 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0xaff1000 - 0xaff2fff com.apple.MIDIDevicePlugIn.US-2400 1.0.0 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0xb114000 - 0xb114fff com.apple.MIDIDevicePlugIn.US-428 1.00 /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x10000000 - 0x100d2fff com.apple.AECore 1.1.1 /Applications/Logic Express.app/Contents/Frameworks/AECore.framework/Versions/A/AECore
    0x11000000 - 0x1105cfff com.apple.LoopCore 1.1.1 /Applications/Logic Express.app/Contents/Frameworks/LoopCore.framework/Versions/A/LoopCore
    0x12000000 - 0x1201bfff com.apple.DfSearchEngineWrapper 1.1.1 /Applications/Logic Express.app/Contents/Frameworks/DfSearchEngineWrapper.framework/Versions/A/DfSe archEngineWrapper
    0x12783000 - 0x12a26fff Garritan Personal Orchestra.MusicDevice.component 1.1.8.004 (1.1.8, Copyright © 2005 Native-Instruments) /Library/Audio/Plug-Ins/Components/PersonalOrchestra.component/Contents/MacOS/P ersonalOrchestra
    0x20000000 - 0x20056fff com.apple.LogicLoopBrowser 1.0 (1.6) /Applications/Logic Express.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoop Browser
    0x41840000 - 0x41866fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a35fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd3fff com.apple.CFNetwork 4.0 (129.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f38000 - 0x91f57fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af2000 - 0x92b7afff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f13000 - 0x92f31fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3c000 - 0x92f96fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb4000 - 0x92fb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb6000 - 0x92fcafff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe2000 - 0x92ff2fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffe000 - 0x93013fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93025000 - 0x930acfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c0000 - 0x930cbfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d5000 - 0x93102fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311c000 - 0x9312bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93137000 - 0x9319dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931ce000 - 0x9321dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324b000 - 0x93268fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327a000 - 0x93287fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93290000 - 0x9359efff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ee000 - 0x936fafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93773000 - 0x93773fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93775000 - 0x93da8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94135000 - 0x941a7fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x942a4fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f6000 - 0x942f6fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f8000 - 0x944b8fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94502000 - 0x9453ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94547000 - 0x94597fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a0000 - 0x945bafff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945ca000 - 0x945eafff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94627000 - 0x9466cfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9478b000 - 0x9479afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a2000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f5000 - 0x9480efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94815000 - 0x94b34fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c18000 - 0x94c89fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94dfe000 - 0x94f2efff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc0000 - 0x94fcffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd7000 - 0x95004fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500b000 - 0x9501bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9501f000 - 0x9504efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9505e000 - 0x9507bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9546d000 - 0x9546dfff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9546f000 - 0x954f2fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x9551f000 - 0x95565fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x96096000 - 0x96098fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96445000 - 0x965d4fff com.apple.prokit 4.0.1 (689.2) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96d72000 - 0x96db1fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x97199000 - 0x971b8fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x979be000 - 0x979cbfff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98df5000 - 0x999bbfff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99c14000 - 0x99c18fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99ea0000 - 0x99f6dfff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    and from consol log
    Mac OS X Version 10.4.10 (Build 8R218)
    2007-11-11 15:09:17 +0000
    2007-11-11 15:09:18.954 SystemUIServer[79] lang is:en
    Nov 11 15:12:12 sdb-powerbook-g4-12 crashdump[207]: Logic Express crashed
    Nov 11 15:12:14 sdb-powerbook-g4-12 crashdump[207]: crash report written to: /Users/sdb/Library/Logs/CrashReporter/Logic Express.crash.log
    2007-11-11 15:12:49.215 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.481 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.485 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.488 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.491 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.500 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.503 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.506 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.509 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.538 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.542 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.545 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.548 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.551 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.555 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.559 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.562 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.567 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.570 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.573 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.576 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.579 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.582 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.585 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.595 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'
    2007-11-11 15:12:50.598 SyndicationAgent[209] WARNING: BestCalendarDateFromString - can't interpret: 'Sun 11 Nov 2007 04:26:11 -800'

    Hi Rob
    I've had exactly the same problem as you. Since installing the ProKit 5.1 update Logic Pro 7 just crashes on attempting to start the application.
    Now I know we all should upgrade to Logic Pro 9 but some of us just dont have the cash. This wasnt even mentioned on the Apple site at all, no warnings, no mention that it only works with Logic 8 & 9.
    I'm really annoyed and angry now since I've lost 2 days of work thanks to this. And it feels like Apple is operating like Microsoft in the way they want to bleed money out of everyone. A simple warning to users of Logic 7 would have been nice.
    So to conclude, Rob - I really feel for you. I know your pain. And trust me, I'm not going to take it lying down. A warning should have been issued. I expected this type of issue from the migration from OS9 to OSX years ago but not from OSX to another OSX!

  • Logical expression bui

    I need to build in my apex abblication (4.1) an easy user interface (graphics would be better) to build a logical expression.
    ie. ((A AND B) OR C) AND (D OR E)
    The user should be able to select from a list the "objects" (A, B, C,D,E)  and the operators (,AND,OR,) .. etc.
    Also, the user should be able to easily modify the expression without having to type in values manually.
    Thanks for any help or suggestion.
    saverio

    Cool.
    On second thought you might not even need AJAx, as you can generate al objects on page load. No need for asynchronous calls. To get you started, check this example in my demo app: http://apex.oracle.com/pls/apex/f?p=vincentdeelen26
    What you need to do:
    load following js files an function in your page HTML header:
      <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
      <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
    <script>
      $(function() {
        $( ".draggable" ).draggable();
       $( "#P26_LOGICALEXPRESSION" ).droppable({
          drop: function( event, ui ) {
            $( this )
              .addClass( "ui-state-highlight" )
              .find( "p" )
                .html( "Dropped!" );
    </script>
    (Don't forget to replace "P26_LOGICALEXPRESSION"  for your own page item)
    The list of objects is a classic report with query:
    select '<div class="draggable"><span>'||column_name||'</span></div>' as "OBJECTS"
    from   user_tab_columns
    where  table_name = 'EMP'
    Note that I select a div with class 'draggable' around each column name. This class draggable is called in the jQuery function to make the elements draggable.
    What you need to do next is find a way to read the value of the dragged element and store that in the page item, and submit the thing to the database.
    Ow and add some draggable elemens for your operators, off course. These can be simple divs that you create in a HTML region.
    Regards,
    Vincent

  • Logic Express 7 on intel mac

         I just purchased an intel mac and have installed Logic Express 7 on it.  I cannot get it to record audio (states "audio disabled") and it won't respond to midi commands.  Everything basic about the program seems to be up and running besides this.  As I've never used this program I'm not sure if I'm doing something wrong in the set up or if the program won't run on my intel mac. Garageband 09 works immediately for me upon opening, as does Soundtrack 3.  Am I missing something or do I have to upgrade?  Thank you much for your assistance.     

    It seems that the Mini behaves well in general terms, but as mentioned by Mike Conelly in this post, under certain special circumstances, the computer "seems to choke when there were a bunch of plugs on the same track, performance was much better when I only had 10 short on each track instead of 15. This may improve some of the results already reported if you left 15 running on the first track, feel free to double check your results if you think it will make a difference on your box".
    Comparing his benchmarks to others listed in the forum, is really encouraging.
    I understand that LE is a lot less resource consuming than LP, so probably I'll end buying one soon. If so, I'll post my results. At this time, my iBook is collapsing when using two or three software instruments with big chords...
    Last but not least, I'll always have the freeze feature to save CPU...
    Thanks again!

  • Logic Express 8 won't open

    Just bought a new copy of Logic Express 8. Have installed twice, but the app will not open. Crashes after only a couple of seconds of the bouncing icon.
    I tried firing up my Yamaha GO46 interface, thinking maybe it wanted to see an input. Got all my audio/MIDI configured, ready to go. Nothing helped.
    I have Cubase LE installed and it runs fine. I wanted to improve my DAW, but an app that won't open is no improvement.
    The crash report gave me this info:
    Date/Time: 2009-01-08 14:19:05.066 -0500
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Logic Express
    Path: /Applications/Logic Express.app/Contents/MacOS/Logic Express
    Parent: WindowServer [71]
    Version: 8.0.2 (1502.22)
    Build Version: 13
    Project Name: Logic
    Source Version: 15022200
    PID: 1514
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0024510e
    Thread 0 Crashed:
    0 <<00000000>> 0xa0000906 gThemeParts + 422
    1 <<00000000>> 0x02aff1fc 0 + 45085180
    2 <<00000000>> 0x02aff124 0 + 45084964
    3 <<00000000>> 0x02aff027 0 + 45084711
    4 com.apple.CoreGraphics 0x9ef2024c CPSRegisterWithServer + 984
    5 com.apple.HIServices 0x917e7cc6 RegisterProcess + 63
    6 com.apple.HIServices 0x917e7b55 INIT_Processes + 140
    7 com.apple.HIServices 0x918180b6 ProcessManagerLazyInitialization + 26
    8 com.apple.HIServices 0x917e7aa6 GetCurrentProcess + 18
    9 com.apple.HIToolbox 0x9f40de79 GetSystemUIMode + 61
    10 com.apple.HIToolbox 0x9f40de06 IsMenuBarVisible + 40
    11 com.apple.AppKit 0x92139fef _NSInitializeAppContext + 58
    12 com.apple.AppKit 0x92139a80 -[NSApplication init] + 748
    13 com.apple.AppKit 0x921394ec +[NSApplication sharedApplication] + 163
    14 com.apple.prokit 0x9001e15e NSProApplicationMain + 239
    15 com.apple.logic.express 0x00003142 0x1000 + 8514
    16 com.apple.logic.express 0x00003069 0x1000 + 8297
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x0024510e ebx: 0x02afff49 ecx: 0x00000000 edx: 0x02afff5d
    edi: 0x00000028 esi: 0xbffff6d8 ebp: 0xbffff5c8 esp: 0xbffff59c
    ss: 0x0000001f efl: 0x00010202 eip: 0xa0000906 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    I can provide the rest of the report if needed.
    Any ideas what the deal is?

    It sounds like an issue with the core audio.
    When you start logic, hold down the ctrl button and choose no when the option to load the core audio appears. Logic should open.
    You need to configure the audio settings in the audio/midi setup utility found in the application\utility folder.
    By default, I think the input is set to the inbuilt microphone - you need to change it to your audio hardware which you use (make sure it's connected and turned on). You also need to make sure your audio hardware is turned on and connected to your computer before you open logic in future.
    Hope it helps.

  • Logic Express & Tascam FW-1884

    Hi all. Does anyone know why some of the key combinations described by Apple in the Logic Express Control Surfaces document do not work?
    Specifically, Apple clearly states that SET + IN on the FW-1884 sets the IN point. This doesn't work.
    Off the top of my head, CLR SOLO & ALL SAFE don't work either.
    Why is that so? Which FW-1884 unit did they have when they wrote this?
    Thanks.

    I am also having similar issues. There are several buttons on the console that do not respond, even after repeated installation of the drivers and software. I am sorry I cannot help, but I wanted you to know that it's not just you! I have been limping by without some of the functionality that I gladly paid for, but I am not happy that it is crippled this way.
    Just for the record, I cannot use the CLEAR SOLO/F4 function, I cannot set IN/OUT points with the 1884, nor can I adjust the CHANNEL EQ HIGH or HIGH-MID without holding the SHIFT key in conjuction with the LOW-MID or LOW EQ buttons. Is this what you are having issue with?

  • Upgrade Logic Express 9 from Logic Audio 5 (Big Box)

    Hi,
    I am trying to install Logic Express 9 Upgrade (the version to upgrade from Logic Express 6, 7 or 8 or Logic Audio 5 or 6 / Big Box) on my Mac. The installer asks me for my old serial number to upgrade - when I plug in my XSKey which I got with the Big Box (Logic Audio 5) I get an error message that my XSKey is not eligible for the upgrade.
    I already tried the XSKey updater, tried installing the latest XSKey driver and also installed Logic Audio 6 to check the authorization of my XSKey. It clearly states that my XSKey is authorized for Logic Audio 5 (not for 6 though).
    When checking on a Windows-PC it states that it is authorized for both the Windows and Mac version of Logic Audio 5. Since I don't have an academic or other NFR-edition of Logic Audio 5 I should really be eligible for that upgrade, right?
    Any suggestions on how to install the upgrade?
    Thank you,
    johannes.

    I called Apple regarding this issue that Monday and after sorting out the usual pitfalls while upgrading (as I mentioned Academic/NFR-Versions) they asked me to mail in my XSKey because I should have been able to upgrade.
    Today Apple sent me a replacement serial number for Logic Express 9 and everything is up and running now. Many thanks to Apple Professional Applications Support!
    Best regards,
    johannes.

Maybe you are looking for

  • New laptop can't find the driver software for my ipod. What should I do?

    Previously I've used a family member's computer to sync their songs onto my iPod. We have very different tastes in music so I was excited to finally get my own songs on here. I now own my own laptop and have installed the most recent iTunes. However,

  • Slow delete on a table with one CLOB column

    Hi, I have a table which has one CLOB column and even if I delete one row from it, it takes approx. 16 seconds. Since UNDO isn't generated for CLOBs (at least not in the UNDO tablespace), I can't figure out why this is so? The CLOB has defined a RETE

  • Named Queries and Null parameters

    I am trying to use null values in the where clause of named query. I have a named query defined in my Workbench (Toplink 9.0.4) and the where claus looks like this. WHERE PERSON.LAST_NAME=#lastName If a pass in a value for lastName, say "Jones", Topl

  • I am having issues with iWeb where my slide shows aren't displaying when I upload to Yahoo. Any thoughts?.

    I created this site using iWeb 3.0.4, and everything works great when I publish to a folder on my desktop. I have tried to upload the site to a Yahoo server using the FTP app inside iWeb as well as fethch, and neither one is sucessful at loading corr

  • 0HR_PT_2 doesn't extract InfoType 2010

    Hi, I'm trying to extract HR infotype 2010 into BW. But it returns me only annual leave, etc. Is there any special customizing, etc for this ? Regards, Yigit