Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 55 56 [57] 58 59 ... 86

Author Topic: Dwarf Therapist v42.1.5 | DF 50.12  (Read 393567 times)

Unknown_User

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #840 on: March 31, 2020, 07:46:09 pm »

Clicking "Import Custom Professions" fails to open a window on MacOS Catalina 10.15.4, QT version 5.13.2

Anyone have any ideas why?
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #841 on: March 31, 2020, 07:55:15 pm »

https://github.com/Dwarf-Therapist/Dwarf-Therapist/issues/195

If you are able to compile programs yourself, could you try the program included in my comment?

Try with Qt 5.14 too. Catalina is not officially supported by Qt 5.13.
Logged

Unknown_User

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #842 on: March 31, 2020, 08:44:40 pm »

Ok, so I've got QT 5.14, but the About section in Dwarf Therapist says it was built with 5.13.2

I attempted to do what your instructions said but come up with errors. 

Code: [Select]
$ qmake filedialog.pro
Info: creating stash file /Users/david/Documents/minimal/.qmake.stash
Project WARNING: CONFIG-=import_qpa_plugin is deprecated. Use QTPLUGIN.platforms=- instead.

Code: [Select]
$ make
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min= -fPIC -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/qt/5.14.1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.14.1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.14.1/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework/Headers -I/usr/local/Cellar/qt/5.14.1/mkspecs/macx-clang -o main.o main.cpp
clang: error: invalid version number in '-mmacosx-version-min='
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
make: *** [main.o] Error 1
« Last Edit: March 31, 2020, 09:06:49 pm by Unknown_User »
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #843 on: April 01, 2020, 04:13:21 am »

Try adding
Code: [Select]
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 at the end of filedialog.pro. Also try with 10.9 (the value for current DT build) and 10.15 (your current system version).
Logged

Unknown_User

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #844 on: April 01, 2020, 06:12:21 pm »

Getting the same errors with that added on. :/
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #845 on: April 02, 2020, 06:46:33 am »

I don't know. I can't help much with macOS.
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.5 | DF 47.04
« Reply #846 on: April 02, 2020, 10:38:02 am »

Getting the same errors with that added on. :/
Can you paste your new error? I'm curious if it has an empty "-mmacosx-version-min=" again and what the compiler arguments are.
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #847 on: April 03, 2020, 07:09:07 am »

New version released: 41.1.6

A collection of small bug fixes.

Changelog:
  • added thought ID in unknown thoughts description
  • fixed focus offset in 0.47.x memory layouts
  • fixed a crash when there is no "labor capable" dwarves
  • changed baby/child/adult status based on profession rather than age
  • fixed reading "Detachment" facet (a.k.a combat hardened) and "likes outdoors" preference
  • fixed "Cave Adaptation" sorting (no cave adaptation now has a valid rating)

Windows builds are also available on DFFD (win32, win64).
Logged

PatrikLundell

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #848 on: April 09, 2020, 09:50:51 am »

I ran into a problem with a vampire migrant. As I was assigning jobs to the new arrivals, I failed to find one of them, which turned out to be caused by a false identity, i.e. DF shows the false one, while DF shows the true one.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #849 on: April 09, 2020, 10:03:49 am »

Was there any change to identities in 0.47? I remember fixing stuff like that in 0.44 already.

Edit: Trying this 0.44.12 save on 0.44.12, the vampire false identity is used, but not if I use the same save on 0.47.04.
Edit2: No it works now. I don't know what I did to get the true name.
« Last Edit: April 09, 2020, 10:36:30 am by Clément »
Logged

PatrikLundell

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #850 on: April 09, 2020, 11:26:25 am »

I recall it being fixed in the past, but as you say, DF keeps changing (and DF structures too, on top of that).

I'm not sure I understand Edit 2: Do you mean you've fixed what I saw without really knowing how, or that you didn't actually see a problem with the old save? I can provide my fortress if you need it. I checked and double checked and currently typing the DF version as DT displays it: DT Version 41.1.6 in the lower right corner.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #851 on: April 09, 2020, 11:38:03 am »

I saw the real name once, but when I looked again the vampire has their fake name. The save may help. Your OS may help too, if it is a memory layout issue. I tested on Linux 64 only.
Logged

PatrikLundell

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #852 on: April 09, 2020, 01:52:52 pm »

Hm, curioser and curiouser... After your response, I decided to try to replicate your experience, so I checked that yes, I definitely see the vampire name, and yes, it does not match the DF displayed one, and yes, it doesn't change at yet another press on Read. After that I closed DT and restarted it, and yes, the fake name is now shown. Thus, I think my OS (Win64) isn't a factor, but something with characters migrating in resulting in a different processing than those loaded from scratch, and that Read doesn't read everything from scratch but cashes some things (which is very reasonable, assuming they're static).

I went a step further and hacked his fake name (changing the first part from 151 to 150), and DT picked it up on Read.

Weird, but both of us have seen it, before it slipped back into the shadows...
Logged

PatrikLundell

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #853 on: April 16, 2020, 11:53:56 am »

New issue, so new post: I received a migrant with a skill level in "UNKNOWN". According to DF it's actually "Riding" (with a value of 136 when investigating with giu/gm-editor).
Logged

Uthimienure

  • Bay Watcher
  • O frabjous day!!
    • View Profile
Re: Dwarf Therapist v41.1.6 | DF 47.04
« Reply #854 on: April 17, 2020, 12:54:48 pm »

Hi, thanks for keeping DT up to date, we love it.

Would it be possible to display the in-game date in DT?

I'm wondering if there is a way to have the dock windows remember the column positions.
Each time it reads the dwarfs, the column widths reset to unreadable defaults. Am I missing a setting?


Thanks in advance!
Logged
"I've never really had issues with the old DF interface (I mean, I loved even 'umkh'!)" ... brewer bob
As we say in France: "ah, l'amour toujours l'amour"... François D.
Pages: 1 ... 55 56 [57] 58 59 ... 86