INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: HDTracksDownloader for Linux - alpha version  (Read 25038 times)

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
HDTracksDownloader for Linux - alpha version
« on: October 21, 2014, 03:12:36 pm »

For all of you HDtracks people to play with.
http://files.jriver.com/partners/hdtracks/HDtracksDownloader-20.0.103.deb

20.0.103 5/3/2015

1 Changes from the mainstream. See the linux MC change log.

Note: This still segfaults on exit.

20.0.57 1/16/2015

1. Changes: Attempt to get rid of the "pure virtual" error some have seen. Needs testing.

Note: This still segfaults on exit.


20.0.48

1. New: added a "downloading" message window
2. Changed: from SSLv3 to TLSv1 protocol.

Known issues:
Segfaults on exit.
Logged

mavr1x10

  • Member
  • *
  • Posts: 4
Re: HDTracksDownloader for Linux - alpha version
« Reply #1 on: October 21, 2014, 10:46:42 pm »

Tested, apart from the above, I have not found other problems.

We thank ;D
Logged

linuxdancer

  • Recent member
  • *
  • Posts: 14
Re: HDTracksDownloader for Linux - alpha version
« Reply #2 on: October 22, 2014, 07:38:25 am »

Thanks!
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #3 on: October 24, 2014, 05:29:34 pm »

HDtracksDownloader Alpha builds

http://files.jriver.com/partners/hdtracks/HDtracksDownloader-20.0.27.deb

20.0.27 (10/24/2104)

1. Fixed: Filesystem character problems when downloading some files.
2. Fixed: Application Icon issues.

Known issues:
No notification of "working" when connecting to get a job, if the job is large, the connect can take a long time (i.e. 5 minutes).
Segfaults on exit.
Logged

mitttens

  • Member
  • *
  • Posts: 1
Re: HDTracksDownloader for Linux - alpha version
« Reply #4 on: November 29, 2014, 11:08:52 pm »

Running this on Arch I'm getting segfaults.

Some info if it's of any use.

gdb backtrace:
Code: [Select]
(gdb) bt full
#0  0xf7834c2f in __memcpy_ssse3_rep () from /usr/lib32/libc.so.6
No symbol table info available.
#1  0xf7385d32 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#2  0xf73bd818 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#3  0xf750012b in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#4  0xf7500049 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#5  0xf7318015 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#6  0xf74ffd57 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#7  0xf73182bb in Attach () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#8  0x080a1d85 in ?? ()
No symbol table info available.
#9  0x080a643d in ?? ()
No symbol table info available.
#10 0x080a6fb7 in ?? ()
No symbol table info available.
#11 0x080a7282 in ?? ()
No symbol table info available.
#12 0x0805e940 in ?? ()
No symbol table info available.
#13 0x081cd40e in ?? ()
No symbol table info available.
#14 0x08050f2d in ?? ()
No symbol table info available.
#15 0xf771ce5e in __libc_start_main () from /usr/lib32/libc.so.6
No symbol table info available.
#16 0x08051231 in ?? ()
No symbol table info available.

And strace (character limit)
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #5 on: November 30, 2014, 10:48:09 am »

Running this on Arch I'm getting segfaults.

Some info if it's of any use.

gdb backtrace:
Code: [Select]
(gdb) bt full
#0  0xf7834c2f in __memcpy_ssse3_rep () from /usr/lib32/libc.so.6
No symbol table info available.
#1  0xf7385d32 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#2  0xf73bd818 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#3  0xf750012b in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#4  0xf7500049 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#5  0xf7318015 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#6  0xf74ffd57 in ?? () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#7  0xf73182bb in Attach () from /usr/lib/HDtracksDownloader/libJRImage.so
No symbol table info available.
#8  0x080a1d85 in ?? ()
No symbol table info available.
#9  0x080a643d in ?? ()
No symbol table info available.
#10 0x080a6fb7 in ?? ()
No symbol table info available.
#11 0x080a7282 in ?? ()
No symbol table info available.
#12 0x0805e940 in ?? ()
No symbol table info available.
#13 0x081cd40e in ?? ()
No symbol table info available.
#14 0x08050f2d in ?? ()
No symbol table info available.
#15 0xf771ce5e in __libc_start_main () from /usr/lib32/libc.so.6
No symbol table info available.
#16 0x08051231 in ?? ()
No symbol table info available.

And strace (character limit)
As usual, when not running the supported OS you become the investigator.
Based on your strace I'd say you are missing the i386 version of libgtk.
The usual procedure is to install apt-file. Update it and do this:
apt-file search /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
or this
apt-file search libgtk-x11-2.0.so.0
and install the i386 version.
Repeat for other missing libs.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #6 on: December 15, 2014, 03:58:09 pm »

New build, see the top post in this section.
Logged

linuxdancer

  • Recent member
  • *
  • Posts: 14
Re: HDTracksDownloader for Linux - alpha version
« Reply #7 on: December 16, 2014, 09:37:30 am »

Thanks for continuing to update this!  Happy Holidays!

Logged

imugli

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1601
Re: HDTracksDownloader for Linux - alpha version
« Reply #8 on: December 18, 2014, 11:04:14 pm »

I'm getting the following when running from command line in Ubuntu 14.04

justin@JustinsLaptop:~/Downloads$ hdtracksdownloader
pure virtual method called
terminate called without an active exception
Aborted (core dumped)

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #9 on: December 18, 2014, 11:12:11 pm »

I'm getting the following when running from command line in Ubuntu 14.04

justin@JustinsLaptop:~/Downloads$ hdtracksdownloader
pure virtual method called
terminate called without an active exception
Aborted (core dumped)

Architecture?
Logged

imugli

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1601
Re: HDTracksDownloader for Linux - alpha version
« Reply #10 on: December 19, 2014, 08:47:15 am »

Sorry, 64bit.

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #11 on: December 19, 2014, 11:13:48 am »

Sorry, 64bit.
Does MC run OK on the same computer?
Logged

imugli

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1601
Re: HDTracksDownloader for Linux - alpha version
« Reply #12 on: December 20, 2014, 03:12:42 am »

Yep. :-)

mavr1x10

  • Member
  • *
  • Posts: 4
Re: HDTracksDownloader for Linux - alpha version
« Reply #13 on: December 20, 2014, 09:32:46 pm »

I'm getting the following when running from command line in Ubuntu 14.04

justin@JustinsLaptop:~/Downloads$ hdtracksdownloader
pure virtual method called
terminate called without an active exception
Aborted (core dumped)


Same problem here! ?

Ubuntu 14.04.1 64 bit
MC run OK
Logged

mruptown

  • Member
  • *
  • Posts: 3
Re: HDTracksDownloader for Linux - alpha version
« Reply #14 on: January 14, 2015, 08:34:00 pm »

Great to see HDTracks and JRiver supporting the Linux community!  Great strategic move on their part!

I gave it a shot, but couldn't get the UI to load.  I'm on Ubuntu 14.10, 64-bit, and I get the following error:

$ hdtracksdownloader
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
pure virtual method called
terminate called without an active exception
Aborted (core dumped)

There's a decent page on the workaround for this issue here:

http://askubuntu.com/questions/127848/wine-cant-find-gnome-keyring-pkcs11-so

However, you're getting pretty far off the reservation by going that route.  I tried them all, and they either didn't fix the error, or didn't have a compatibility with 14.10.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #15 on: January 14, 2015, 09:38:05 pm »

Great to see HDTracks and JRiver supporting the Linux community!  Great strategic move on their part!

I gave it a shot, but couldn't get the UI to load.  I'm on Ubuntu 14.10, 64-bit, and I get the following error:

$ hdtracksdownloader
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
pure virtual method called
terminate called without an active exception
Aborted (core dumped)

There's a decent page on the workaround for this issue here:

http://askubuntu.com/questions/127848/wine-cant-find-gnome-keyring-pkcs11-so

However, you're getting pretty far off the reservation by going that route.  I tried them all, and they either didn't fix the error, or didn't have a compatibility with 14.10.
I don't think that's the problem.
It seems to work on some machines and not others even if they have the keyring.
Probably will do a new build soon, there are a couple of things to try to resolve it.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #16 on: January 16, 2015, 06:07:20 pm »

For those that were getting the "pure virtual" message, please try build 57.
Logged

mruptown

  • Member
  • *
  • Posts: 3
Re: HDTracksDownloader for Linux - alpha version
« Reply #17 on: January 19, 2015, 01:32:26 pm »

I don't think that's the problem.
It seems to work on some machines and not others even if they have the keyring.
Probably will do a new build soon, there are a couple of things to try to resolve it.


You are indeed correct, sir!

Installed build 57, and my new purchase downloaded perfectly.

The only error I received on the console was the following, but it didn't seem to affect anything:

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7365
  • The color of Spring...
Re: HDTracksDownloader for Linux - alpha version
« Reply #18 on: January 19, 2015, 01:35:19 pm »

Try this;

Code: [Select]
sudo apt-get install libp11-kit-gnome-keyring:i386
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

mruptown

  • Member
  • *
  • Posts: 3
Re: HDTracksDownloader for Linux - alpha version
« Reply #19 on: January 19, 2015, 02:57:38 pm »

Thanks for the tip, Donkey.

I got the message that "libp11-kit-gnome-keyring:i386 is already the newest version.", so I think I'm good there.

Even after re-installing libp11-kit-gnome-keyring:i386, the only file in /usr/lib/i386-linux-gnu/pkcs11/ is "gnome-keyring-pkcs11.so", so it's missing the p11-kit-trust.so file.

If it was preventing downloads, I'd be more intentional about researching, but right now it doesn't appear to be affecting functionality.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #20 on: January 19, 2015, 03:00:58 pm »

I don't think that really matters. I assume you are running amd64. It looks like that plugin doesn't exist in the package.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7365
  • The color of Spring...
Re: HDTracksDownloader for Linux - alpha version
« Reply #21 on: January 19, 2015, 03:36:45 pm »

Hmmm, I might have to test this a little bit.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #22 on: January 22, 2015, 03:17:33 pm »

Hmmm, I might have to test this a little bit.
apt-file is your friend.
On wheezy i386 we get:
apt-file search /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so
p11-kit: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so

On wheezy amd64, no such luck. I'd guess the package is broken on amd64 architecture.
Logged

outis

  • Recent member
  • *
  • Posts: 38
Re: HDTracksDownloader for Linux - alpha version
« Reply #23 on: May 01, 2015, 10:22:39 am »

Hello,

is there a chance to implement
Code: [Select]
hdtracks://Runin Firefox or Opera?

TIA
Logged

outis

  • Recent member
  • *
  • Posts: 38
Re: HDTracksDownloader for Linux - alpha version
« Reply #24 on: May 01, 2015, 01:45:44 pm »

Yes, it's possible. ;)

Firefox:
- open about:config
- create a new boolean entry: network.protocol-handler.expose.hdtracks -> false
- restart Firefox
- log in to hdtracks and click the link starting downloader. Then you'll get a dialog-window. Choose /usr/bin/hdtracksdownloader as program used by the hdtracks-protocol-handler.

Opera:
- add a new handler via preferences|programs

HTH
Logged

bkh

  • Member
  • *
  • Posts: 2
Re: HDTracksDownloader for Linux - alpha version
« Reply #25 on: May 02, 2015, 10:34:38 pm »

I've created an AUR package for Arch users. It can be found at https://aur.archlinux.org/packages/hdtracksdownloader/. Based on my limited testing on x86_64, it seems to work.

It's the first time I've created a package and there's probably room for improvement. Feel free to offer suggestions. For example, the deb includes a copy of libboost_regex 1.54. I suspect it would be better to require boost-libs as dependency, but when I do so, hdtracksdownloader complains that it can't find libboost_regex. Additionally I don't recognize libcrypt, and I don't know whether it's commonly available in some other package.

I like the service HDTracks offers, and I would like to be able to use the service with confidence. But I cannot do so if it does not support my preferred platform. Consequently, I'm excited about the prospects of this software. However, I am concerned that there have been no updates for 3 months. Can you share information about the plans for this port? Will there be continued updates? Are there plans for official Linux support? What does the roadmap/timeline look like for this port?
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71340
  • Where did I put my teeth?
Re: HDTracksDownloader for Linux - alpha version
« Reply #26 on: May 03, 2015, 06:50:31 am »

Thanks for doing that and welcome to the forum.  There probably won't be much development now.  It's base on a Windows version that is pretty clean.

If you haven't seen it yet, we have a Linux version of JRiver Media Center.  It's on the Linux board here. 
Logged

bkh

  • Member
  • *
  • Posts: 2
Re: HDTracksDownloader for Linux - alpha version
« Reply #27 on: May 03, 2015, 04:48:08 pm »

Can the Linux version of JRiver Media Center be used to download HDTracks.com purchases?
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71340
  • Where did I put my teeth?
Re: HDTracksDownloader for Linux - alpha version
« Reply #28 on: May 03, 2015, 05:09:35 pm »

I don't think so, but I'm not certain.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #29 on: May 04, 2015, 10:34:46 am »

I was just about to post an updated version.
The dependencies should in the .deb should be correct.
The current version uses it's own boost libs, not external ones.
Logged

dbadia

  • Recent member
  • *
  • Posts: 16
Re: HDTracksDownloader for Linux - alpha version
« Reply #30 on: May 12, 2015, 07:45:21 am »

Running build 103 on Debian Wheezy 64bit, everything looked ok and it started downloading tracks  but then I saw a segfault.  Upon restart, I got the pure virtual method error, then another segfault.  See output for all the runs below, tried with gdb to see if that would help you guys.  It did download 3 flac files the first time before segfaulting.

Code: [Select]
dave@jj:/tmp$ hdtracksdownloader
Warning: unknown mime-type for "/home/dave/Music/HDtracks/" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"
Segmentation fault
dave@jj:/tmp$ hdtracksdownloader
pure virtual method called
terminate called without an active exception
Aborted
dave@jj:/tmp$ 1431434075686 addons.update-checker WARN Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property

dave@jj:/tmp$ hdtracksdownloader
Segmentation fault
dave@jj:/tmp$ gdb hdtracksdownloader
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/hdtracksdownloader...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hdtracksdownloader
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0xf5863b70 (LWP 18862)]
[Thread 0xf5863b70 (LWP 18862) exited]
[New Thread 0xf5863b70 (LWP 18864)]
[New Thread 0xf488fb70 (LWP 18865)]
[Thread 0xf5863b70 (LWP 18864) exited]
[New Thread 0xf408eb70 (LWP 18866)]

Program received signal SIGSEGV, Segmentation fault.
0xf715b87b in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
(gdb) bt full
#0  0xf715b87b in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#1  0xf71c699e in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#2  0xf71c6e17 in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#3  0x081947a5 in ?? ()
No symbol table info available.
#4  0x0810e187 in ?? ()
No symbol table info available.
#5  0x08182a9b in ?? ()
No symbol table info available.
#6  0x0810e187 in ?? ()
No symbol table info available.
#7  0x0816fce9 in ?? ()
No symbol table info available.
#8  0x0811fbc2 in ?? ()
No symbol table info available.
#9  0x081200b0 in ?? ()
No symbol table info available.
#10 0x080fd7f1 in ?? ()
No symbol table info available.
#11 0x0811da8e in ?? ()
No symbol table info available.
#12 0x0810ea54 in ?? ()
No symbol table info available.
#13 0x08120614 in ?? ()
No symbol table info available.
#14 0x0816fee1 in ?? ()
No symbol table info available.
#15 0x0805b61f in ?? ()
No symbol table info available.
#16 0x080fcf62 in ?? ()
No symbol table info available.
#17 0xf6f8fecb in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#18 0xf6f9ffaf in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#19 0x081b2582 in ?? ()
No symbol table info available.
#20 0x0817058d in ?? ()
No symbol table info available.
#21 0x081710fc in ?? ()
No symbol table info available.
#22 0x0805ff7f in ?? ()
No symbol table info available.
#23 0x081d002a in ?? ()
No symbol table info available.
#24 0x08050f8d in ?? ()
No symbol table info available.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #31 on: May 12, 2015, 12:27:15 pm »

Running build 103 on Debian Wheezy 64bit, everything looked ok and it started downloading tracks  but then I saw a segfault.  Upon restart, I got the pure virtual method error, then another segfault.  See output for all the runs below, tried with gdb to see if that would help you guys.  It did download 3 flac files the first time before segfaulting.

Code: [Select]
dave@jj:/tmp$ hdtracksdownloader
Warning: unknown mime-type for "/home/dave/Music/HDtracks/" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"
Segmentation fault
dave@jj:/tmp$ hdtracksdownloader
pure virtual method called
terminate called without an active exception
Aborted
dave@jj:/tmp$ 1431434075686 addons.update-checker WARN Update manifest for {972ce4c6-7e08-4474-a285-3208198ce6fd} did not contain an updates property

dave@jj:/tmp$ hdtracksdownloader
Segmentation fault
dave@jj:/tmp$ gdb hdtracksdownloader
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/hdtracksdownloader...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/hdtracksdownloader
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0xf5863b70 (LWP 18862)]
[Thread 0xf5863b70 (LWP 18862) exited]
[New Thread 0xf5863b70 (LWP 18864)]
[New Thread 0xf488fb70 (LWP 18865)]
[Thread 0xf5863b70 (LWP 18864) exited]
[New Thread 0xf408eb70 (LWP 18866)]

Program received signal SIGSEGV, Segmentation fault.
0xf715b87b in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
(gdb) bt full
#0  0xf715b87b in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#1  0xf71c699e in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#2  0xf71c6e17 in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#3  0x081947a5 in ?? ()
No symbol table info available.
#4  0x0810e187 in ?? ()
No symbol table info available.
#5  0x08182a9b in ?? ()
No symbol table info available.
#6  0x0810e187 in ?? ()
No symbol table info available.
#7  0x0816fce9 in ?? ()
No symbol table info available.
#8  0x0811fbc2 in ?? ()
No symbol table info available.
#9  0x081200b0 in ?? ()
No symbol table info available.
#10 0x080fd7f1 in ?? ()
No symbol table info available.
#11 0x0811da8e in ?? ()
No symbol table info available.
#12 0x0810ea54 in ?? ()
No symbol table info available.
#13 0x08120614 in ?? ()
No symbol table info available.
#14 0x0816fee1 in ?? ()
No symbol table info available.
#15 0x0805b61f in ?? ()
No symbol table info available.
#16 0x080fcf62 in ?? ()
No symbol table info available.
#17 0xf6f8fecb in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#18 0xf6f9ffaf in ?? () from /usr/lib/HDtracksDownloader/libJRTools.so
No symbol table info available.
#19 0x081b2582 in ?? ()
No symbol table info available.
#20 0x0817058d in ?? ()
No symbol table info available.
#21 0x081710fc in ?? ()
No symbol table info available.
#22 0x0805ff7f in ?? ()
No symbol table info available.
#23 0x081d002a in ?? ()
No symbol table info available.
#24 0x08050f8d in ?? ()
No symbol table info available.

Thanks,
Did the previous build work?
Logged

dbadia

  • Recent member
  • *
  • Posts: 16
Re: HDTracksDownloader for Linux - alpha version
« Reply #32 on: June 01, 2015, 06:47:46 pm »

Thanks,
Did the previous build work?


This was the first version I tried
Logged

rmeineke

  • Member
  • *
  • Posts: 1
Re: HDTracksDownloader for Linux - alpha version
« Reply #33 on: June 25, 2015, 01:18:53 am »

Trying to download an album of AIFF files. The first file, the album's pdf booklet,
comes through fine. Then the downloader starts on the actual music files. When a file reaches
one hundred percent the downloader crashes.

-----------------------%< snip >%-------------------------------
[18:46] robertm -- /home/robertm $ hdtracksdownloader
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Segmentation fault (core dumped)
[18:46] robertm -- /home/robertm $
-----------------------%< snip >%-------------------------------

The log file seems to indicate that all went well with the actual transfer. It seems that
when the downloader starts its conversion things come crashing down. Could the downloader
be trying to call a conversion program that I don't have installed? Maybe?

-----------------------%< snip, edited out the AWS keys>%-------------------------------
0058477: 4095052608: Reader: CLinuxINetReader::OpenRange: Opening https://s3.amazonaws.com/hdtrack_img%2FHX886443817623_liner.pdf?AWSAccessKeyId=...
0060291: 4095052608: Reader: CLinuxINetReader::OpenRange: Finish (1814 ms)
0066954: 4095052608: General: HDTrackDownloadThread::Thread: download completed successfully, calling convert...
0066954: 4095052608: General: HDTrackDownloadThread::Convert: Start
0066954: 4095052608: General: HDTrackDownloadThread::Convert: no conversion needed
0066954: 4095052608: General: HDTrackDownloadThread::Convert: Finish (0 ms)
0066956: 4095052608: General: HDTrackDownloadThread::Thread: Successful completion, renamed /home/robertm/Desktop/Dave Brubeck/Time Out/Time Out.pdf to /home/robertm/Desktop/Dave Brubeck/Time Out/Time Out.pdf_hddownload with result=1
0066956: 4095052608: General: HDTrackDownloadThread::Thread: good result, deleting temp file
0066956: 4095052608: General: HDTrackDownloadThread::Thread: Finish (8480 ms)
0066957: 4095052608: General: HDTrackDownloadThread::Thread: Start
0066957: 4095052608: General: HDTrackDownloadThread::Thread: checking url=https://s3.amazonaws.com/drive01%2Fa07d943e282a6d08b5824eb15e4ba0f6?AWSAccessKeyId=..., final filename=/home/robertm/Desktop/Dave Brubeck/Time Out/01-Blue Rondo a la Turk.aif, bConvert=1
0066957: 4095052608: General: HDTrackDownloadThread::Thread: downloading to /home/robertm/Desktop/Dave Brubeck/Time Out/01-Blue Rondo a la Turk.track_hddownload
0066957: 4095052608: Reader: CLinuxINetReader::OpenRange: Start
0066957: 4095052608: Reader: CLinuxINetReader::OpenRange: Opening https://s3.amazonaws.com/drive01%2Fa07d943e282a6d08b5824eb15e4ba0f6?AWSAccessKeyId=...
0068281: 4095052608: Reader: CLinuxINetReader::OpenRange: Finish (1324 ms)
0223520: 4095052608: General: HDTrackDownloadThread::Thread: download completed successfully, calling convert...
0223520: 4095052608: General: HDTrackDownloadThread::Convert: Start
0223695: 4095052608: General: HDTrackDownloadThread::Convert: running conversion with AIFF Encoder encoder
0223695: 4095052608: Playback: CMJPlayerCore::Play: Start
-----------------------%< snip >%-------------------------------

Downloader is the latest version...20.0.103. Interestingly enough, I have had good success
with the downloader on FLAC files. Unfortunately, I screwed up and forgot to change the
dropdown at HDTracks to FLAC and now I am stuck trying to get these AIFF files ... without
any luck so far.

Running a fairly stock install of Ubuntu Mate 15.04. 64-bit. I'm happy to provide any
other details if needed.

Thanks for your work on this project.


Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: HDTracksDownloader for Linux - alpha version
« Reply #34 on: June 26, 2015, 05:04:52 pm »

Trying to download an album of AIFF files. The first file, the album's pdf booklet,
comes through fine. Then the downloader starts on the actual music files. When a file reaches
one hundred percent the downloader crashes.

...

Downloader is the latest version...20.0.103. Interestingly enough, I have had good success
with the downloader on FLAC files. Unfortunately, I screwed up and forgot to change the
dropdown at HDTracks to FLAC and now I am stuck trying to get these AIFF files ... without
any luck so far.

Running a fairly stock install of Ubuntu Mate 15.04. 64-bit. I'm happy to provide any
other details if needed.

Thanks for your work on this project.


Verified. Checking into the issue.
Logged

PiperKev

  • Member
  • *
  • Posts: 1
Re: HDTracksDownloader for Linux - alpha version
« Reply #35 on: December 01, 2018, 08:42:07 am »

Thanks for posting this, Bob!  It worked perfectly on my Linux Mint laptop!!
Logged
Pages: [1]   Go Up