Re: [darktable-dev] Problem with register_lib in lua API

2017-05-04 Thread Hans Vanpee
Excellent, no more crashes. The lib from my script now plays nicely with the others too (that wasn't the case before: it didn't automatically close when I opened another one). Thanks for the quick solution! 2017-05-04 9:09 GMT+02:00 Tobias Ellinghaus : > Am Mittwoch, 3. Mai 2017, 18:16:49 CEST s

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-04 Thread Tobias Ellinghaus
Am Mittwoch, 3. Mai 2017, 18:16:49 CEST schrieb Jefferson Ferreira: > Hi, > > I found the real problem. The problem occurs when I add the following line > in darktablerc: > > lighttable/ui/single_module=TRUE > > If I remove this line, my lua code works perfectly, and the darktable does > not bre

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-03 Thread Hans Vanpee
Shift-click works for me too. 2017-05-04 8:38 GMT+02:00 Tobias Ellinghaus : > Am Mittwoch, 3. Mai 2017, 18:16:49 CEST schrieb Jefferson Ferreira: > > Hi, > > > > I found the real problem. The problem occurs when I add the following > line > > in darktablerc: > > > > lighttable/ui/single_module=TR

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-03 Thread Tobias Ellinghaus
Am Mittwoch, 3. Mai 2017, 18:16:49 CEST schrieb Jefferson Ferreira: > Hi, > > I found the real problem. The problem occurs when I add the following line > in darktablerc: > > lighttable/ui/single_module=TRUE > > If I remove this line, my lua code works perfectly, and the darktable does > not bre

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-03 Thread Jefferson Ferreira
Hi, I found the real problem. The problem occurs when I add the following line in darktablerc: lighttable/ui/single_module=TRUE If I remove this line, my lua code works perfectly, and the darktable does not break when I click on the export module. []'s On Wed, May 3, 2017 at 3:46 AM, Tobias El

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-02 Thread Tobias Ellinghaus
Am Dienstag, 2. Mai 2017, 16:37:20 CEST schrieb Jefferson Ferreira: > Hi, > > This link has the content of gdb.txt with the output of gdb. My luarc has > just the code that I mentioned at the first email. > > https://www.dropbox.com/s/pjydo45jrndu8o5/gdb.txt?dl=0 Thanks, that looks familiar. Ini

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-02 Thread Jefferson Ferreira
Hi, This link has the content of gdb.txt with the output of gdb. My luarc has just the code that I mentioned at the first email. https://www.dropbox.com/s/pjydo45jrndu8o5/gdb.txt?dl=0 Thanks in advance. On Tue, May 2, 2017 at 3:56 PM, Tobias Ellinghaus wrote: > Am Dienstag, 2. Mai 2017, 11:4

Re: [darktable-dev] Problem with register_lib in lua API

2017-05-02 Thread Tobias Ellinghaus
Am Dienstag, 2. Mai 2017, 11:42:57 CEST schrieb Jefferson Ferreira: > Hi, > > If I add this code in luarc the darktable executes without problem, but if > I click on export module in lighttable, the darktable crash. That code works for me. Actually I have something very similar active for testin

[darktable-dev] Problem with register_lib in lua API

2017-05-02 Thread Jefferson Ferreira
Hi, If I add this code in luarc the darktable executes without problem, but if I click on export module in lighttable, the darktable crash. I am using the latest version of darktable from GIT. -- local dt = require "darktable"