AftershotPro v1.1.1.10 won't start on Debian Wheezy

AfterShot Pro General Questions & Getting Started Forum
Post Reply
greescom
Posts: 3
Joined: Fri Jul 04, 2014 10:28 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Asus P8z77-v lx
processor: Intel Pentium G850 2.9GHz Socket 115
ram: 8G DDR3
Video Card: Intel Pentium G850 2.9GHz Socket 115
sound_card: OnBoard
Hard_Drive_Capacity: 2120
Monitor/Display Make & Model: Dell U2311H

AftershotPro v1.1.1.10 won't start on Debian Wheezy

Post by greescom »

Just installed the 64bit version of Aftershotpro on my Debian Wheezy system.

Installed with no problems but it fails to load with the following error:

/opt/AfterShotPro/bin/AfterShotPro: error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory

I'm a registered user & it used to work great on my old Ubuntu sytem a year or so ago when I last used it, not sure what the prob is & had a good google before coming here - anyone got any ideas?

Thanks!
Brainslug
Posts: 17
Joined: Fri Jul 12, 2013 7:41 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
processor: Intel Core i7-4900MQ
ram: 16GB
Video Card: Nvidia Quadro K1100M
Monitor/Display Make & Model: Dell U2713H

Re: AftershotPro v1.1.1.10 won't start on Debian Wheezy

Post by Brainslug »

There is no 64bit version of AftershotPro v1 as far as I know... I assume you mean the 32bit version?

The libtcmalloc_minimal.so.0 library is part of the AfterShotPro_i386.deb file and gets installed into /opt/AfterShotPro/lib/
See if the file is there. If not, try to remove and re-intall the .deb file and see if you get any errors on install.
If the file is already there, you might want to run ASP via strace to find out what's going on.


Hope this helps,

- B
greescom
Posts: 3
Joined: Fri Jul 04, 2014 10:28 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Asus P8z77-v lx
processor: Intel Pentium G850 2.9GHz Socket 115
ram: 8G DDR3
Video Card: Intel Pentium G850 2.9GHz Socket 115
sound_card: OnBoard
Hard_Drive_Capacity: 2120
Monitor/Display Make & Model: Dell U2311H

Re: AftershotPro v1.1.1.10 won't start on Debian Wheezy

Post by greescom »

Yes, you're right there is only a 32bit version, I meant I installed the deb file packaged for 64bit systems (AfterShotPro_amd64.deb).

Thanks for the tips. I checked /opt/AfterShotPro/lib/ & the library was present. I then installed strace & ran ASP with it, man, it's a really cool debugging tool! Turns out ASP was looking everywhere except /opt/AfterShotPro/lib/ for it's library files & not finding them. So I system linked all the libs to one of the places it was looking:

sudo ln -s /opt/AfterShotPro/lib/* /usr/lib/

ASP now loaded & showed me the initial options screen but crashed at the GUI with:

Fatal: Cannot mix incompatible Qt library (version 0x40703) with this library (version 0x40802)

I'm hoping I can install an Qt 4.7.3 alongside my current version, i'll give it a try later on......
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: AftershotPro v1.1.1.10 won't start on Debian Wheezy

Post by afx »

greescom wrote: Turns out ASP was looking everywhere except /opt/AfterShotPro/lib/ for it's library files & not finding them.
I bet you're one of those that totally overlooked /usr/bin/AfterShotPro which does all the appropriate Library setup.....

Why is it so hard to look in the standard place first or use the silly gui menus to start a gui application?

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
greescom
Posts: 3
Joined: Fri Jul 04, 2014 10:28 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Asus P8z77-v lx
processor: Intel Pentium G850 2.9GHz Socket 115
ram: 8G DDR3
Video Card: Intel Pentium G850 2.9GHz Socket 115
sound_card: OnBoard
Hard_Drive_Capacity: 2120
Monitor/Display Make & Model: Dell U2311H

Re: AftershotPro v1.1.1.10 won't start on Debian Wheezy

Post by greescom »

Thank You afx!

/usr/bin/AfterShotPro ran it perfectly straight away, You saved me a lot of time configuring it manually.

Oh, the reason it was "so hard" is because I run a tiling window manager (DWM) that doesn't have any gui menus and the ASP developers didn't follow the standard lowercase naming convention for usr/bin files so when I tried to auto-complete from the shell it couldn't find it (a != A). Hence I assumed it didn't have a link in there.

Oh well. it's working now :-)
Post Reply