Re: [darktable-user] Darktable can't load

2016-04-07 Thread Louis Turk
Hi Matthieu,

On 04/07/2016 08:07 PM, Matthieu Moy wrote:
> (I didn't get the previous email)
> 

No problem. Please see my note below.

> Louis Turk  writes:
> 
>> On 04/06/2016 06:46 PM, Louis Turk wrote:
>>> Hi Matthieu,
>>>
>>> Many thanks for your help! Please see below.
>>>
>>> On 04/06/2016 04:15 PM, Matthieu Moy wrote:
 Louis Turk  writes:

> On 04/06/2016 02:09 PM, Matthieu Moy wrote:

>> What happens if you launch "darktable -d all" from a terminal?
>>
>
> [~]% darktable -d all
 [...]

 I don't see anything obvious.

 A few more things that may help (or not...):

 * Launch "darktable one-image-file" instead of just "darktable". Might
   trigger a different behavior.
>>>
>>> This just locks up as before.
>>>

 * Try "strace darktable": very noisy, shows all system calls performed
   by darktable. When you get a freeze, it may be one system call that
   does not terminate (then you'll see it immediately at the end of the
   output of strace), or something running in a loop. 
>>>
>>> The last few lines are:
>>>
>>> openat(AT_FDCWD, "/etc/fonts/conf.d",
>>> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
>>> getdents(15, /* 84 entries */, 32768)   = 3920
>>> getdents(15, /* 0 entries */, 32768)= 0
>>> access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
>>> stat("/etc/fonts/conf.d/10-antialias.conf", {st_mode=S_IFREG|0644,
>>> st_size=223, ...}) = 0
>>> open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_CLOEXEC) = 16
>>> read(16, "\n>> brk(0x1958000)  = 0x1958000
>>> read(16, "", 8192)  = 0
>>> brk(0x1954000)  = 0x1954000
>>> close(16)   = 0
>>> access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
>>> stat("/etc/fonts/conf.d/10-hinting-slight.conf", {st_mode=S_IFREG|0644,
>>> st_size=229, ...}) = 0
>>> open("/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 16
>>> read(16, "\n>> read(16, "", 8192)  = 0
>>> close(16)   = 0
>>> access("/etc/fonts/conf.d/10-hinting.conf", R_OK) = 0
>>> stat("/etc/fonts/conf.d/10-hinting.conf", {st_mode=S_IFREG|0644,
>>> st_size=212, ...}) = 0
>>> open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_CLOEXEC) = 16
>>> read(16, "\n>> read(16, "", 8192)  = 0
>>> close(16)   = 0
>>> access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
>>> stat("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf",
>>> {st_mode=S_IFREG|0644, st_size=1952, ...}) = 0
>>> open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC)
>>> = 16
>>> read(16, "\n>> read(16, "", 8192)  = 0
>>> close(16)   = 0
>>> access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK) = 0
>>> stat("/etc/fonts/conf.d/11-lcdfilter-default.conf",
>>> {st_mode=S_IFREG|0644, st_size=526, ...}) = 0
>>> open("/etc/fonts/conf.d/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 16
>>> read(16, "\n>> read(16, "", 8192)  = 0
>>> close(16 
>>> +++ exited with 15 +++
>>> [~]%
> 
> I don't understand. In your description, darktable shows a blank screen.
> Here, and in the output of "darktable -d all", darktable clearly
> crashes.
> 
> Do you really get the blank screen after this "exited with 15"?

Running from a terminal I get the blank screen (as before). I then open
another terminal to kill the darktable process. The error messages then
display on the first terminal.

> 
> If you get an actual crash, then please read
> http://www.darktable.org/development/ for how to get a backtrace.
> 

I compiled darktable myself, and now it works fine. Many thanks for
helping me! Very much appreciated!

Louis


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-07 Thread Matthieu Moy
(I didn't get the previous email)

Louis Turk  writes:

> On 04/06/2016 06:46 PM, Louis Turk wrote:
>> Hi Matthieu,
>> 
>> Many thanks for your help! Please see below.
>> 
>> On 04/06/2016 04:15 PM, Matthieu Moy wrote:
>>> Louis Turk  writes:
>>>
 On 04/06/2016 02:09 PM, Matthieu Moy wrote:
>>>
> What happens if you launch "darktable -d all" from a terminal?
>

 [~]% darktable -d all
>>> [...]
>>>
>>> I don't see anything obvious.
>>>
>>> A few more things that may help (or not...):
>>>
>>> * Launch "darktable one-image-file" instead of just "darktable". Might
>>>   trigger a different behavior.
>> 
>> This just locks up as before.
>> 
>>>
>>> * Try "strace darktable": very noisy, shows all system calls performed
>>>   by darktable. When you get a freeze, it may be one system call that
>>>   does not terminate (then you'll see it immediately at the end of the
>>>   output of strace), or something running in a loop. 
>> 
>> The last few lines are:
>> 
>> openat(AT_FDCWD, "/etc/fonts/conf.d",
>> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
>> getdents(15, /* 84 entries */, 32768)   = 3920
>> getdents(15, /* 0 entries */, 32768)= 0
>> access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-antialias.conf", {st_mode=S_IFREG|0644,
>> st_size=223, ...}) = 0
>> open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> brk(0x1958000)  = 0x1958000
>> read(16, "", 8192)  = 0
>> brk(0x1954000)  = 0x1954000
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-hinting-slight.conf", {st_mode=S_IFREG|0644,
>> st_size=229, ...}) = 0
>> open("/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-hinting.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-hinting.conf", {st_mode=S_IFREG|0644,
>> st_size=212, ...}) = 0
>> open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf",
>> {st_mode=S_IFREG|0644, st_size=1952, ...}) = 0
>> open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC)
>> = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/11-lcdfilter-default.conf",
>> {st_mode=S_IFREG|0644, st_size=526, ...}) = 0
>> open("/etc/fonts/conf.d/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16 
>> +++ exited with 15 +++
>> [~]%

I don't understand. In your description, darktable shows a blank screen.
Here, and in the output of "darktable -d all", darktable clearly
crashes.

Do you really get the blank screen after this "exited with 15"?

If you get an actual crash, then please read
http://www.darktable.org/development/ for how to get a backtrace.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-07 Thread johannes hanika
hi,

just guessing here: the last thing it does is load the printing
dialog? maybe there's some delay, cups waiting for a network printer
or whatever? i remember i had pretty long delays for that reason at
some point, too (but it got fixed since).

-j.

On Thu, Apr 7, 2016 at 3:02 AM, Louis Turk  wrote:
> Does this strace not help any?
>
> Louis
>
> On 04/06/2016 06:46 PM, Louis Turk wrote:
>> Hi Matthieu,
>>
>> Many thanks for your help! Please see below.
>>
>> On 04/06/2016 04:15 PM, Matthieu Moy wrote:
>>> Louis Turk  writes:
>>>
 On 04/06/2016 02:09 PM, Matthieu Moy wrote:
>>>
> What happens if you launch "darktable -d all" from a terminal?
>

 [~]% darktable -d all
>>> [...]
>>>
>>> I don't see anything obvious.
>>>
>>> A few more things that may help (or not...):
>>>
>>> * Launch "darktable one-image-file" instead of just "darktable". Might
>>>   trigger a different behavior.
>>
>> This just locks up as before.
>>
>>>
>>> * Try "strace darktable": very noisy, shows all system calls performed
>>>   by darktable. When you get a freeze, it may be one system call that
>>>   does not terminate (then you'll see it immediately at the end of the
>>>   output of strace), or something running in a loop.
>>
>> The last few lines are:
>>
>> openat(AT_FDCWD, "/etc/fonts/conf.d",
>> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
>> getdents(15, /* 84 entries */, 32768)   = 3920
>> getdents(15, /* 0 entries */, 32768)= 0
>> access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-antialias.conf", {st_mode=S_IFREG|0644,
>> st_size=223, ...}) = 0
>> open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> brk(0x1958000)  = 0x1958000
>> read(16, "", 8192)  = 0
>> brk(0x1954000)  = 0x1954000
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-hinting-slight.conf", {st_mode=S_IFREG|0644,
>> st_size=229, ...}) = 0
>> open("/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-hinting.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-hinting.conf", {st_mode=S_IFREG|0644,
>> st_size=212, ...}) = 0
>> open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf",
>> {st_mode=S_IFREG|0644, st_size=1952, ...}) = 0
>> open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC)
>> = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16)   = 0
>> access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK) = 0
>> stat("/etc/fonts/conf.d/11-lcdfilter-default.conf",
>> {st_mode=S_IFREG|0644, st_size=526, ...}) = 0
>> open("/etc/fonts/conf.d/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 16
>> read(16, "\n> read(16, "", 8192)  = 0
>> close(16 
>> +++ exited with 15 +++
>> [~]%
>>
>> "strace -e open
>>>   darktable" shows all files opened by darktable, it may give some hints
>>>   too.
>>>
>>
>> The last few lines are:
>>
>> open("/usr/lib/darktable/plugins/lighttable/libview_toolbox.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libcollect.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libdarktable_label.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/share/darktable/pixmaps/idbutton.svg", O_RDONLY) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libimage.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libbackgroundjobs.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/librecentcollect.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libcamera.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libmodulelist.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libmasks.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/usr/lib/darktable/plugins/lighttable/libprint_settings.so",
>> O_RDONLY|O_CLOEXEC) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> open("/proc/loadavg", O_RDONLY) = 16
>> --- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, 

Re: [darktable-user] Darktable can't load

2016-04-06 Thread Louis Turk
Does this strace not help any?

Louis

On 04/06/2016 06:46 PM, Louis Turk wrote:
> Hi Matthieu,
> 
> Many thanks for your help! Please see below.
> 
> On 04/06/2016 04:15 PM, Matthieu Moy wrote:
>> Louis Turk  writes:
>>
>>> On 04/06/2016 02:09 PM, Matthieu Moy wrote:
>>
 What happens if you launch "darktable -d all" from a terminal?

>>>
>>> [~]% darktable -d all
>> [...]
>>
>> I don't see anything obvious.
>>
>> A few more things that may help (or not...):
>>
>> * Launch "darktable one-image-file" instead of just "darktable". Might
>>   trigger a different behavior.
> 
> This just locks up as before.
> 
>>
>> * Try "strace darktable": very noisy, shows all system calls performed
>>   by darktable. When you get a freeze, it may be one system call that
>>   does not terminate (then you'll see it immediately at the end of the
>>   output of strace), or something running in a loop. 
> 
> The last few lines are:
> 
> openat(AT_FDCWD, "/etc/fonts/conf.d",
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
> getdents(15, /* 84 entries */, 32768)   = 3920
> getdents(15, /* 0 entries */, 32768)= 0
> access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
> stat("/etc/fonts/conf.d/10-antialias.conf", {st_mode=S_IFREG|0644,
> st_size=223, ...}) = 0
> open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_CLOEXEC) = 16
> read(16, "\n brk(0x1958000)  = 0x1958000
> read(16, "", 8192)  = 0
> brk(0x1954000)  = 0x1954000
> close(16)   = 0
> access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
> stat("/etc/fonts/conf.d/10-hinting-slight.conf", {st_mode=S_IFREG|0644,
> st_size=229, ...}) = 0
> open("/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 16
> read(16, "\n read(16, "", 8192)  = 0
> close(16)   = 0
> access("/etc/fonts/conf.d/10-hinting.conf", R_OK) = 0
> stat("/etc/fonts/conf.d/10-hinting.conf", {st_mode=S_IFREG|0644,
> st_size=212, ...}) = 0
> open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_CLOEXEC) = 16
> read(16, "\n read(16, "", 8192)  = 0
> close(16)   = 0
> access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
> stat("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf",
> {st_mode=S_IFREG|0644, st_size=1952, ...}) = 0
> open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC)
> = 16
> read(16, "\n read(16, "", 8192)  = 0
> close(16)   = 0
> access("/etc/fonts/conf.d/11-lcdfilter-default.conf", R_OK) = 0
> stat("/etc/fonts/conf.d/11-lcdfilter-default.conf",
> {st_mode=S_IFREG|0644, st_size=526, ...}) = 0
> open("/etc/fonts/conf.d/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 16
> read(16, "\n read(16, "", 8192)  = 0
> close(16 
> +++ exited with 15 +++
> [~]%
> 
> "strace -e open
>>   darktable" shows all files opened by darktable, it may give some hints
>>   too.
>>
> 
> The last few lines are:
> 
> open("/usr/lib/darktable/plugins/lighttable/libview_toolbox.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libcollect.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libdarktable_label.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/share/darktable/pixmaps/idbutton.svg", O_RDONLY) = 16
> open("/usr/lib/darktable/plugins/lighttable/libimage.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libbackgroundjobs.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/librecentcollect.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libcamera.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libmodulelist.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libmasks.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/usr/lib/darktable/plugins/lighttable/libprint_settings.so",
> O_RDONLY|O_CLOEXEC) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> open("/proc/loadavg", O_RDONLY) = 16
> --- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=2348,
> si_uid=1000} ---
> +++ exited with 15 +++
> [~]%
> 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-06 Thread Matthieu Moy
Louis Turk  writes:

> On 04/06/2016 02:09 PM, Matthieu Moy wrote:

>> What happens if you launch "darktable -d all" from a terminal?
>> 
>
> [~]% darktable -d all
[...]

I don't see anything obvious.

A few more things that may help (or not...):

* Launch "darktable one-image-file" instead of just "darktable". Might
  trigger a different behavior.

* Try "strace darktable": very noisy, shows all system calls performed
  by darktable. When you get a freeze, it may be one system call that
  does not terminate (then you'll see it immediately at the end of the
  output of strace), or something running in a loop. "strace -e open
  darktable" shows all files opened by darktable, it may give some hints
  too.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-06 Thread Louis Turk
On 04/06/2016 02:09 PM, Matthieu Moy wrote:
> Louis Turk  writes:
> 
>> I think it would be wise to not engage in such jokes if you want
>> darktable to be considered a professional product.
> 
> darktable is not a commercial product. The goal of developers (I'm not
> one of them) is not to attract new categories of users, but to have a
> great program and to have fun with it.

I understand that, but the fun must not include jokes that smack of
immaturity, or else serious users will abandon darktable. And most of
them will not tell you why. They will just delete darktable from their
computers, and go to a different program. Don't misunderstand, I've been
using darktable for a long time, and it is great. But I have to be able
to get my work done. I can't afford to lose several days of work like this.

> 
>> Is there any way to trouble shoot this problem?
> 
> What happens if you press 'd' or 'l' while darktable with its blank
> screen is in focus?

Nothing.

> 
> What happens if you launch "darktable -d all" from a terminal?
> 

[~]% darktable -d all


[memory] at startup
[memory] max address space (vmpeak):  251028 kB
[memory] cur address space (vmsize):  251028 kB
[memory] max used memory   (vmhwm ):   13112 kB
[memory] cur used memory   (vmrss ):   13112 kB
[sql] exec "CREATE TABLE memory.color_labels_temp (imgid INTEGER PRIMARY
KEY)"
[sql] exec "CREATE TABLE memory.collected_images (rowid INTEGER PRIMARY
KEY AUTOINCREMENT, imgid INTEGER)"
[sql] exec "CREATE TABLE memory.tmp_selection (imgid INTEGER)"
[sql] exec "CREATE TABLE memory.tagq (tmpid INTEGER PRIMARY KEY, id
INTEGER)"
[sql] exec "CREATE TABLE memory.taglist (tmpid INTEGER PRIMARY KEY, id
INTEGER UNIQUE ON CONFLICT REPLACE, count INTEGER)"
[sql] exec "CREATE TABLE memory.history (imgid INTEGER, num INTEGER,
module INTEGER, operation VARCHAR(256) UNIQUE ON CONFLICT REPLACE,
op_params BLOB, enabled INTEGER, blendop_params BLOB, blendop_version
INTEGER, multi_priority INTEGER, multi_name VARCHAR(256))"
[sql] exec "CREATE TABLE MEMORY.style_items (styleid INTEGER, num
INTEGER, module INTEGER, operation VARCHAR(256), op_params BLOB, enabled
INTEGER, blendop_params BLOB, blendop_version INTEGER, multi_priority
INTEGER, multi_name VARCHAR(256))"
[fswatch_new] fswatch not supported on your platform
[sql] prepare "select count(distinct id) from images where   (flags &
256) != 256 and ((film_id in (select id from film_rolls where folder
like '/mnt/data/l/reports/2016-02/07-13'))) order by id limit ?1, ?2"
[sql] prepare "select count (distinct imgid) from selected_images"
[sql] prepare "delete from selected_images where imgid not in (select
distinct id from images where   (flags & 256) != 256 and ((film_id in
(select id from film_rolls where folder like
'/mnt/data/l/reports/2016-02/07-13'))) order by id limit ?1, ?2)"
[sql] prepare "select count(distinct id) from images where   (flags &
256) != 256 and ((film_id in (select id from film_rolls where folder
like '/mnt/data/l/reports/2016-02/07-13'))) order by id"
[sql] prepare "select count (distinct imgid) from selected_images"
[pwstorage_new] Creating new context 0x6c5fb0
[pwstorage_new] no storage backend. not storing username/password.
please change in preferences, core tab.
[opencl_init] opencl related configuration options:
[opencl_init]
[opencl_init] opencl: 1
[opencl_init] opencl_library: ''
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init]
[opencl_init] could not find opencl runtime library 'libOpenCL'
[opencl_init] could not find opencl runtime library 'libOpenCL.so'
[opencl_init] found opencl runtime library 'libOpenCL.so.1'
[opencl_init] opencl library 'libOpenCL.so.1' found on your system and
loaded
[opencl_init] found 1 platform
[opencl_init] found 2 devices
[opencl_init] device 0 `Tahiti' supports image sizes of 16384 x 16384
[opencl_init] device 0 `Tahiti' allows GPU memory allocations of up to
2068MB
[opencl_init] device 0: Tahiti
 GLOBAL_MEM_SIZE:  2831MB
 MAX_WORK_GROUP_SIZE:  256
 MAX_WORK_ITEM_DIMENSIONS: 3
 MAX_WORK_ITEM_SIZES:  [ 256 256 256 ]
 DRIVER_VERSION:   1800.11 (VM)
 DEVICE_VERSION:   OpenCL 1.2 AMD-APP (1800.11)
[opencl_init] compiling program `demosaic_ppg.cl' ..
[opencl_load_program] loaded cached binary program from file
`/home/l/.cache/darktable/cached_kernels_for_Tahiti/demosaic_ppg.cl.bin'
[opencl_load_program] successfully loaded program from
`/usr/share/darktable/kernels/demosaic_ppg.cl'
[opencl_build_program] 

Re: [darktable-user] Darktable can't load

2016-04-06 Thread Matthieu Moy
Louis Turk  writes:

> I think it would be wise to not engage in such jokes if you want
> darktable to be considered a professional product.

darktable is not a commercial product. The goal of developers (I'm not
one of them) is not to attract new categories of users, but to have a
great program and to have fun with it.

> Is there any way to trouble shoot this problem?

What happens if you press 'd' or 'l' while darktable with its blank
screen is in focus?

What happens if you launch "darktable -d all" from a terminal?

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-05 Thread Louis Turk
I tried reinstalling Darktable, but that did not help.

Louis

On 04/06/2016 12:41 PM, Louis Turk wrote:
> Hi developers,
> 
> Since your April fool's joke, Darktable will no longer load for me. It
> immediately locks up with a blank screen, and gives no error messages. I
> have to kill the darktable process to close it.
> 
> I think it would be wise to not engage in such jokes if you want
> darktable to be considered a professional product. I've been waiting for
> an update, hoping that that will cure the problem. But so far no update.
> I now have 50,000 plus photos I can't access with darktable, and I am
> needing to get some work down.
> 
> Is there any way to trouble shoot this problem?
> 
> Louis
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
> 


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable can't load

2016-04-05 Thread Jean-Luc Coulon (f5ibh)
Maybe you can try to launch it from a terminal (xterm,  gnome-terminal.,
...)  and see the messages displayed.

regards

Jean-Luc
Le 6 avr. 2016 06:41, "Louis Turk"  a écrit :

> Hi developers,
>
> Since your April fool's joke, Darktable will no longer load for me. It
> immediately locks up with a blank screen, and gives no error messages. I
> have to kill the darktable process to close it.
>
> I think it would be wise to not engage in such jokes if you want
> darktable to be considered a professional product. I've been waiting for
> an update, hoping that that will cure the problem. But so far no update.
> I now have 50,000 plus photos I can't access with darktable, and I am
> needing to get some work down.
>
> Is there any way to trouble shoot this problem?
>
> Louis
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org