Alan
Alan
A fix for this appears to be pending in https://github.com/Dwarf-Therapist/Dwarf-Therapist/pull/205 already
I haven't gotten around to adding GUI support for that yet, so the only really workable method is to use keybindings. :( I'll let you know when it's more user-friendly...
You should be able to use the 0.42.06 memory layout from https://github.com/splintermind/Dwarf-Therapist/tree/DF2016/share/memory_layouts with the last DT build for OS X.
@Nakilon can't you use the memory layout I linked to in the comment above? Edit: Also, the bug you linked to does not appear to be fixed, even in 0.43.05.
This sounds a lot like a recurring issue I've seen on the DF bug tracker, although those tend to be with caravans as well. Did you save and reload your...
I would expect it to mainly be used when reading data from DF, maybe 10-100 times per dwarf, so the time it takes to do ~10k allocations probably isn't significant...
There's also a `len < 65536` check _after_ that one, apparently - maybe the second should be removed/changed?
Can you post the prompt(s) that worked and didn't work for you? Putting `\[` and `\]` around printable text like `$git_branch` is simply not correct.
I've been using the Linux instructions (installing qt from Homebrew instead). There are some instructions on the [wiki](https://github.com/splintermind/Dwarf-Therapist/wiki/Building-on-OS-X) as well.
[makedist.sh](https://github.com/splintermind/Dwarf-Therapist/blob/DF2014/osx/makedist.sh) does exist.