Menu

it crashes

pachkov
2005-09-29
2013-03-08
  • pachkov

    pachkov - 2005-09-29

    Hi!

    Jshuffle crashes in my case:

    ./jshuffle.sh -m /mnt/ipod --add /tmp/track0.mp3
    jshuffle v0.1 for iPod Shuffle
    This software released under the term of GPL.
    29.09.2005 14:49:45 com.landak.ipod.iTunesDB load
    INFO: Number of musics: 0
    29.09.2005 14:49:45 com.landak.ipod.iTunesSD load
    INFO: Musics in iTunesSD: 0
    Exception in thread "main" java.lang.NoClassDefFoundError: entagged/audioformats/exceptions/CannotReadException
            at com.landak.jshuffle.Cli.main(Cli.java:152)

    Hope it will be fixed soon.

    Best regards,

    Mikhail

     
    • Khad

      Khad - 2005-10-03

      it has been fixed in cvs.

      You can easily fix it by editing jshuffle.sh, change it to:

      java -cp .:entagged-audioformats-0.11.jar:dom4j-1.6.1.jar:jshuffle.jar com.landak.jshuffle.Cli "$@"

      notes on entagged-audioformats-0.11.jar, it is 0.11 not 0.9

       

Log in to post a comment.