splintermind / Dwarf-Therapist

Maintained branch of the original Dwarf Therapist for Dwarf Fortress.
Other
405 stars 71 forks source link

64-bit linux support for v0.43.05 #323

Closed DanFritz closed 4 years ago

DanFritz commented 7 years ago

Tested against v0.43.05 on Archlinux x86_64 system

bendlas commented 7 years ago

Tried to build this and got a build failure: https://gist.github.com/bendlas/7c5cfbca2c8970a9457c4f20394bf6b3

Abkaal commented 6 years ago

Crashes for me whenever I try to read a fort that has a squad. Log: 2017-Aug-12 15:40:51.805 INFO core FOUND 134 squads [src/dfinstance.cpp:873] (load_squads) Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted

I'm sure I had 2 squads at this point. Crashed when I had only 1 as well.

somoking commented 6 years ago

Can confirm Abkaals crash. If a unit is assigned to a squad then DF Therapist will crash squads themselves will cause no issue.