Re: [darktable-user] Darktable crashes

2018-12-11 Thread peter white
The DMG file at darktable.org is version 2.4.4

Where would I get a DMG file for 2.6?

Thanks

On Dec 10, 2018, at 2:59 AM, parafin 
mailto:para...@paraf.in>> wrote:

Please try darktable-2.6.0rc1, maybe crash is gone there.
Also crash report is not printed in Terminal, but can be viewed when
dialog "application crashed" appears or later in Console application.
It contains backtrace.


On Sun, 9 Dec 2018 13:45:18 +
peter white mailto:p...@peterwhitecycles.com>> wrote:

It’s been a while since I started this thread. Now that winter has arrived I’ll 
have time to work on this. I’ve just installed 2.4.4 in Mac OS X 10.14.1 Here’s 
the crash report in Terminal.

peter-whites-mac-pro-2:~ peterwhite$
/Applications/darktable.app/Contents/MacOS/darktable

(process:74069): GLib-GObject-CRITICAL **: 08:40:02.876: g_object_set: 
assertion 'G_IS_OBJECT (object)' failed

(darktable-bin:74069): GLib-GObject-WARNING **: 08:40:04.287: invalid cast from 
'GtkMenuBar' to 'GtkWindow'

(darktable-bin:74069): Gtk-CRITICAL **: 08:40:04.287: 
gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed
darktable-bin(74069,0x7c641000) malloc: Incorrect checksum for freed object 
0x7fdcd200: probably modified after being freed.
Corrupt value: 0x
darktable-bin(74069,0x7c641000) malloc: *** set a breakpoint in 
malloc_error_break to debug
Abort trap: 6
peter-whites-mac-pro-2:~ peterwhite$

Thanks for any assistance.
On Apr 10, 2018, at 1:56 PM, August Schwerdfeger 
mailto:aug...@schwerdfeger.name>> wrote:

Try opening up a terminal and entering the command

   /Applications/darktable.app/Contents/MacOS/darktable

Then if Darktable crashes it will output the crash report to the terminal.

--
August Schwerdfeger
aug...@schwerdfeger.name

On Tue, Apr 10, 2018 at 12:43 PM, peter white  wrote:
No report pops up. Darktable just vanishes.

Peter White


On Apr 10, 2018, at 1:24 PM, Tobias Ellinghaus  wrote:

Am Dienstag, 10. April 2018, 16:49:17 CEST schrieb peter white:
I’m running OS X 10.13.4

Darktable crashes within a minute or so of starting the program. What can be
done?

Showing the crash report would be a good start.

Thanks,

Peter White

Tobias

 
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



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


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.or

[darktable-user] Base Directory

2018-12-11 Thread Stuart Anderson
I'm trying to change the base directory, but it's not saving where I 
want it to (on a different HDD within the same computer). What is the 
proper way to write it out? The folder I want to use drag-and-drops this:


file:///HDD/Photos

which creates a new folder in my HOME directory.


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



Re: [darktable-user] darktable stable and unstable on the same machine - profile question

2018-12-11 Thread William Ferguson
--cachedir affects the cache.  I haven't run into any problems with the
cache and running multiple versions (but maybe I've been lucky :-D)

for compiling cd to the darktable directory, then
./build.sh --prefix /opt/darktable26 --build-type Release

That compiles it then I use sudo and run the command at the end of
compilation to install

On Tue, Dec 11, 2018 at 2:04 AM Bernhard 
wrote:

> thanks so far, to summarize
> - put binaries in a separate directory (obviously)
> - use --configdir for the corresponding profile => thanks for that hint
> - use a different folder to import the pictures from => makes sense to
> avoid incompatible xmps
>
> Does the --configdir option also influence the .cache folder? (although
> I don't think that matters)
>
> I have to deal now with compiling binaries etc. and find out about
> --prefix.
> Until now I never did something else than install from repo or ppa.
>
> --
>
> regards
> Bernhard
>
> https://www.bilddateien.de
>
>
>
> William Ferguson schrieb am 11.12.18 um 01:22:
> > I'm running ubuntu 18.04 and running multiple versions of darktable.
> > I have 2.4.4 installed from Pascal's PPA.  I've also downloaded and
> > compiled the current git and installed it at /opt/darktable25.  Then
> > I've got the current release candidate installed at /opt/darktable26.
> > I created a bin directory in my home directory and made one line
> > scripts to start the git and release candidates with their own config
> > directories, i.e.:
> >
> > ~/bin/darktable25
> > /opt/darktable25/bin/darktable --configdir $HOME/.config/darktable25
> >
> > ~/bin/darktable26
> > /opt/darktable26/bin/darktable --configdir $HOME/.config/darktable26
> >
> > and a clean version of the release candidate
> > ~/bin/darktable26c
> > /opt/darktable26/bin/darktable --configdir $HOME/.config/darktable26clean
> >
> > I keep my 2.4.4 images in ~/Pictures/Darktable, 2.5 in
> > ~/Pictures/Darktable25, release candidate in ~/Pictures/Darktable26
>
> Anders Lund schrieb am 10.12.18 um 22:18:
> > Do not attempt my suggestion without backing up your data, most
> importantly
> > ~/.config/darktable
> >
> > I'd try this:
> >
> > Install the development version under a different prefix than normal, to
> avoid
> > the stable binarys being overwritten.
> >
> > Run the development version with a different config directory, that is
> using the
> > --configdir  option.
>
>
> 
> 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