AfterShotPro does not start anymore: Log show "Error -6"
Log:
Install Path: /opt/AfterShotPro
LD_PATH: /opt/AfterShotPro/lib:
XLIB_SKIP_ARGB_VISUALS: 1
0.0: I have SSE2
0.20: Bibble program arguments ("./AfterShotPro")
0.21: Loaded "/opt/AfterShotPro/supportfiles/locale/aftershot_de.qm"
0.21: Loaded "/opt/AfterShotPro/supportfiles/locale/qt_de.qm"
0.21: Loading plugins
0.27: AfterShot Pro key used. 6
0.27: System locale: en_US
0.30: Added plugin locale file: "/opt/AfterShotPro/supportfiles/plugins/Equalizer.afplugin/locale/Equalizer_de.qm"
0.30: Added plugin locale file: "/opt/AfterShotPro/supportfiles/plugins/Nostalgia.afplugin/locale/Nostalgia_de.qm"
0.31: Loaded "/opt/AfterShotPro/supportfiles/locale/aftershot_de.qm"
0.31: Loaded "/opt/AfterShotPro/supportfiles/locale/qt_de.qm"
0.31: Loaded "/opt/AfterShotPro/supportfiles/plugins/Equalizer.afplugin/locale/Equalizer_de.qm"
0.31: Loaded "/opt/AfterShotPro/supportfiles/plugins/Nostalgia.afplugin/locale/Nostalgia_de.qm"
0.73: AfterShot Pro key used. 6
0.84: AfterShot Pro key used. 6
0.84: AfterShot vers.: 1.1.1.10
0.84: Built on: "Thu Jan 31 2013"
0.84: Language: de
0.84: App Path: /opt/AfterShotPro/bin/AfterShotPro
0.84: System Home: ../supportfiles
0.84: User Home: /home/gerd/.AfterShotPro
0.84: Prefs Home: /home/gerd/.config/Corel/AfterShot Pro.conf
0.84: Platform: Linux
0.84: Issue: "Debian GNU/Linux 7.0 \n \l"
0.84: Kernel: "Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2"
0.85: Build Mode: Release
0.85: Product Name: "AfterShot Pro"
0.85: AfterShot Pro key used. 6
0.85: Registered Version
0.85: AfterShot Pro key used. 6
0.85: Initializing
0.85: Cpu Manager init: 8
0.85: **** Making CLManager
0.89: Got 1 platforms
0.89: OpenCL is disabled in low mem mode
0.89: platform 0xa7b24b0 "NVIDIA Corporation" OpenCL Version: "OpenCL 1.1 CUDA 4.2.1"
0.90: device: 0xa7b2420 "NVS 310"
0.90: device: 0xa7b2510 "Quadro NVS 290"
Fatal: Could not create context. Error -6
0.152: Could not create context. Error -6
Aborted
Any help/ideas ?
regards, Gerd
AfterShotPro does not start anymore
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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 does not start anymore
So what did you change? new Nidia driver?
cheers
afx
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
-
gerd
- Posts: 4
- Joined: Sat May 11, 2013 2:47 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: i7-3770
- ram: 32GB
- Video Card: NV280 + NV S310
- Monitor/Display Make & Model: Lacie324/...
Re: AfterShotPro does not start anymore
This was one of the first ideas - but the last update was done with complete new install of the whole system (changing to 64bit, ext4 ). After that, ASP was running fine. From time to installation to now, only standard debian updates has been done as usual.afx wrote:So what did you change? new Nidia driver?
cheers
afx
Is there a source to find out a better description, what "error -6 " says ?
regards, Gerd
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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 does not start anymore
Well, the standard debian updates might have changed something in the OpenCL libs.
I'd use "strace -o /tmp/as.log -ff" on the aftershot startup file and then see which thread has the error and what it tries to do before it.
the -6 might be a misinterpreted value (signed instead of unsigned...).
cheers
afx
I'd use "strace -o /tmp/as.log -ff" on the aftershot startup file and then see which thread has the error and what it tries to do before it.
the -6 might be a misinterpreted value (signed instead of unsigned...).
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
-
gerd
- Posts: 4
- Joined: Sat May 11, 2013 2:47 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: i7-3770
- ram: 32GB
- Video Card: NV280 + NV S310
- Monitor/Display Make & Model: Lacie324/...
Re: AfterShotPro does not start anymore
To add a bit more: ldd shows no missing libraroes or other errors. Before the crash, the splitcreen of AfterShotPro is visible for a very short time (not really readable).
strace end with the following lines:
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff3b1a000
fstat64(11, {st_mode=S_IFREG|0644, st_size=1501, ...}) = 0
_llseek(11, 1501, [1501], SEEK_SET) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff3b19000
write(1, "Fatal: Could not create context."..., 43) = 43
write(2, "2.16: Could not create context. "..., 42) = 42
write(11, "2.16: Could not create context. "..., 42) = 42
close(11) = 0
munmap(0xf3b1a000, 4096) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL,
= 0
tgkill(10364, 10364, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
I'll try to attach to full output, maybe somebody can see more (I don't see the problem there, but I'm not a developer)
regards, Gerd
strace end with the following lines:
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff3b1a000
fstat64(11, {st_mode=S_IFREG|0644, st_size=1501, ...}) = 0
_llseek(11, 1501, [1501], SEEK_SET) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff3b19000
write(1, "Fatal: Could not create context."..., 43) = 43
write(2, "2.16: Could not create context. "..., 42) = 42
write(11, "2.16: Could not create context. "..., 42) = 42
close(11) = 0
munmap(0xf3b1a000, 4096) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL,
tgkill(10364, 10364, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
I'll try to attach to full output, maybe somebody can see more (I don't see the problem there, but I'm not a developer)
regards, Gerd
- Attachments
-
- as_log.tar.bz2
- Output strace
- (24.39 KiB) Downloaded 285 times
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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 does not start anymore
Try to set
Preferences\OpenCL\Enabled=false
in
~/.config/Corel/AfterShot Pro.conf
cheers
afx
Preferences\OpenCL\Enabled=false
in
~/.config/Corel/AfterShot Pro.conf
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
-
gerd
- Posts: 4
- Joined: Sat May 11, 2013 2:47 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: i7-3770
- ram: 32GB
- Video Card: NV280 + NV S310
- Monitor/Display Make & Model: Lacie324/...
Re: AfterShotPro does not start anymore
Already done - without effect ..
cheers, Gerd
cheers, Gerd
afx wrote:Try to set
Preferences\OpenCL\Enabled=false
in
~/.config/Corel/AfterShot Pro.conf
cheers
afx
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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 does not start anymore
Drat.. No idea.
Try running it from a different account to see whether it is anything in the configuration.
cheers
afx
Try running it from a different account to see whether it is anything in the configuration.
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
