Loops missing after  installing additional loops

I just installed the additional loops and now the standard set of loops that were installed by default are now missing.
Should I reinstall GarageBand?

Nevermind, reindexed the loops and all are now showing up.

Similar Messages

  • HT4477 One complete family file missing after installing iPhoto 11 ??

    One complete family file of photo's is missing after installing iPhoto 11. Installation went smoothly, and all other files complete. Have checked thru entire photo lists, including photo list at the top. Found two photo's in that should have been in that photo list that were downloaded 2 months prior to installing iPhoto 11. I keep files of each family branch on left side iPhoto window. Only the one file is missing. ????

    I meant folder. Have 6 kids, and to keep track of each family quickly, I set up folders on left side of iPhoto. All others are there.

  • Libm.so.1 and other libraries, missing after install

    I'm running into problems because libm.so.1 and some other libraries are missing after install.
    - Solaris 8
    - Not an LD_LIBRARY_PATH issue, I did a full FIND and it did not show up.
    Any information as to why these libraries may have gone missing and what I might do to get around this problem would be appreciated.
    Thanks,
    -Ken

    Cause: The installation which caused this symptomology was based on a boot from a downloaded ISO designated "Installation CD" (Solaris 8). Booting from, and installing based on this CD caused a incomplete installation, with many libraries missing.
    Solution: Just by chance, on a re-installation attempt I booted from 'Software 1 of 2 CD" (Solaris 8). Installation based this boot yielded a complete installation - no libraries missing.
    Thanks for the suggestions,
    -Ken

  • Sound missing after installing windows 8.1 pro.

    hi. i have a problem. after instaling windows 8.1 pro , sound is missing. i in device manager everything is fine. instaled every driver.
    product name:  laptop hp 620.
    a day before this, i had windows 7 and everything worked fine.  tried everything. i dont know what else to do. if i dont find a solution then i go back to windows 7 ((

    Hi:
    The only suggestion I can offer would be to try a W8.1 IDT audio driver...
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5229457&sp...

  • Time and Classifieds services missing after installing LabVIEW 8.0

    Hi,
    After installing LabVIEW 8.0 I noticed the Lookout Time and Classifieds services are missing.  At first I thought it was just the Lookout lighthouse in the system tray which had disappeared but when checking in services.msc I can see that the services themselves are no longer there.  The Citadel server is, however.
    I am using Lookout Direct so please let me know if this question is more appropriate on the Automation Direct forums.  I'm trying to change to a NI solution instead but every step is taking me considerable time.
    Thanks,
    Dave

    Try to repair Lookout Direct from Windows Add/Remove Programs. The missing services should be reinstalled after repair.
    Ryan Shi
    National Instruments

  • Gallery blur missing after installing 2014

    missing gallery blur after installing 2014 ps.

    Sorry,
    It was slated to go to the Creative Cloud - Muse area. How it got to Photoshop is beyond me.
    Bob

  • Icon missing after installed Adobe

    Hello,
    Does anyone have the mac icons missing issue after installed adobe creative cloud installer?
    My macbook pro icons were missing (didn't show) right after I installed Adobe Creative Cloud Installer (download from Adobe website).
    At first, I thought the issue is my machine, so I went to apple store genius bar and left my mac for a week to let them find out the reason.
    Apple erased my system and reinstalled it, and machine passed all the diagnose test.
    Yesterday, I got my mac at apple retail store and everything was normal (no icon missing).
    Right after I installed Adobe Creative Cloud Installer, the icons were missing. Then, I uninstalled Adobe Creative Cloud Installer, everything was back to normal, including icons were back.
    I have no idea how this happen and why. But according to apple, they told me it should be the software issue and ask adobe for help. Adobe there is no phone call support form Adobe.
    Does anyone have the same issue like this, or does anyone know how to solve the issue?

    Hi Jeff,
    Thank you for your reply. Please see the screenshot.
    This is when I try to create a folder, it happens like this.
    The second one is after I close this folder and reopen it. Please the second image.
    The last image is very funny which I am not able to see anything form applications folder. But, actually, there are a lot of things. As you can see from Dock, there are many things like imessage, Photoshop, chrome etc. They just not shown!
    I can only uninstaller the Adobe Creative Cloud Installer to solve it.
    Do you have any idea how to solve it by any chance? Apple said it was caused by the software. They even replaced my logic board to solve it, but they still couldn't.

  • Restart Error message after installing additional RAM. PLEASE HELP.

    I have a Powerbook G4, 1.33 GHz processor, running 10.3.9. I just recently upgraded my RAM to 1GB, from 256MB. After installing the RAM I have started to encounter problems, where applications will automatically shut down, and also I am receiving a message that cover the entire screen, and states that I must restart the system by holding the power button down, when this appears nothing is functional, I can only power off. I have insured the RAM was installed correctly. I followed all proper procedures when installing. Does this mean the RAM is bad, or something else? Please help!!

    Welcome to the Apple discussions.
    Our Powerbooks are sensitive souls when it comes to RAM, due to the Apple architecture and how power is throttled on the memory bus. While memory can meet the Apple specs, typically cheaper RAM can fail with the symptoms you're seeing. Recommend using Crucial, Kingston (not their value ram memory, though), or Samsung. Crucial guarantees their memory will work when chosen from the memory selector on their web site.
    It is possible you've just got some bad memory and could get a replacement, however, if the brand is unknown, you may want to return it and obtain one of the brands above.

  • ZLinux environment variables missing after install

    Suse 9.0 Service pack 2
    Oracle 10g
    During the installation, I had to interactively define a bunch of environment variables. The Oracle installation instructions didn't say to put them in a .profile or any other type of file that may be executed when necessary.
    However, after rebooting, those variables are gone.
    So things like logoning on to the Oracle userid and trying to execute "sqlplus" fails. When I recode these variable, at least it can find the "sqlplus" command.
    Of course, these variables may also be necessary for the db to come up.
    So, I'm backtracking. What did I miss? Where did these variables go? Was there a step that wasn't documented? Was there something I was suppose to "automagically" know?
    So, for those Linux shops, did you have to code a file with these variables?
    I did the "export" command. Sure doesn't look like these variables were saved across boots.
    Any ideas?
    Thanks
    Tom Duerbusch
    THD Consulting

    I'm going to add some things to this.
    In the IBM manual on the installation of Oracle 10g on Suse 9.0, it does show putting the environment variables in the .profile file. (This is under the bash shell.)
    So, last night, I tested .profile. Didn't work. Under the bash shell, the bashrc file would contain items that are executed at logon time. At least by default.
    So, there is something missing, higher up in the food chain. Perhaps something not done during the Linux install that either tells the system to either use the .profile file at logon time (the way the IBM manual says), or automagically keeps the environment variables set across boots, (the way the Oracle Installation manual assumes).
    Anyone recall something like that? Or are most of the people here, been given their Linux images. And your responsibility is only the Oracle DBA side? Perhaps I need to get to a Linux group for this one.
    Thanks
    Tom Duerbusch
    THD Consulting

  • Help after installing additional SSD to macbook pro early 2011

    I just installed a new ssd in addition the my original harddrive by removing the superdrive. I got everything working good and can see both drives in Finder (OSX MT LION was installed in the SSD then i used migration assistant to get user info into SSD but i did not transfer music, downloads, or pictures). The problem is that i cannot access my old folders off the harddrive because it says i do not have permission to open. I tried right clicking on many different folders, including the subfolders, and choosing "Get Info" in order to change permissions to allow everyone to read and write but I am still not able to go in and when I did get into a folder there was nothing in there. I thought i might have had deleted my files accidentally but when I see the disk space available, the harddrive only has 100 Gigs free (out of 500gb) and iPhoto found all my pictures, told me there was a problem with the permissions and fixed them, now i can see all my pictures in iPhoto. Any suggestions to fix this would be greatly appreciated.

    If your hard drive in the opti-bay is still 'intact' and bootable, I would just boot to it, use Disk Utility to (once again) erase and format the SSD and use Carbon Copy Cloner to clone the HD to the SSD. You'd have no permissions problems after that.
    Good luck,
    Clinton

  • SAP ESS 600 Web Dynpros Missing After Install

    Hi,
         We are running EP 7.0 SP11 on a linux platform. We deployed the following
    components in the given order-
    SAP PCUI_GP 600
    IS-HER 600
    SAP ASR 600
    SAP PSS 600
    SAP MSS 600
    Each of the above components was at Support Package 08.
    In Content Administraton -> Web Dynpros -> sap.com, we expected to find web dynpros
    that start with "sap.com/ess~" but found none.
    Any ideas what is going on?
    Sincerely,
    Jonathan Yun
    Duke University

    Hello Deb,
    Even though note 761266 is primary for ERP 2004, we were able to extract the necessary information to apply to our ERP 2005 system.  After we deployed SAPESS08_0-20000512.SCA, the missing ess web dynpros show up in the Portal.  Thank you very much for your help.
    However, I do have one additional question.  We noticed that the base ESS Business Package (BPERP5ESS08_0-10003288.sca) downloaded from SDN is only about 3MB and the SAP ESS 600 patch (SAPESS08_0-20000512.SCA) is about 270MB.  Are these two different components of the "ESS"?  This is very different from MSS.
    Thanks again for your time,
    Jonathan

  • Gtk-window-decorator missing after installing Compiz-Fusion

    I just installed ArchLinux and wanted to try out Compiz-Fusion in Gnome. I installed it using the Compiz-Fusion wiki's instructions. Everything works fine, except that I can't use the gtk-window-decorator. After some research I found out that this file is missing. I checked out the Compiz-Fusion site, and it seems it ought to come with Compiz-Fusion. I checked in Linux Mint and found it there, so obviously it's missing in my ArchLinux box.
    Can someone please veryfy if it should be part of the Compiz-Fusion packages?

    sph wrote:
    http://bbs.archlinux.org/viewtopic.php?id=51627
    See the second posting.
    Oups! I searched for 'gtk-window-decorator'.  It could be nice to mention these separate packages on the wiki Compiz-Fusion page. There are probably many out there looking for them.
    Thanks!

  • No icon on desktop after installing additional hard drive

    Hi guys, I have installed a new additional hard disk. Jumped the old original as 0 Master and the new one as Cable select. If I check the About this Mac window, the new volume shows the new hard disk with its volume but I don't see an icon for new hard disk on the desktop. Does it mean that I don't have it properly installed ?

    welcome to macbook forum,
    which mac that you install that hard drive too, because macbook using sata and you don't need to configure that jumper in macbook.
    If you install that on desktop mac, and use the same cable, you should set both into cable select and your mac will register that based from the distance from the cable, the nearest is the first HD and the furthest one is the second.
    also after that, you can open disk utility and eras / initialize the new HD.
    Good Luck.

  • Slideshow Theme missing after install iLife'11

    Hello,
    I was creating slide show on iPhoto'09 theme for a while. I was exited to install ilife'11. After I install ilife'11, my old slide shows missing and I also realized some theme in iphoto'09 can't be found in iphoto'11. Anyway to load back old themes from iphoto'09.
    Any kind advise please.
    Thanks.
    Merry Christmas.

    Well, I do not think the problem has been resolved, the solution I give is if you have a slideshow with some issue already set, clear photos, and places new to use it.
    Sorry for my English.

  • Playlists Missing After Install New Hard Drive and Upgrade to Win 7

    My computer needed a new hard drive and I upgraded from Win Vista Home Premium to Windows 7 Home Premium.
    I am trying to get my Playlists back for my iTunes in my "Administrator" user account, after reinstalling iTunes and putting my music libraries back onto my computer.
    (I had installed 32-bit Win7 OS myself, computer worked OK for about 1 day, then would not boot up; I took computer to shop, they said I needed new Hard Drive, and I gave them my new Win7 OS computer disks)
    I am confused over whether I have 32-bit OS or 64-bit OS. They recommended installing 32-bit OS, I agreed, and believed that I had 32-bit OS installed; however, Computer / System Properties state "System type: 64-bit Operating System"
    Prior to my installing Win7, I backed up the following onto my Western Digital "My Passport Essential Portable Hard Drive:"
    ("My Administrative Account"): Users / Owner / My Music
    and
    ("My User Account"): Users / Yank / My Music
    My "Administrative" and "User" user accounts contain different songs in iTunes.
    If helpful, I could describe what is in each of these 2 backed-up music folders.
    To get started, I copied both my "Owner" and "Yank" user folders in the C: User folder; however now I have "Owner," "Yank," and "Yank.Owner-Toshiba" folders in the C: User folder. I think I did this by creating a new Yank user account by creating a new account, not by my copying a folder into C: User folder. The Owner folder has a picture of a lock on the folder icon.
    Because I had trouble merging My Music folders in the Owner folder, and I was confused, I copied everything that was in the Owner folder into a new folder in the Owner folder, "NEW OWNER FOLDER." I also copied my Owner Music folder into several places in my Users / Owner folder.
    I also ended up changing the "iTunes Media folder location" several times, using iTunes "Edit / Preferences / Advanced tab / change "iTunes Media folder location". When I chose "Reset," it shows "C:\Users\Owner\NEW OWNER FOLDER\Music\iTunes\iTunes Media"
    I've also played around with "Edit / Preferences / Advanced tab / 'Keep iTunes Media folder organized' "
    When I open my iTunes, I have no playlists.
    However, when I went to my "Yank" user account and opened iTunes for the first time, the playlists associated with that account were visible.
    How do I get my playlists back on my Administrative Account, which is my main song collection and had many, many playlists?
    Thank you.

    YAY!
    I didn't try shift-start of iTunes, but I DID GET MY PLAYLISTS BACK BY FOLLOWING YOUR OTHER ADVICE:
    I went to my external hard drive, went to my backup at Users / Owner / My Music / iTunes / and searched for library.itl
    Four files with that name were found, with different dates.
    I chose the most recent, dated just a few days before I made my backup to the external hard drive.
    I copied it to my computer's hard drive into the following location:
    C:\Users\Owner\NEW OWNER FOLDER\Music\iTunes
    which overwrote the file which was located there.
    When I opened iTunes, ALL MY WONDERFUL PLAYLISTS WERE THERE!
    THANK YOU SO MUCH FOR SOLVING THIS FOR ME!
    CAN YOU IMAGINE HOW DISAPPOINTED I FELT WHEN I BELIEVED THAT I HAD LOST ALL OF THE PLAYLISTS WHICH I HAD CREATED OVER THE YEARS? Many of my playlists were composed of whole albums whose songs I had added to iTunes.
    THANK YOU AGAIN SO MUCH!

Maybe you are looking for