Linux user experience.

AfterShot Pro General Questions & Getting Started Forum
Post Reply
sismo
Posts: 3
Joined: Tue Aug 20, 2013 4:09 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: 990FXA-GD65
processor: AMD FX-6100
ram: 16gb
Video Card: [Radeon HD 6670 2gb
Hard_Drive_Capacity: 3 x 750gb
Monitor/Display Make & Model: dell u2913wm

Linux user experience.

Post by sismo »

Hi, I'm having several crashing during a standard workflow (processing 100 photos, 10 crashes). I'm using Ubuntu 12.04 64bit. If you are another Linux user, do you have the same problems? What distribution are you using?
SISMONDA, Fernando Miguel
email: f@sismonda.com.ar
TWITTER: @sismonda
SKYPE: fmsismonda
fb fkr G+ www
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: Linux user experience.

Post by afx »

12.04 64bit. No issues.
Are you using any plugins?

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
sismo
Posts: 3
Joined: Tue Aug 20, 2013 4:09 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: 990FXA-GD65
processor: AMD FX-6100
ram: 16gb
Video Card: [Radeon HD 6670 2gb
Hard_Drive_Capacity: 3 x 750gb
Monitor/Display Make & Model: dell u2913wm

Re: Linux user experience.

Post by sismo »

I'm lading at startup
  • asPluginManager
  • Equalizer
  • GradFilter
  • Mix3
  • Vigne
  • Wavelet Shaperpen3
  • zPerspector
My default settings are (the extract were I define the plugin
  • bopt:warpon="true"
  • bopt:rn_smooth_enabled="true"
  • bopt:WaveletSharpen2.bSphWaveleton="true"
  • bopt:WaveletSharpen2.bSphWaveletAmount="25"
  • bopt:WaveletSharpen2.bSphWaveletSharpenClarity="true"
Thanks for your time afx
SISMONDA, Fernando Miguel
email: f@sismonda.com.ar
TWITTER: @sismonda
SKYPE: fmsismonda
fb fkr G+ www
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: Linux user experience.

Post by afx »

That should be ok ;-(

Do you see any specific in the log file when it crashes?

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
sismo
Posts: 3
Joined: Tue Aug 20, 2013 4:09 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: 990FXA-GD65
processor: AMD FX-6100
ram: 16gb
Video Card: [Radeon HD 6670 2gb
Hard_Drive_Capacity: 3 x 750gb
Monitor/Display Make & Model: dell u2913wm

Re: Linux user experience.

Post by sismo »

Nothing special (segmentation fault). I'm using Ubuntu 12.04 64bit, which distribution are you using?
SISMONDA, Fernando Miguel
email: f@sismonda.com.ar
TWITTER: @sismonda
SKYPE: fmsismonda
fb fkr G+ www
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: Linux user experience.

Post by afx »

The same ;-)

I assume you are batching 100 images right? Or are you talking about crashes while working on the images?

And do you use OpenCL?

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
spoilerhead
Posts: 133
Joined: Fri Jan 13, 2012 8:18 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Hard_Drive_Capacity: 13.5TB
Location: Vienna

Re: Linux user experience.

Post by spoilerhead »

- Try turning off openCL (File -> Preferences -> Hardware Acceleration -> Use OpenCL.
- Append your ~/.AfterShotPro/AfterShotPro.log (after a crash)
- Try running ASP with this script from a console. When it crashes, just type bt[enter] This gives you a call stack, thereby hinting what module crashes.

Code: Select all

#!/bin/bash
BIBBLE_INSTALL_PATH="/opt/AfterShotPro"

LD_LIBRARY_PATH=${BIBBLE_INSTALL_PATH}/lib:${LD_LIBRARY_PATH}
XLIB_SKIP_ARGB_VISUALS=1
export LD_LIBRARY_PATH
export XLIB_SKIP_ARGB_VISUALS
echo "Install Path:          " ${BIBBLE_INSTALL_PATH}
echo "LD_PATH:               " $LD_LIBRARY_PATH
echo "XLIB_SKIP_ARGB_VISUALS:" $XLIB_SKIP_ARGB_VISUALS

if [ -x "${BIBBLE_INSTALL_PATH}/bin/AfterShotPro" ]
then
    cd "${BIBBLE_INSTALL_PATH}/bin"
    gdb "./AfterShotPro"
else
    echo "didn't run it (obviously)"
fi
exit 1
my ASP Plugins - donation button ( send beer! :) )
linux,7d, glass and a huge mug of coffee.
If you got any immediate problems with my plugins, don't by shy on contact me on GoogleTalk.
sajnox
Posts: 10
Joined: Fri Aug 02, 2013 12:56 pm
operating_system: Linux
System_Drive: C
32bit or 64bit: 32 Bit
motherboard: Intel DBS61
processor: i5 2.8
ram: 12GB
Video Card: NVidia 620
Hard_Drive_Capacity: 1.3TB
Monitor/Display Make & Model: Samsung XL23

Re: Linux user experience.

Post by sajnox »

Hi,

I've followed the instructions to create the file with the script but I don't get ASP to run

Code: Select all

Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 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 "i686-linux-gnu".
Para las instrucciones de informe de errores, vea:
<http://www.gnu.org/software/gdb/bugs/>...
Leyendo símbolos desde /opt/AfterShotPro/bin/AfterShotPro...hecho.
(gdb) 
And it stays there.....what am I missing?
sajnox
Posts: 10
Joined: Fri Aug 02, 2013 12:56 pm
operating_system: Linux
System_Drive: C
32bit or 64bit: 32 Bit
motherboard: Intel DBS61
processor: i5 2.8
ram: 12GB
Video Card: NVidia 620
Hard_Drive_Capacity: 1.3TB
Monitor/Display Make & Model: Samsung XL23

Re: Linux user experience.

Post by sajnox »

Problem solved!

DIsabling OpenCL has an impact over performance with a total improvement over stability

Linux Users? Which Video Cards are you using? Open CL Enabled? Stability?
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: Linux user experience.

Post by afx »

OpenCL on Linux is even more problematic than on Windows, as the server grade drivers are not available. On Windows one can at least buy server grade cards with appropriate drivers.
On my quad i7 Thinkpad with an Nvidia card I can actually reduce performance with OpenCL.
On my quad Phenom Windows box, using a FirePro V4900, I get a 25% performance boost.

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
algreen345

Re: Linux user experience.

Post by algreen345 »

I get crashes every time I try to delete more than 5 files at once regardless of whether I have OpenCL enalbed or not. Quite frustrating.
EOS
Posts: 43
Joined: Sun Feb 12, 2012 1:53 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Gigabyte
processor: Core i7-3930K
ram: 12GB
Video Card: Nvidia
Hard_Drive_Capacity: 4TB
Monitor/Display Make & Model: 2x Samsung SyncMaster 21 inch
Contact:

Re: Linux user experience.

Post by EOS »

I/O-threads to high?

is that with the version 1.2.0.7 ? downgrade if possible ;-)
kumsa
Posts: 41
Joined: Sat Apr 14, 2012 10:22 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Dell Vostro V131
processor: i5 2.4 Ghz
ram: 8 G
Video Card: Nvidia
sound_card: Dell Laptop
Hard_Drive_Capacity: Terabytes
Monitor/Display Make & Model: Dell U2312HM, Acer
Contact:

Re: Linux user experience.

Post by kumsa »

No probs with the latest ASP on Ubuntu 12.10

I'm actually loving ASP, now that it reads the CR2 files for my Canon 6D.
spoilerhead
Posts: 133
Joined: Fri Jan 13, 2012 8:18 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Hard_Drive_Capacity: 13.5TB
Location: Vienna

Re: Linux user experience.

Post by spoilerhead »

sajnox wrote:Hi,

I've followed the instructions to create the file with the script but I don't get ASP to run

Code: Select all

Install Path:           /opt/AfterShotPro
LD_PATH:                /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 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 "i686-linux-gnu".
Para las instrucciones de informe de errores, vea:
<http://www.gnu.org/software/gdb/bugs/>...
Leyendo símbolos desde /opt/AfterShotPro/bin/AfterShotPro...hecho.
(gdb) 
And it stays there.....what am I missing?
oh sorry, i forgot:
you got to type "run" and hit enter
my ASP Plugins - donation button ( send beer! :) )
linux,7d, glass and a huge mug of coffee.
If you got any immediate problems with my plugins, don't by shy on contact me on GoogleTalk.
Post Reply