Can't load a library that depends on another

I built a library and it loaded perfectly (just for testing).
Now, my library is supposed use ALSA's API.
Now, I get to compile my library, just like before, but now I can't load the library. I get a UnsatisfiedLinkError. The message is a little cryptic: Can't load IA 32-bit .so on a IA 32-bit platform
It seems like when my library is being loaded, the alsa library on which it depends (libalsa09.so) can't be loaded. How can I avoid this? I added both my library's and alsa's directories to LD_LIBRARY_PATH, but I just can't get it done.
Here's what happens:
$ LD_LIBRARY_PATH=/usr/lib/ao/plugins-2:lib java -cp bin wmagic.basic.Wave 440
Can't load library wmagic_alsa
java.lang.UnsatisfiedLinkError: /home/antoranz/eclipse/europa/workspace/wmagic/lib/libwmagic_alsa.so: Can't load IA 32-bit .so on a IA 32-bit platform
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
        at java.lang.System.loadLibrary(System.java:993)
        at wmagic.basic.SoundOutput.initializeAlsa(SoundOutput.java:87)
        at wmagic.basic.SoundOutput.<init>(SoundOutput.java:29)
        at wmagic.basic.Wave.main(Wave.java:61)Maybe the problem is the way I'm creating my jni so (in an ant target):
<echo>Compiling Library</echo>
<exec executable="${Ccompiler}">
     <arg value="-o"/>
     <arg value="${library.dir}/libwmagic_alsa.so" />
     <arg value="-shared" />
     <arg value="-I${source.dir}/wmagic/alsa" />
     <arg value="-I${jni.includes.dir}" />
     <arg value="-I${jni.includes.dir}/linux" />
     <arg value="-lalsa09" />
     <arg value="-L/usr/lib/ao/plugins-2" />
     <arg value="${source.dir}/wmagic/alsa/wmagic_alsa.c" />
     <arg value="-static" />
     <arg value="-lc" />
</exec>How can I get it to work? I'm catching the exception and using Java Sound as a fall back, but I want to use alsa (and that's another thread in the forums: How to use alsa's default device in Java Sound... but nobody has told me how to... so don't go down that path, please. :-)).

If you are linking to a shared library then one of the following must be true.
1. The shared library must be in the shared library path of the OS
2. You must explicitly load the shared library first using an explicit path.

Similar Messages

  • How can I submit a form that depends on another form?

    Hello,
    I have a jsp with 2 different forms. The one is a Login form and the other one does some calculations.
    In my servlet I want to be able to proceed with the calculation form (when I click submit) only if someone is logged in.
    How can I do that? Any suggestions please?

    Actually what I did is when I submit the calculation form in my servlet I am requesting the login bean ( this is where I store the username and password if a customer logs in, plus a boolean variable to keep track if someone is logged in or not) like that:
    Login login = (Login)session.getAttribute("login");
    But I want somehow to get the Bean boolen variable and check if it is true or false, but I don't know how to do it. I did the following and it didn't work:
    //create a new boolean variable to store the Bean boolean
    boolean checkLoggedIn = request.getIsLogged();
    Any suggestions?

  • ITunes can't load Aperture library for iPad Air sync

    I have a 120gb Aperture library stored on my NAS. Got my new iPad Air and when I go to the Photos tab in sync options, the gray wheel just keeps on spinning indefintely. I don't know if it can't load a library that big, or if there's something else going on. If I create a small Aperture library it works fine. Anyone else had this issue?
    Running 11.1.3 on Mavericks.
    Thanks!

    I'm experiencing exactly the same issue with a 42GB Library. Same issue even if I create a new smaller library. When I click on the device in itunes and then photos I get the grey wheel turning for hours. I tried switching to iPhoto library and the issue seems worse.

  • What .xml or .itl  file do I delete so I can re-load my library?

    I opened iTunes today and although all my music was listed under "Music" in the Library, every time I tried to play a song I am told that the original cannot be found.  So what do I need to do to clear out iTunes "memory" so I can re-load the library?

    Preferences just tells iTunes where to store music (in the future) it does not add it to your library. The media folder you point to (unecessarily since it is the faefault setting) can be loaded chock-full of media but you have to add it to your library before any of it will show in iTunes.  Deleting those two library files just got rid of all reference to yur having those media files as far as iTunes was concerned, and now you need to have it lern about them again by adding them.

  • Error in SAPGUI-on AIX- Can't load JNI library

    Error in SAPGUI-on AIX- Can't load JNI library
    I am getting error as below:
    ^C# ./sapgui /H/punlparidm06 /S/sapdbIND
    ERROR #############################
    07.03. 12:48:37.619 ERROR: Attempt to load shared library /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so failed.
    07.03. 12:48:37.619 ERROR: The library file exists, so either the program
    07.03. 12:48:37.619 ERROR: don't has the privileges to access the library
    07.03. 12:48:37.619 ERROR: or the library is not loadable by the shared object loader
    07.03. 12:48:37.619 ERROR: Technical information:
    07.03. 12:48:37.619 ERROR: Error location: GuiJniLoader.loadPlatinLibrary()
    07.03. 12:48:37.619 ERROR: Error message : /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so: load ENOEXEC on shared library(s) /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so: load ENOEXEC on shared library(s) /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2144)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1973)
    at java.lang.Runtime.load0(Runtime.java:773)
    at java.lang.System.load(System.java:887)
    at com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:114)
    at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:24)
    at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
    at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:316)
    at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:860)
    at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:275)
    at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:44)
    at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:447)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1670)
    at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1750)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.platin.Gui.main(Gui.java:65)
    java.lang.Exception: JniAgiLibAdaptor.<init>: Cannot load JNI library
    at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:25)
    at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
    at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:316)
    at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:860)
    at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:275)
    at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:44)
    at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:447)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1670)
    at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1750)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.platin.Gui.main(Gui.java:65)
    ERROR #############################
    07.03. 12:51:52.173 ERROR: GuiConnection: Connect failed
    07.03. 12:51:52.173 ERROR: JniAgiLibAdaptor.<init>: Cannot load JNI library
    ERROR #############################

    Hi,
    It seems to be a permission issue.
    Just check the permissions and grant 755 using chmod comand.
    Hope it helps.
    Reward suitable points!!!!!

  • How do I get my new external hdd to back up my iPhoto library that is on another external hdd?

    How do I get my new external hard drive (Apollo Expert) to back up my iPhoto library that is on another external hard drive (Apollo M100)?

    What backup software are you using? Assuming TimeMachine then in the TM preferences ==> options make sure the EHD is not in the excluded list
    For other software look in the manual or contact support for that software
    LN

  • IPhoto 9.1 will not load my library that I transferred from a backup.

    I recently started fresh on a new hard drive with my 13" Mac Core 2 Duo OSX 10.6.8 iPhoto 9.1.  I saved my pictures folder to an external HD formatted in mac journaled and when I attempt to open it from the library file it will not allow me to.  I hold down option to open, select the library file that i copied to my hd but when i hit "Open" it will not select it.  Like I never pressed the open button. I can do it over and over and the same thing happens.  When I try to load from the library it sees it says "Your photo library is either in use by another application or has become unreadable".  If I try to rebuild it it says the same thing.  I have trashed the plist file, restarted, tried everything I could think of multiple times.  I even tried starting iphoto fresh and dragging the library file to the program window and I get "Unreadable Files: 134
    The following file could not be imported. the filed is in and unrecognized format.
    /Volumes/My Book/Pictures/iPhoto Library/.ipspot_update
    /Volumes/My Book/Pictures/iPhoto Library/AlbumData.xml
    /Volumes/My Book/Pictures/iPhoto Library/Backup/face.db
    /Volumes/My Book/Pictures/iPhoto Library/Backup/face_blob.db
    /Volumes/My Book/Pictures/iPhoto Library/Backup/iPhotoAux.db.bak
    /Volumes/My Book/Pictures/iPhoto Library/Backup/iPhotoMain.db.bak
    /Volumes/My Book/Pictures/iPhoto Library/Backup/Library6.iPhoto.bak
    /Volumes/My Book/Pictures/iPhoto Library/Caches/9F215D94-92CB-4F5A-AB8B-14CF11629451
    /Volumes/My Book/Pictures/iPhoto Library/Contents/PkgInfo"
    ect.
    Like others, I have a lot of pictures that I don't want to have to reorganize.  Luckily I have Adobe photoshop organizer and from what I can tell it has most of my pictures, but I never use that.  I always use iPhoto so I'm worried some pics aren't in photoshop.  Any suggestions?

    You can give this a try to see if you can get a working library with all of the original file from your current library:
    Starting over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library package like this.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the subfolders of the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window a few at a time.
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.

  • Can't load JdbcOdbc library on Win95`

    I have set up my data source name and it is present in the odbc.ini file in C:\windows
    I compile and execute the sample code and the Jdbc-Odbc Bridge loads but then it tries to load the JdbcOdbc library and can't. Here is the output:
    DriverManager.getConnection("jdbc:odbc:Test")
    trying driver[className=sun.jdbc.odbc.JdbcOdbcDriver,sun.jdbc.odbc.JdbcOdbcDriver@1fef6f]
    *Driver.connect (jdbc:odbc:Test)
    JDBC to ODBC Bridge: Checking security
    No SecurityManager present, assuming trusted application/applet
    JDBC to ODBC Bridge 2.0001
    Current Date/Time: Fri Jul 20 06:04:41 PDT 2001
    Loading JdbcOdbc library
    Unable to load JdbcOdbc library
    java.sql.SQLException: Unable to load JdbcOdbc library
         at sun.jdbc.odbc.JdbcOdbc.<init>(JdbcOdbc.java:81)
         at sun.jdbc.odbc.JdbcOdbcDriver.initialize(JdbcOdbcDriver.java:311)
         at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:149)
         at java.sql.DriverManager.getConnection(DriverManager.java:517)
         at java.sql.DriverManager.getConnection(DriverManager.java:177)
         at CreateCoffees.main(CreateCoffees.java:57)
    Unable to load JdbcOdbc library
    Unable to allocate environment
    getConnection: no suitable driver
    java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(DriverManager.java:537)
         at java.sql.DriverManager.getConnection(DriverManager.java:177)
         at CreateCoffees.main(CreateCoffees.java:57)
    SQLException: SQLState(08001)
    SQLException: No suitable driver
    I have added the extension jdbc2_0-stdext.jar and it is in my classpath.
    Can anyone help? I don't know where the library should be located, what it would be called or what configuration change I could make to help locate/load it.

    Two possibilities... If the database Test doesn't exist, you will get that warning. Also, if you have some sort of security (on win 95, not likely, oh, sorry :) that prevents you from accessing the file, then you may have problems with the driver as well. Also, try downloading it again, I've had files corrupted before, and you don't think of it until you've spent 3 hours on it.
    GN

  • Can't load music library on Blackberry Link

    When I click on my computers files to load my music library through Blackberry Link it says:
    Blackberry Link Wasn't Able to Load Your Music Library
    Close then reopen Blackberry Link
    Did that many times, rebooted the computer, reinstalled the program etc all won't load my Itunes library.
    It worked fine on BB Desktop Manager with my Bold 9900 which I was using until yesterday.
    When right clicking on all music and going sync to > Blackberry10. It says 'A problem occured while attempting to access your media library (the sync did not complete."
    Although there is no music there anyway as it can't load my Itunes library
    Can someone please help?
    Thanks

    I find it easier to just go through windows explorer and treat the phone as a memory stick. I click and drag everything over, a bit archaic but it works for me, problem free.
    It's always funny when it's someone else.

  • How can I restore my library that was erased off external drive....

    I just accidently erased 90% of my itunes library that was reading off an external drive. The last 10% was recently purchases music that I downloaded directly to my laptop hard drive and remains intact (makes sense?). Basically I wiped out the external drive that my 90% library read to.
    I was able uncover hidden files off my ipod and inturn copy my library back to the external drive but the big question is - is there a way to restore all this without having to start over Itunes? Can I reimport it off the external drive from the ipod copyover? One thing I can't do is copy it back onto the laptop hard drive because there's nowhere near enough space. Thanks for you help!

    OK first thing you might want to do is read this post of mine from the other day...
    http://discussions.apple.com/thread.jspa?messageID=6296361&#6296361
    because, well I am too lazy to type much of it again.
    But the part that really is for you is about half way down, just above the link where it starts with "If it was me, " which is what you want to do. In your case, you would use the "Add to library..." command twice. Once to add all the files from the external, and then again to grab all the ones off the internal, if you want everything located in one location. You can then remove the ones from your internal AFTER you verify that they made it to the external ok.
    As noted in that post at the end, but worth repeating, doing it with that method keeps everything all together (database files, media files, etc) in a single folder for your library rather than your database files on the internal and your media on the external or spread across both drives. If you ever need to move the library or want to use your library on other computers, you can simply move the folder or the entire drive and use the above instructions to open your library.
    Patrick

  • Firefox can't load certain websites that Chromium can

    I tried Ad Block Plus with Linux Ubuntu 11.10, and now certain websites that can be loaded with Chromium cannot be loaded with Firefox.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • New PC can't load old library.

    I was able to use my iPod to transfer my library from my old PC to my new PC, however now I can't get the library into my newly installed iTunes library. What am I doing wrong? I followed the on-line help and it just says once I've copied it from iPod to my new computer it magically would appear in my new library, well it didn't. I have tried to go to the iTunes File then Add Folder to library, get to where I saved the iPod dump (file where my music is saved) and NOTHING! Frustrated big time! What do I need to do?

    iTunes the application is either installed and works or it does not. If it is working then there is no need to uninstall and reinstall it. If it does not work then Troubleshooting issues with iTunes for Windows updates contains detailed advice on repairing things when a simple reinstall won't work.
    Uninstalling & reinstalling iTunes should have no effect on the contents of the library or the media folder. Reinstalling iTunes won't fix a problem with a broken library that doesn't contain the correct information, cannot locate files etc.
    In the normal course of things the easiest way to move a library from one computer to another is to copy the entire iTunes folder from User's Music on the old computer into User's Music on the new one. Things only get more complicated if you've followed Apple's advice when running low on disk space at some point, have relocated the media folder to a new path, and thus have what is known as a split library. The migrate iTunes library post should give the relevant information in either case.
    Don't worry about uninstalling iTunes. Hopefully when you copy over the entire iTunes folder from the laptop into the new computer again it will all work as it should. If not I can give more detailed advice if you can tell me more about what is stored where on the laptop, where presumably the library still works.
    tt2

  • Can't load iphoto library copied from old computer

    I copied the photo library from my old laptop onto my new imac. The pictures are all there (LOTS) and all album data, etc. I tried launching iphoto while holding the option key. I select the iphoto library but none of the new photos come up. Did I miss step?

    I still can only view the previous pictures (one roll) that was downloaded onto iphoto even though all of my pictures (3K+) from my other computer are in the iphoto library.
    Do you have two iPhoto Library Folders? Or is these pics visible in one library, but the others are not?
    IF the latter, it sounds like a corrupted database. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library Folder allowing it to overwrite the damaged file. If not, then you'll need to create and populate a new library.
    To create and populate a new library:
    Note this will give you a working library with the same film rolls and pictures as before, however, you will lose your albums, keywords, books, calendars etc.
    Move the iPhoto Library Folder to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library Folder on your desktop and find the Originals folder. From the Originals folder drag the individual rolls to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library Folder on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD

  • Can't load shared library, libgpg-error missing?

    Right, so this morning I decided to try out Cinnamon. I booted into Arch, logged into GNOME, installed cinnamon from the repositories, and did a system upgrade. I then rebooted. I select Arch Linux from GRUB, everything is working fine, but GDM won't load. And there are some strange error messages I've never seen before on the screen. Hmm. So, apparently, the journal service failed to start:
    /dev/sda1: recovering journal
    /dev/sda1: clean, 260391/7782400 files, 2855892/31099729 blocks
    [ 2.896956] systemd[1]: Failed to start Trigger Flushing of Journal to Persistent Storage.
    [ 2.902798] systemd[1]: Failed to start Trigger Flushing of Journal to Persistent Storage.
    [ 2.903928] systemd[1]: Failed to start Journal Service.
    [ 2.904007] systemd[1]: Dependency failed for Trigger Flushing of Journal to Persistent Storage.
    [ 2.904798] systemd[1]: Failed to start Journal Service.
    [ 3.092906] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
    So, I figure I need to do a bit of troubleshooting, and I need to disable GDM, since it doesn't want to start. So I boot into my installation media, arch-chroot into my newly mounted partition, and try to disable GDM with systemctl disable gdm.service. Well, apparently, systemctl is having trouble loading a shared library, because it then spits out this error message:
    systemctl: error while loading shared libraries: /usr/lib/libgpg-error.so.0: file too short
    So, I think perhaps that a library has magically gone missing and I try to reinstall it, but to no avail:
    pacman -Sv libgpg
    pacman: error while loading shared libraries: /usr/lib/libgpg-error.so.0: file too short
    I'm very confused at this point, I haven't the slightest idea what I did. Sorry about the lack of logs, I haven't found anything about this from Google or these forums. I have no idea what logs would be relevant here, as I have no idea what's going on. Any help, or suggestions on which logs may be relevant, would be highly appreciated. Thanks!

    oops.  Two follow ups, first it seems you got that before my edit to at the -l flag to the second ls, I was curious if you still had the package in your cache, whether it was the right version, and whether it was the right size (poor man's checksum (1)).  It's there, and it's the right version, but I'm curious on the size too.
    The second follow up was that I hadn't accounted for the symlink, so the second command should really be as follows
    ls -l /usr/lib/libpgp-error.so.0.10.0
    as pacman says it's too short, I'm curious *how* short.  Is it an empty file, or does it look like the right size which would indicate other corruption, or is it just short.
    EDIT (1):  I suppose while were at it we may as well get a real checksum.  Here's mine on the package cache file, yours *should* match
    $ md5sum /var/cache/pacman/pkg/libgpg-error-1.12-1-x86_64.pkg.tar.xz
    602a18784e9916e1a4d13b10de6074aa /var/cache/pacman/pkg/libgpg-error-1.12-1-x86_64.pkg.tar.xz
    If yours matches that, the cause of this problem may remain a mystery, but the solution could be to reinstall that package.  I suspect this will be the solution regardless though.  And if you have a live media it might be easiest to just use pacman from the live system with your system as a target, and reinstall libgpg-error.  If you don't have a live media, then you *might* have to uncompress the package manually.
    Last edited by Trilby (2013-07-08 19:19:52)

  • How can I import my library that is saved on a  external hard drive but it's not saved on the iTunes media folder?

    I need to restore my computer to it's factory settings but I don't want to loose my playlists and my library (windows). I can copy any file from the computer because it's in good working order. All my music it's on a external hard drive, but there's lots of media files that I don't want to sync but need to keep! Any way to do that!?
    Best Regards

    h.cordero wrote:
    I think that I didn't explain my self correctly, My iTunes media it's not consolidated. May I consolidate the media on a external drive (X:\). ?
    Yes. But consolidate to X:\iTunes\iTunes Media.
    The why I'm asking is because the music library (176gb) is way more than the computer drive (C:\). Remember that all the media is on a external hard drive (J:\)
    The steps I gave earlier will work to copy the whole library onto the new drive, in the correct layout for future ease of use.
    tt2

Maybe you are looking for

  • Zen Vision M Problem

    Hi there, I bought a Zen Vision?M 30gb a few years ago and since then i havent used it for a while. When i came round to using it again it wouldnt charge via mains/usb. It would only start up when the mains was plugged into it and i had like a charge

  • Can I use Bridge with PS Elements and not install Organizer?

    Can I omit installing the Organizer on Photoshop Elements and use Bridge instead?  I would like to upgrade my Elements 8 for Mac, but don't want to use Organizer that's part of newer Mac versions.  If I don't install Organizer, then I won't accidentl

  • I've got an Adobe Photoshop CS6 Extended Student and Teacher Edition and serial number doesn't work

    I've got an Adobe Photoshop CS6 Extended Student and Teacher Edition and serial number doesn't work

  • Generating A CRF Completion Report

    Hi, I am in the process of creating a CRF completion report, by site, patient and visit. The problem I have with my current SQL is that it doesn't pull in records for DCIS I am expectiing but there is no data yet. Here is my SQL: I thought the outer

  • Allow filter file type at import!

    It should be possible to exclude/include file types, especially video/image in the import wizard (or through some preference).