Duplicate entries in loop browser

Have just bought a new iMac and running GB '08. When I moved my old loops over from my old machine via an external hard drive, I now have duplicate entries of all the loops in the browser. Any ideas on a fix?

so next question: where do i find the factory loops that are in gb if i want to delete them?
http://www.bulletsandbones.com/GB/GBFAQ.html#looplocation
or is that even possible?
as long as you reindex the browser to get rid of the links to them.
if i now want to bring in some of my own loops from the other computer, do i need to trash the indexes again and drag the new loops in
as long as they're not dupes, no.
or can i just drag them in now?
yes

Similar Messages

  • Counting the duplicate entries without looping itab.

    Hi ,
    I want to count the duplicate entries in  itab without looping
    the itab.
    can any one help me....

    If you just want to know the number of duplicate entries:
    DATA:
      zlt_itab1 TYPE ....
      zlt_itab2 LIKE itab1,
      zlv_lines TYPE i,
    *-Copy table
    zlt_itab2 = zlt_itab1
    *-Sort on field to count duplicates:
    SORT zlt_itab2 BY <field for counting duplicates>
    *-Total number of lines:
    zlv_lines = LINES( zlt_itab2).
    *-Remove duplicates:
    DELETE ADJACENT DUPLICATES FROM zlt_itab2.
    *-Calculate number of duplicates:
    zlv_lines = zlv_lines - LINES(zlt_itab1).
    Regards,
    John.

  • To eliminate the duplicate entries while looping into final internal table

    Hi friends,
    IAam facing the follwoing problem.
    Get Shipment for the Delivery number
          SELECT tknum
                 vbeln
                 INTO TABLE lt_vttp
                 FROM vttp
                 FOR ALL ENTRIES IN lt_vbfa
                 WHERE vbeln = lt_vbfa-vbelv.
        IF sy-subrc EQ 0.
          SELECT vbeln kunnr
                 FROM likp
                 INTO TABLE lt_likp
                 FOR ALL ENTRIES IN lt_vttp
                 WHERE vbeln = lt_vttp-vbeln.
      endif.
    now iam my internal table lt_vttp i have following values
       shipment             delivery
          1000                  2000
          1000                 2001
    in my internal table lt_likp i have the follwoing values
          delivery              shipto
           2000                  ABC
           2001                  ABC
    now iam looping those values in a final internal table.
      LOOP AT lt_likp INTO ls_likp.
        CHECK sy-subrc EQ 0.
         READ TABLE lt_vttp INTO ls_vttp WITH KEY vbeln = ls_likp-vbeln BINARY SEARCH.
        CHECK sy-subrc EQ 0.
             SELECT SINGLE * FROM vttk INTO ls_vttk
                    WHERE tknum = ls_vttp-tknum.
                  CHECK sy-subrc EQ 0.
                APPEND ls_vttk TO lt_vttk.
       endloop.
    Now my problem is if the shipment is same and the shipto is same then need to eliminate the duplicate records.
            in internal table iam getting 2records with same shipment and shipto combination.
           but instead if both the shipment and shipto are same then i should elimate the duplicate entries.
    and for the same shipment if i have differnt shipto then i neeed those 2 value.
    can any body tell me how can i get that.
    Regards
    Priyanka.

    Hi Priyanka,
    In your code you are using seelct statement inside the loop which will affect the performance.
    So, declare a another internal table which contains your both shipment and shipto elements with other required fields, say the name is lt_new.
    sort lt_new by shipment shipto.
    delete adjacent duplicates from lt_new comparing shipment shipto.
    "then use for all entries to choose values from VTTK.
    Hope this helps you.
    Regards,
    Manoj Kumar P

  • Re indexing issues in Apple Loop Browser (LP 9.0.2 / OSX 10.6.1 / Digi 002r

    I'm trying to re index my loop browser in LP9 / OSX10.6.1
    Are you having the same problem?
    After trashing the 'Apple Loop Index', I pull in a folder from an external drive and notice that previous folders added to my browser have gone, including Jam Packs.
    Also, I can't find the 're-index' option within the loop browser search option (right click brings down a list but the re-index option isn't there)
    Interested to see whet you find.

    Yep, I also had issues, where indexing the LP8 way (dragging folders with loops from the Finder onto the Logic loop browser) just bluffed to work (I dropped the folder on the LB, a progress window appeared, things apparently got done, but then nothing, no new entries in the Loop Browser.
    So it seems that it is a L9 problem, since our Macs' are different in every aspect (Me: PPC- you: Intel, me: Leopard- you: Snow Leopard).
    I finally decided to put all my loops in their default install locations and reindex them from there:
    *Library/Audio/Apple Loops/Apple:*
    Jam Pack 4 - Symphony Orchestra
    Jam Pack Voices
    Jam Pack World Music
    *Library/Audio/Apple Loops/iLife Sound Effects:*
    (13 folders)
    *Library/Audio/Apple Loops/User Loops:*
    (some folders with my own and 3rd party Loops)
    *Library/Application Support/Garageband/Apple Loops:*
    Apple Loops for Garageband
    Jam Pack 3- Rythm Section
    for thorough reindexing, here are the steps:
    1. Quit Logic and/or any other app that uses Apple Loops.
    2. Go to all the locations I pointed out and trash all the index files from the *Apple Loops Index* folders. Also check the same locations in your Users/'you'/Library folder.
    3. Start Logic with a new empty project, open the loop browser window by hitting the o key. Now drag the folders mentioned above in bold onto your loop browser. Logic should now index them correctly, including the foldermenu !http://farm3.static.flickr.com/2743/4085966954bf4fc039d7o.png! in the loop browser.
    regards, Erik.

  • Can the loop browser be modified with ones own way of sorting loops

    It has become a burdeon and very difficult to work effectively with GB3 loops. Can i somehow name the different categories my own way! like electric guitars distorted, elec gtrs riffs,
    changing the name of these NONHELPFUL categories to suit my own HD arranged loops. In using this loop browser it takes so much time to find what im looking for and this could i think be made easier if i could make my own categories in the browser. Im asking for too much arent i?
    do all of you use the favorites?
    that would be too cumbersome also.
    no way around all this overwhelming amounts of sounds loops fonts. How do you all arrange this in an orderly fashion or do you just use ten basic instruments/loops?
    would like to hear from you all

    Do you really have only one copy of each? Do a Finder/Spotlight search. There are several places where the loops could show up:
    - the general Library/Audio folder
    - the user Library/Audio folder
    - the general Library/Application Support folder
    - the User Library/Application Support folder
    Did you install over an old version of GB? That might explain the duplicate loops. And the "single" loops that were either part of your old installation and not of GB3 or vice versa.
    In order to repair that, you should trash the duplicate loops and the content of the Loops Index folder and then drag the remaining loops into the loop browser.

  • Loops appear twice in the loop browser. Huh?

    I just installed iLife '06 and have been "messing around" with the various programmes. One thing I noticed was that exactly the same loops appear twice in the loop browser. Not all loops are doubled, which is obviously what is confusing me. Is this normal (not my confusion!!)?
    I've checked the folder in the library and each loop is only available once, but GarageBand insists on having two of quite a number of loops. Any tips would be greatly appreciated, as I haven't found any way to delete just one of the loops (deleting the file obviously deletes both . . .)
    Thanks in advance,
    Steve
    G5 Dual 2.3, G4 Powerbook   Mac OS X (10.4.3)  

    Do you really have only one copy of each? Do a Finder/Spotlight search. There are several places where the loops could show up:
    - the general Library/Audio folder
    - the user Library/Audio folder
    - the general Library/Application Support folder
    - the User Library/Application Support folder
    Did you install over an old version of GB? That might explain the duplicate loops. And the "single" loops that were either part of your old installation and not of GB3 or vice versa.
    In order to repair that, you should trash the duplicate loops and the content of the Loops Index folder and then drag the remaining loops into the loop browser.

  • My loop browser is playing loops that arent on the Hard drive!??!???!

    I have 60's shuffle drummer 01 02 03 etc that i threw out a long time ago. I just repaired perms, repaired disk. Now
    i have these loops in the browser and they play
    but i do not ( ive looked everywhere ) have them on my computer's HD. Isnt it absolute that what is played in the browser must be on the HD somewhere?
    This is the strangest thing that has happened?
    any clues?
    any???

    thanks so much... for your time and expertise.
    1-I want to organize the loop browser so that if i want lets say only electric guitar solo loops or just drum fill loops I could bring all those up in the browser where it says show all ( in the very left column) and they would appear in the same amount ( minus those in 3/4 or 6/8) as they are in the subfolder in the Apple loops HD folder. Thats the first concern i have.
    2-i am not really really sure that every loop i have in my HD (lib>audio>apple loops folder is actually listed in the loop browser. I bought several different third party loops and some have odd names and so forth all in all i must have 6 thousand loops or more...Id like to make sure that they are all indexed properly. Id like to start from scratch. So as not to get duplicate problems etc etc. I would feed the route Hard drive initially free of any loops from an external HD with the loops and re drag the loops in their respective folders onto the HD and then the browser and reindex them so that im sure im doing it right.
    thats the goal. I would ofcourse trash the index document before i do this.
    I understand with prefs unchecked (no filter) the only loops that wont be showing will be those with different time signatures.
    Now, in my newly made HD loop folder ill have subfolders with loops for electric guitars, acoustic guitars, drum kits, drum fills, etc. etc
    What im asking therefore is if i have subfolders with more specific loops in them is it just a matter of dragging each sub folder over the browser and when i go to the browser to search them, I would simply have to click on the very left column where it gives you the options show all etc..
    and i should see the loops in each of these subfolders (minus the different time signature loops) as they are on the Hard Drive?
    i found that Jam Pack 4 orchestral is only loadable if you do it in small amounts. It will not take the whole folder and index. ( thats my experience ).
    So are these feats possible and can i do them the way ive stated it so far?
    now the catch and the problem im having here is that the loops have been assigned different instruments genres that conflict with what i would like. I am not going to go in and change all of them to suit me in APPLE SOUND UTILITY.
    i just want to know they are all indexed and that i can grab them with the above method. do let me know
    i thank you so much.
    gl

  • Crash on Initializing Loop Browser ... Please Help !!!

    *My Logic Pro 8 crash on startup when Initializing Loop Browser ...*
    *Please HELP ME !*
    *Thanks !*
    Date/Time: 2008-07-28 14:08:08.037 +0200
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Logic Pro
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Parent: WindowServer [71]
    Version: 8.0.2 (1502.22)
    Build Version: 9
    Project Name: Logic
    Source Version: 15022200
    PID: 4035
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.logic.pro 0x004239af 0x1000 + 4336047
    1 com.apple.logic.pro 0x00429b2f 0x1000 + 4361007
    2 com.apple.logic.pro 0x00423b80 0x1000 + 4336512
    3 com.apple.logic.pro 0x002e4c2f 0x1000 + 3030063
    4 com.apple.logic.pro 0x002e6203 0x1000 + 3035651
    5 com.apple.logic.pro 0x003fb3a4 0x1000 + 4170660
    6 com.apple.logic.pro 0x003f1e78 0x1000 + 4132472
    7 com.apple.logic.pro 0x0001220f 0x1000 + 70159
    8 com.apple.logic.pro 0x0019d797 0x1000 + 1689495
    9 com.apple.logic.pro 0x005436f7 0x1000 + 5514999
    10 com.apple.AppKit 0x93353df3 -[NSWindow sendEvent:] + 5279
    11 com.apple.prokit 0x95e1de74 -[NSProWindow sendEvent:] + 268
    12 com.apple.AppKit 0x93345d8c -[NSApplication sendEvent:] + 5023
    13 com.apple.logic.pro 0x004df8a6 0x1000 + 5105830
    14 com.apple.logic.pro 0x004d968e 0x1000 + 5080718
    15 com.apple.logic.pro 0x004df87e 0x1000 + 5105790
    16 com.apple.AppKit 0x932708e7 -[NSApplication run] + 547
    17 com.apple.prokit 0x95dfb1b3 NSProApplicationMain + 324
    18 com.apple.logic.pro 0x00003942 0x1000 + 10562
    19 com.apple.logic.pro 0x00003869 0x1000 + 10345
    Thread 1:
    0 libSystem.B.dylib 0x90037b57 machwaituntil + 7
    1 libSystem.B.dylib 0x9003a222 usleep + 82
    2 ...ess-music.virus_ti.util.hal 0x19ff4724 PGOSXDevice::threadRun() + 396
    3 ...ess-music.virus_ti.util.hal 0x19fe13e1 OSXUserThread::entry(void*) + 25
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083e100 CFRunLoopRun + 60
    3 com.apple.DVCPROHDMuxer 0x1a4ea0fb AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x91469356 HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91469171 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284f2fc -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x9334dcb4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x927f939c forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.logic.pro 0x00660d34 0x1000 + 6683956
    2 com.apple.logic.pro 0x00660dfb 0x1000 + 6684155
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.logic.pro 0x00660d34 0x1000 + 6683956
    2 com.apple.logic.pro 0x00660dfb 0x1000 + 6684155
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x00000000 ecx: 0x00000000 edx: 0x00000000
    edi: 0x00000000 esi: 0x00000001 ebp: 0xbffff5e8 esp: 0xbffff5d0
    ss: 0x0000001f efl: 0x00010246 eip: 0x004239af cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x104afff com.apple.logic.pro 8.0.2 (1502.22) /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x17c1000 - 0x17defff com.apple.XSKey 1.0.0 (52.4) /Applications/Logic Pro.app/Contents/Frameworks/XSKey.framework/Versions/A/XSKey
    0x17ed000 - 0x17effff com.apple.XLogicImages 1.0.0 (117.4) /Applications/Logic Pro.app/Contents/Frameworks/XLogicImages.framework/Versions/A/XLogicImages
    0x2008000 - 0x201efff com.apple.XAudioUnits 1.0.0 (91.7) /Applications/Logic Pro.app/Contents/Frameworks/XAudioUnits.framework/Versions/A/XAudioUnits
    0x202d000 - 0x2058fff MusicAudioDataServices /Applications/Logic Pro.app/Contents/Frameworks/MusicAudioDataServices.framework/Versions/A/MusicAu dioDataServices
    0x206d000 - 0x2078fff libaafintp.dylib /Applications/Logic Pro.app/Contents/Frameworks/libaafintp.dylib
    0x2087000 - 0x20a0fff com.apple.EHardwareSupport 1.0.0 (163.5) /Applications/Logic Pro.app/Contents/Frameworks/EHardwareSupport.framework/Versions/A/EHardwareSupp ort
    0x20ab000 - 0x20c6fff com.apple.LogicFileBrowser 1.0.0 (126.7) /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x20d8000 - 0x20e7fff com.apple.AERegistration 1.2 (72) /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2205000 - 0x22a3fff com.apple.eloop 3.1.0 (100.4) /Applications/Logic Pro.app/Contents/Frameworks/ELoop.framework/Versions/A/ELoop
    0x2341000 - 0x23aefff com.apple.LogicLoopBrowser 7.2 (117.4) /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x23de000 - 0x2430fff libaafpgapi.dylib /Applications/Logic Pro.app/Contents/Frameworks/libaafpgapi.dylib
    0x2463000 - 0x2667fff libcom-api.dylib /Applications/Logic Pro.app/Contents/Frameworks/libcom-api.dylib
    0x2989000 - 0x2a10fff com.apple.ecore 1.1.0 (291.7) /Applications/Logic Pro.app/Contents/Frameworks/ECore.framework/Versions/A/ECore
    0x2a6d000 - 0x2aebfff com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x2b48000 - 0x2b4ffff com.apple.AEProfiling 1.2 (18) /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2ecb000 - 0x2eeefff com.apple.prokit.TigerPanels 4.5 (722) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/TigerPa nels.bundle/Contents/MacOS/TigerPanels
    0x19fbb000 - 0x19fbbfff com.plaxo.ABPlugin ??? (1.0) /Library/InputManagers/PlaxoABAddIn/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABA ddIn
    0x19fe0000 - 0x19ffbfff de.access-music.virus_ti.util.hal ??? (1.4.0) /Library/Audio/Plug-Ins/HAL/de.access-music.virusti.plugin/Contents/MacOS/de.access-music.virusti
    0x1a04d000 - 0x1a0a3fff com.apple.DVCPROHDAudio 1.3 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x1a0da000 - 0x1a0dffff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1a223000 - 0x1a226fff com.apple.LiveType.component 2.1.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1a22b000 - 0x1a290fff com.apple.LiveType.framework 2.1.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1a2b8000 - 0x1a32afff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1a338000 - 0x1a388fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x1a39a000 - 0x1a43afff net.sourceforge.webcam-osx.common 0.9.1 /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x1a4d8000 - 0x1a522fff com.apple.DVCPROHDMuxer 1.3 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1bd13000 - 0x1bd1bfff com.apple.proapps.mrcheckpro 1.4 (202) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1bd43000 - 0x1bd5ffff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1bd66000 - 0x1bd8afff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1bf05000 - 0x1c05efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c08a000 - 0x1c1fcfff com.apple.GeForceFXGLDriver 1.4.56 (4.5.6) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x1c423000 - 0x1c425fff com.apple.gal_common 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1c42c000 - 0x1c42efff com.apple.gal_ebp 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1c446000 - 0x1c448fff com.apple.gal_egt 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1c479000 - 0x1c47bfff com.apple.gal_es1 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1cdbf000 - 0x1cdc5fff com.apple.gal_anvil 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1cebe000 - 0x1cec7fff com.apple.gal_efx 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1d0e4000 - 0x1d0ebfff com.apple.gal_efx2 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/efx2.res/Contents/MacOS/efx2
    0x1d2dd000 - 0x1d2e0fff com.apple.gal_emx 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1d3aa000 - 0x1d3adfff com.apple.gal_es2 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1d448000 - 0x1d44bfff com.apple.gal_esp 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1d4c8000 - 0x1d4cafff com.apple.gal_esu 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/esu.res/Contents/MacOS/esu
    0x1d51d000 - 0x1d520fff com.apple.gal_evb3 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1d5b0000 - 0x1d5b2fff com.apple.gal_evd6 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1d61a000 - 0x1d61dfff com.apple.gal_evoc 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1d710000 - 0x1d712fff com.apple.gal_evp88 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1d863000 - 0x1d866fff com.apple.gal_exs24 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1d8de000 - 0x1d8e1fff com.apple.gal_mutapdel 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1d923000 - 0x1d929fff com.apple.gal_revolver 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1db00000 - 0x1db03fff com.apple.gal_sphere 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x8e92c000 - 0x8e96afff com.apple.CoreMediaIOServicesPrivate 9.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x8efb9000 - 0x8efe3fff com.apple.CoreMediaPrivate 9.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.5 (861) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90460000 - 0x90506fff com.apple.QTKit 7.5 (861) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b26000 - 0x92b3dfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b48000 - 0x92ba0fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb4000 - 0x92bb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb6000 - 0x92bc6fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd5000 - 0x92bddfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be3000 - 0x92be9fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bef000 - 0x92c80fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c94000 - 0x92c98fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9b000 - 0x92cb9fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccb000 - 0x92cd1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd7000 - 0x92d3afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d61000 - 0x92da2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc9000 - 0x92dd7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dde000 - 0x92de3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de8000 - 0x930ddfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e3000 - 0x931eefff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f3000 - 0x9320efff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325e000 - 0x9325efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93260000 - 0x93916fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c97000 - 0x93d12fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4b000 - 0x93e04fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e47000 - 0x93e47fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e49000 - 0x9400afff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94050000 - 0x94091fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94099000 - 0x940d3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d8000 - 0x940eefff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94135000 - 0x9417dfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94282000 - 0x94291fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94298000 - 0x942a3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942ef000 - 0x94309fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430f000 - 0x94627fff com.apple.QuickTime 7.5.0 (861) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947ad000 - 0x948f3fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497f000 - 0x9498efff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94995000 - 0x949befff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c4000 - 0x949d3fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d7000 - 0x949fcfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a08000 - 0x94a25fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94aca000 - 0x94acafff com.apple.DiscRecording 3.2.0 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94acc000 - 0x94b4afff com.apple.DiscRecordingEngine 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94b7a000 - 0x94bbcfff com.apple.DiscRecordingContent 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x9586d000 - 0x958f5fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95a54000 - 0x95a56fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95ddd000 - 0x95f76fff com.apple.prokit 4.5 (722) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x966fb000 - 0x96731fff com.apple.audio.midi.CoreMIDI 1.5.1 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x96b04000 - 0x96b04fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9707e000 - 0x97155fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97170000 - 0x97171fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97173000 - 0x97178fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97516000 - 0x9752afff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x9848f000 - 0x99487fff com.apple.QuickTimeComponents.component 7.5 (861) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9fb14000 - 0x9ff69fff com.apple.CoreGraphics 1.258.78 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 5 GB
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 1, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 2, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 667 MHz
    Network Service: Ethernet integrata 1, Ethernet, en0
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-1
    Serial ATA Device: WDC WD2500AAJS-41RYA0, 232.89 GB
    Serial ATA Device: WDC WD3200AAJS-00B4A0, 298.09 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A, 7.22 GB
    USB Device: Keyboard Hub, Apple, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 100 mA
    USB Device: USB2.0 Storage Device, Cypress Semiconductor, Up to 480 Mb/sec, 500 mA
    USB Device: Virus TI, Access Music, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: iP5300, Canon, Up to 12 Mb/sec, 500 mA
    USB Device: iLok, iLok, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: built-in_hub, unknown_value, Unknown
    FireWire Device: 0x101800, 0xA35, Up to 800 Mb/sec
    FireWire Device: PowerCore/FW, TC Electronic A/S, Up to 400 Mb/sec
    FireWire Device: LaCie 1394 Disk drive LUN 0, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: LaCie 1394 Disk drive LUN 0, LaCie Group SA, Up to 400 Mb/sec

    Found this on another website! Hours of searching!
    Hope this works!
    I thought I'd share this, in case it helps someone else. I have Logic Studio 9.1.1, but it seems to work on Logic 8 as well.
    The problem: When launching Logic, it would hang or crash at "Initializing Loop Browser". I had to force quit, and then go into the Activity Monitor and force quit the LogicPro process.
    A temporary fix was as follows: (This is a permanent fix for some users.)
    1. Go to the Applications folder
    2. CTRL + click (or right click) on the Logic application
    3. Select "Show Package Contents"
    4. Go to Frameworks/LogicLoopBrowser.framework
    5. Move "bomread" and the "LogicLoopBrowser" alias to the desktop
    6. Launch Logic
    7. Move "bomread" and the "LogicLoopBrowser" alias back into the LogicLoopBrowser.framework folder
    In my case, I had to do this every time I launched Logic. IF you have the same experience, here's the permanent fix:
    1. Go to ~/Library/Preferences/com.apple.logic.pro.plist (where "~" is your user name). This is your Logic preferences file.
    2. Copy this file and save it to your desktop.
    3. Find com.apple.logic.pro.cs in the same folder
    4. Copy and save to desktop. This is your control surface preferences file.
    5. Go to the Applications folder
    6. CTRL + click (or right click) on the GarageBand application
    7. Select "Show Package Contents"
    8. Go to Contents/MacOS and copy "bomread" there
    9. Find Logic's version of "bomread" using my temporary fix instructions
    10. Paste the GarageBand "bomread" over the Logic "bomread"
    11. Open Logic. This first time, it will take a few minutes.
    12. Close Logic.
    13. Put your saved preference files back into their original locations, which will involve replacing newly created, default preference files.
    Logic should now launch without problems. Good luck!

  • Delete Duplicate entries in itab

    Dear Experts,
    My code is Below. my requirement is all the work area fields are modify comparing matnr.
    but i am use append duplicates entris allowed.only possible to modify.
    loop at it_ekpo into wa_ekpo.
    read table it_ekpo3 into wa_ekpo3 with key matnr = wa_ekpo-matnr.
    if sy-subrc = 0.
    wa_ekpo-matnr = wa_ekpo3-matnr.
    wa_ekpo-menge = wa_ekpo3-menge.---->count field
    modify it_ekpo from wa_ekpo.
    endif.
    endloop.
    sort it_ekpo.
    DELETE adjacent DUPLICATES FROM it_ekpo comparing matnr.
    (Duplicates entry is not working) so modify is changed.
    reference:   -
    >it_ekpo  in this way
    ebeln      matnr   menge    ecp
    10           lo45       1          iiii
    10           l045       1          uuy
    10           lo77       1          hhj
    13           li12.       1          jhjh     [mainly i join one itab ibn it_ekpo]
    reference------>it_ekpo3.
    ebeln      matnr     menge
    10           lo45        2
    10           lo77        1
    13           li12         1
    my final output is --->it_ekpo          in this way.
    ebeln      matnr   menge    ecp
    10           lo45       2          iiii
    10           lo77       1          hhj
    13           li12.       1          jhjh      
    <removed_by_moderator>
    regards,
    raj.
    Edited by: Julius Bussche on Dec 11, 2008 5:30 PM

    sort it_ekpo by matnr.
    not
    sort it_ekpo.

  • Validating Duplicate Entries In itab

    Hi All
       How to approach for restricting duplicate entries in the Database?
    The scene is that I've to enter some data in a table control . and while saving, I've to check whether the same entry already exists in the database or not.
    How to approach for this? Awaiting your valuable response.
    Thanks in advance
    Pradipta

    Hai Mishra
    DELETE ADJACENT DUPLICATES FROM itab.
    Additions
    1. ... COMPARING f1 f2 ...
    2. ... COMPARING ALL FIELDS
    Effect
    Deletes neighboring, duplicate entries from the internal table itab . If there are n duplicate entries, the first entry is retained and the other n - 1 entries are deleted.
    Two lines are considered to be duplicated if their default keys match.
    The return code value is set as follows:
    SY-SUBRC = 0 At least one duplicate exists, at least one entry deleted.
    SY_SUBRC = 4 No duplicates exist, no entry deleted.
    Addition 1
    ... COMPARING f1 f2 ...
    Effect
    Two lines of the internal table itab are considered to be duplicates if the specified fields f1 , f2 , .... match.
    Addition 2
    ... COMPARING ALL FIELDS
    Effect
    Two lines are considered to be duplicates if all fields of the table entries match.
    Notes
    The DELETE ADJACENT DUPLICATES statement is especially useful if the internal table itab is sorted by fields (whether in ascending or descending order) which were compared during duplicate determination. In this case, the deletion of neighbouring duplicates is the same as the deletion of all duplicates.
    If a comparison criterion is only known at runtime, it can be specified dynamically as the content of a field name by using COMPARING ... (name) ... . If name is blank at runtime, the comparison criterion is ignored. If name contains an invalid component name, a runtime error occurs.
    Comparison criteria - statistically or dynamically specified - can be further restriced by specifying the offset and/or length.
    Note
    Performance
    Deleting a line from an internal table incurs index maintenance costs which depend on the index of the line to be deleted. The runtime depends on the line width of the table.
    For example, deleting a line in the middle of an internal table with 200 entries requires about 10 msn (standardized microseconds).
    Deleting a range of entries with " DELETE itab FROM idx1 TO idx2. " deleting a set of entries with " DELETE itab WHERE ... " only incur index maintenance costs once. Compared with a LOOP , which deletes line-by-line, this is much faster.
    To delete neighboring, duplicate entries from an internal table, use the variant " DELETE ADJACENT DUPLICATES FROM itab. " instead of LOOP constructions.
    Thanks & regards
    Sreeni

  • Restrict duplicate entry

    how to restrict duplicate entries to be entered in a table control...
    thanx,
    naveen vishal

    hi..
    after ur PAI table control loop, write another module.
    in tht u can declare one temporary int table and copy the original int table to the temp table.
    then sort this new internal table and delete adjacent duplicates comparing your key fields.
    if sy-subrc = 0.
    give some error msg.
    else.
    do nothing..
    endif.
    hope this helps...
    regards,
    naveen

  • Duplicate entry check in Tb control with 6 same fields

    actualy i have made a table control with six same fields.
    batch1      batch2     batch3    batch4        batch5           batch6
    the data type of all fields is same.
    i want to assign a check for duplicate entries.
    the value entered in batch1 (say bgp000001). then it cannot be entered in any row or column of table control.that means this value bgp000001 cannot be entered again in entire table control.
    although i have been able to create a validation for table control current line.
    In PAI
    loop at i_packcase.
    FIELD I_PACKCASE-batch1 MODULE CHECK_CRTNO1_0107.
        FIELD I_PACKCASE-batch2 MODULE CHECK_CRTNO2_0107.
        FIELD I_PACKCASE-batch3 MODULE CHECK_CRTNO3_0107.
        FIELD I_PACKCASE-batch4 MODULE CHECK_CRTNO4_0107.
        FIELD I_PACKCASE-batch5 MODULE CHECK_CRTNO5_0107.
        FIELD I_PACKCASE-batch6 MODULE CHECK_CRTNO6_0107 .
    endloop.
    corresponding modules are coded as below:
    there is no check in field-batch1( as this is the first entry in table contrl)
    module check_crtno2_0107 input.
    if i_packcase-batch2 eq i_packcase-batch1.
       message v_duplicate type 'E' display like 'I'.
    endif.
    endmodule.
    module check_crtno3_0107 input.
    if i_packcase-batch3 eq i_packcase-batch2
            or i_packcase-batch3 eq i_packcase-batch1.
            concatenate 'CASE'  i_packcase-batch3
            ' ALREADY ENTERED' into v_duplicate.
            message v_duplicate type 'E' display like 'I'.
    endif.
    endmodule.
    similarly field-batch6 is checked against all previous 5 fields
    this works only for current line of table control.
    *now i want to extend this check to all lines of table control.

    Hi,
    Save the entries of each row and column into an internal table containing one field (fieldx)  the required data type. Delete adjacaent duplicates for the internal table. If successful, give error message as required.
    Loop at i_packcase.
    itab-fieldx = i_packcase-batch1.
    append itab.
    itab-fieldx = i_packcase-batch2.
    append itab.
    itab-fieldx = i_packcase-batch3.
    append itab.
    itab-fieldx = i_packcase-batch4.
    append itab.
    itab-fieldx = i_packcase-batch5.
    append itab.
    itab-fieldx = i_packcase-batch6.
    append itab.
    endloop.
    delete adjacent duplicates from itab comparing fieldx.
    if sy-subrc eq 0.
    ****appropriate error message****
    endif.
    Regards,
    Konda Sravanthi.

  • Short dumop in J2I5 (provide duplicate entry in Standard table)

    Hello Expert ,
                              We have a problem in  T.Code J2I5  ( Excise Register Extraction) input entry is lelect Excise group 20 . and a date   from 04.08.09 onwards. and select the register RG23D . it shows the run time error  ( Eg The ABAP/4 Open SQL array insert results in duplicate database record ) .  but in the standard Tcode is there possible to provide duplicate entry in Standard table
    Thaks & regards
    Aditya Kr Tripathi

    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          29.01.2010 10:57:09
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    problem occurs in this code :
       assign I_RG23D_TAB-I_RG23D_TYP to <x_rg23dtyp> casting.
       <x_extrctdata> = <x_rg23dtyp>.
        class CL_ABAP_CONTAINER_UTILITIES definition load.
        call method CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
          EXPORTING
            IM_VALUE               = i_rg23d_tab-i_rg23d_typ
          IMPORTING
            EX_CONTAINER           = i_report_tab-extrctdata
          EXCEPTIONS
            ILLEGAL_PARAMETER_TYPE = 1
            others                 = 2.
       I_REPORT_TAB-EXTRCTDATA = I_RG23D_TAB-I_RG23D_TYP.
        COMPUTE I_REPORT_TAB-EXTRCTLNGT = STRLEN( I_REPORT_TAB-EXTRCTDATA ).
        APPEND I_REPORT_TAB.
      ENDLOOP.
      IF M_EXTRACTED = 'X'.
        LOOP AT I_RG23D_KEY.
          DELETE
          FROM  J_2IEXTRCT
          WHERE BUDAT    = I_RG23D_KEY-BUDAT
          AND   SERIALNO = I_RG23D_KEY-SERIALNO
          AND   REGISTER = I_RG23D_KEY-REGISTER
          AND   EXGRP    = I_RG23D_KEY-EXGRP.
        ENDLOOP.
      ENDIF.
    Control table check here for data Extraction
      INSERT J_2IEXTRCT FROM TABLE I_REPORT_TAB.
    If the insertion of the extract table is successfull then the table
    for Extraction is Inserted
      IF SY-SUBRC EQ 0.
        PERFORM FILL_EXTDT USING C_RG23D M_EXTRACTED.
      ENDIF.
    ENDFORM.                                                    " RG23D
    *&      Form  RG23CPART1
    Purpose : RG23C Part I extraction logic
    FORM RG23CPART1.
      DATA: $PART1      TYPE PART1_TYP,
            $LINCNT     LIKE SY-LINCT,
            M_EXTRACTED VALUE '',
            $RC         LIKE SY-SUBRC.
    *********************************************************************************************8

  • Binary Search Tree Question - Duplicate Entries

    I am doing a project for school where I have to parse a web page into a binary search tree. The problem I'm encountering is that the tree is not supposed to have duplicate entries. Instead, each node has a count variable which is supposed to be incremented if a duplicate node attempts to be inserted. I have everything else working but I can't seem to get the count to increment.
    Here is the insert method in my BinarySearchTree class:
        public void insert( String s )
            BTNode newNode = new BTNode();
            newNode.sData = s;
            newNode.count = 1;
            if( root == null )
                root = newNode;
            else
                BTNode current = root;
                BTNode parent;
                while( true )
                    parent = current;
                    if( s.compareTo( current.sData ) < 0 )
                        current = current.leftChild;
                        if( current == null )
                            parent.leftChild = newNode;
                            return;
                    else if( s.compareTo( current.sData ) >= 0 )
                        current = current.rightChild;
                        if( current == null )
                            parent.rightChild = newNode;
                            return;
        }Thanks for the help!

    runningfish007 wrote:
    I am doing a project for school where I have to parse a web page into a binary search tree. The problem I'm encountering is that the tree is not supposed to have duplicate entries. Instead, each node has a count variable which is supposed to be incremented if a duplicate node attempts to be inserted. There are two ways I can think to do this simply. Presumably you have a search method that returns a BTNode for a given String? You could use that to find out if the tree already contains that String. If so, you have that Node, so you can just increment it's counter. If not, then go through and insert it normally, knowing that you won't encounter a duplicate.
    The second is to look at the children for each node as you come to it. If either matches the given string, then you've found a duplicate. Otherwise, either insert the new element there (if that's the location it belongs), or continue down the tree.
    Either way, I'd rewrite this as a recursive method. It's much simpler. What you do is check if the new element should be a child of the current node. If so, attach it and return. Otherwise, call the method on the correct child node. No looping necessary.

  • Update db table for duplicate entries.

    Hi,
    If i want to update a ztable
    i have 3 to 5 different ways.
    1.   UPDATE ztab FROM workarea.
    2.   UPDATE ztable SET field1 = wa-f1 field2  = wa-f2
                   WHERE keyf1 = wa-kf1
                   AND   keyf2 = wa-kf2.
    3.  UPDATE ztable FROM TABLE itab.
    4.  MODIFY ztable FROM TABLE itable  or from  wa.
    but if i want to update some 2 to 3 fields
    by checking with the fields in db table with values in flat file
    and when i check the dbtable values with flat file and i find the entries in dbtable are multiple because i am not putting all key fields in where condition
    because i know only some of them .
    so duplicate entries are available and i wanted to update the same values to all those duplicate records .
    then how should i update them.
    i don't want to use update between
    select and end-select because the records that i am updating are many.
    i will store records into itab and then i will compare with values i file
    and for all records i want to update the two or three fields with the values  in flat file.
    help me.

    Hi Ashish,
    Thanks for your help.
    If i do this way always it satisfies the first record of the multiple records that are satisfied when we put where condition with some of the key fields.
    then always it might update the same record.
    I stead i can loop through the itab having the DB table and read the file.
    Anyways thanks for the help.
    and i am waiting for the correct file, once i get it, then i will try this and update points.
    Thanks,
    Neetu.

Maybe you are looking for