ASP3 doesn't work

AfterShot Pro General Questions & Getting Started Forum
Post Reply
pgman
Posts: 79
Joined: Sun Feb 12, 2012 8:06 pm
operating_system: Linux
System_Drive: N/A

ASP3 doesn't work

Post by pgman »

Code: Select all

pplication vers.: 3.0.0.123
Product Name: AfterShot Pro 3 Registered
Built on:     Wed May 4 2016
Platform:     Linux
Language:     en
App Path:     /opt/AfterShot3(64-bit)/bin/AfterShot
System Home:  /opt/AfterShot3(64-bit)/supportfiles
User Home:    /home/froggy/.aftershotpro3
Prefs Home:   /home/froggy/.config/Corel/AfterShot Pro v3.conf
Processors:   8
CPU Threads:  8
I/O Threads:  1
B. In-flight: 3
RAM:          11991 MB
SIMD Version: SSE2
Build Mode:   Release
Issue:        Manjaro Linux \r  (\n) (\l)
Kernel:       Linux version 4.1.26-1-MANJARO (builduser@manjaro) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Wed Jun 8 08:35:05 UTC 2016
None of the adjustments work: Auto-level, perfect clear, temp, exposure, highlights, fill, black, contrast.... I can move the sliders but they have no effect :(

What should I check?

Thanks

Syv
Dutchmm
Posts: 297
Joined: Sun Feb 05, 2012 8:55 am
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: Asus 97
processor: Intel i7 4785T
ram: 16GB
Video Card: Onboard Intel
sound_card: Intel AC97
Hard_Drive_Capacity: 2.5TB
Monitor/Display Make & Model: Philips 28"
Corel programs: ASP 3 Pro (and 2 and 1 before)

Re: ASP3 doesn't work

Post by Dutchmm »

You haven't said which flavour or release of linux you are running; but leaving aside the problems people are having with ubuntu 16.04, the most likely cause of the symptoms you report is a permissions issue. Are you sure that the user under which you are running ASP (froggy, at a guess) has ownership of and permission to write in, the directories where your photographs are stored?

sudo chown -R froggy:froggy /home/froggy/Pictures/directory
sudo chmod -R u+w,go-w /home/froggy/Pictures/directory

HTH
pgman
Posts: 79
Joined: Sun Feb 12, 2012 8:06 pm
operating_system: Linux
System_Drive: N/A

[Solved] Re: ASP3 doesn't work

Post by pgman »

Dutchmm wrote:You haven't said which flavour or release of linux you are running; but leaving aside the problems people are having with ubuntu 16.04, the most likely cause of the symptoms you report is a permissions issue. Are you sure that the user under which you are running ASP (froggy, at a guess) has ownership of and permission to write in, the directories where your photographs are stored?

sudo chown -R froggy:froggy /home/froggy/Pictures/directory
sudo chmod -R u+w,go-w /home/froggy/Pictures/directory

HTH
You are correct thanks. It was the permissions of the removable hard drive.

Thanks

Syv
Post Reply