Alan
Alan
The hard part is getting DT to work with any 64-bit DF builds. 64-bit layouts are easy to generate, but verifying that they work can really only be done with...
Right now, 0.43.03 with DT 37 (or *possibly* older versions, although I can't guarantee that they would work). You would probably need to add [this layout](https://github.com/splintermind/Dwarf-Therapist/blob/DF2016/share/memory_layouts/osx/v0.43.03_osx.ini), following the instructions [here](https://github.com/splintermind/Dwarf-Therapist/tree/DF2016/share/memory_layouts)....
Keep in mind that that is just for Linux, and you'll have to use https://github.com/Hello71/Dwarf-Therapist instead of this repo. There are various Windows builds in the DT forum thread that...
splinterz hasn't been active for 6 months, and current 64-bit builds of DT are still unstable.
Are you using someone else's fork? As far as I can tell, this repo (at least the branch you linked to) doesn't use cmake.
Most likely F4, which zooms to the relevant area. Shift-F3 is impossible to test because it uses shift.
Okay, this has disappeared for me, again for no obvious reason. I'm closing this unless it comes up again (which it probably will as soon as I close it :P...
Okay, I've narrowed this down to stuck keys. I recently had an issue in the game linked above where pressing "shift" would cause the view/menu to move up until the...
Related to option 1, would a union like this work? ``` c++ union df_ptr { uint32_t ptr32; uint64_t ptr64; } ``` Alternatively, maybe using `uint64_t`s for all pointers and shoving...
Interestingly, the crash does not occur when running DT as root (with a patch to make it actually work) - however, the dialog is then displayed twice.