Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 90 91 [92] 93 94 ... 222

Author Topic: Dwarf Therapist (Maintained Branch) v.37.0 | DF 42.06  (Read 974718 times)

khearn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1365 on: August 14, 2014, 12:33:46 pm »

I just discovered the "Thoughts" dock. I was about to suggest adding something like it when I discovered it. I wish I'd found it yesterday, when my tantrum spiral started that has (so far) brought me down from 97 to 13. That's just counting adults, I'm not sure how many kids/babies I started with, but I only have one kid and no babies now, so at least it did some good.

Thanks for implementing it.

   Keith
Logged
Have them killed. Nothing solves a problem quite as effectively as simply having it killed.

thistleknot

  • Bay Watcher
  • Escaped Normalized Spreadsheet Berserker
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1366 on: August 14, 2014, 12:55:00 pm »

I tried compiling twice this commit of dt
https://github.com/splintermind/Dwarf-Therapist/commit/1e00509604afbfdc3c2c8ac76344709428a910db#diff-d41d8cd98f00b204e9800998ecf8427e

but...

I get a procedure entry point
_ZN9QMetaType25registerconverterFunctionEPKN9QtPrivate25AbstractConverterFunctionEii could not be located in the dynamic link library ... dwarftherapist.exe

ResMar

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1367 on: August 14, 2014, 02:57:19 pm »

I just discovered the "Thoughts" dock. I was about to suggest adding something like it when I discovered it. I wish I'd found it yesterday, when my tantrum spiral started that has (so far) brought me down from 97 to 13. That's just counting adults, I'm not sure how many kids/babies I started with, but I only have one kid and no babies now, so at least it did some good.

Thanks for implementing it.

   Keith

http://dffd.wimbli.com/file.php?id=7889
Logged
ヽ(´ー`)┌[>゜))))彡]   Dwarf Therapist User Guide

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1368 on: August 14, 2014, 03:31:12 pm »

in qtcreator go to the projects, then choose the run settings. you'll have a bunch of options below for the environment, etc. add -debug into the arguments like this. then you should have a crapload of stuff in the log file.
derp
Code: [Select]
dwarftherapist-Desktop_Qt_5_2_1_clang_64bit-Debug/bin/debug/DwarfTherapist.app/Contents/MacOS/etc/memory_layouts/osx/v0.40.08_osx.ini" [../DwarfTherapist-git/src/dfinstance.cpp:1484] (get_memory_layout)
2014-Aug-14 21:41:18.644 INFO core Connection to DF version "v0.40.08 osx" established. [../DwarfTherapist-git/src/mainwindow.cpp:345] (connect_to_df)
2014-Aug-14 21:41:18.655 WARNING core vector at "0x00048200" has over 500000 entries! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:156] (check_vector)
2014-Aug-14 21:41:18.655 INFO core vector at "0x00048200" was not read due to an unacceptable size! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:168] (check_vector)
2014-Aug-14 21:41:18.663 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)
2014-Aug-14 21:41:18.667 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)

Line 3-4 only appeares if DT can't connect to a loaded world upon initialisation, line 5-6 is always there. Here is a full log. and the v0.40.08_osx.ini again.

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1369 on: August 14, 2014, 03:49:17 pm »

in qtcreator go to the projects, then choose the run settings. you'll have a bunch of options below for the environment, etc. add -debug into the arguments like this. then you should have a crapload of stuff in the log file.
derp
Code: [Select]
dwarftherapist-Desktop_Qt_5_2_1_clang_64bit-Debug/bin/debug/DwarfTherapist.app/Contents/MacOS/etc/memory_layouts/osx/v0.40.08_osx.ini" [../DwarfTherapist-git/src/dfinstance.cpp:1484] (get_memory_layout)
2014-Aug-14 21:41:18.644 INFO core Connection to DF version "v0.40.08 osx" established. [../DwarfTherapist-git/src/mainwindow.cpp:345] (connect_to_df)
2014-Aug-14 21:41:18.655 WARNING core vector at "0x00048200" has over 500000 entries! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:156] (check_vector)
2014-Aug-14 21:41:18.655 INFO core vector at "0x00048200" was not read due to an unacceptable size! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:168] (check_vector)
2014-Aug-14 21:41:18.663 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)
2014-Aug-14 21:41:18.667 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)

Line 3-4 only appeares if DT can't connect to a loaded world upon initialisation, line 5-6 is always there. Here is a full log. and the v0.40.08_osx.ini again.
still no debug info. you should see lines with DEBUG in addition to INFO or WARNING, and there should be quite a few.

khearn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1370 on: August 14, 2014, 04:57:34 pm »

What happened to the gender column? I can understand removing it from the default views, since it isn't generally very useful. But sometimes it is, like if you want to keep lots of female animals for breeding, but only one or two males. Or if you want soldiers who will never be carrying babies into combat. 

I looked for it in the grid view editor, but I can't find it anywhere. Am I just failing to see it, or did it get completely removed? If so, Here's one vote for having it available again for custom grid views. I'd put it by default in the animals view too,since that is where it is most important. Maybe also in the military-alt view too, but that's not as commonly needed, so people who care about soldier genders can create a custom view.

   Keith


Nevermind, I'm apparently just blind. It's to the left of the name in every single view. d'oh!
« Last Edit: August 14, 2014, 05:14:02 pm by khearn »
Logged
Have them killed. Nothing solves a problem quite as effectively as simply having it killed.

thistleknot

  • Bay Watcher
  • Escaped Normalized Spreadsheet Berserker
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1371 on: August 15, 2014, 02:39:32 am »

the entry procedure errors [for my builds] was because I wasn't importing my qt .dll's back into the dt folder...

no issue here guys.

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1372 on: August 15, 2014, 03:27:38 am »

in qtcreator go to the projects, then choose the run settings. you'll have a bunch of options below for the environment, etc. add -debug into the arguments like this. then you should have a crapload of stuff in the log file.
derp
Code: [Select]
dwarftherapist-Desktop_Qt_5_2_1_clang_64bit-Debug/bin/debug/DwarfTherapist.app/Contents/MacOS/etc/memory_layouts/osx/v0.40.08_osx.ini" [../DwarfTherapist-git/src/dfinstance.cpp:1484] (get_memory_layout)
2014-Aug-14 21:41:18.644 INFO core Connection to DF version "v0.40.08 osx" established. [../DwarfTherapist-git/src/mainwindow.cpp:345] (connect_to_df)
2014-Aug-14 21:41:18.655 WARNING core vector at "0x00048200" has over 500000 entries! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:156] (check_vector)
2014-Aug-14 21:41:18.655 INFO core vector at "0x00048200" was not read due to an unacceptable size! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:168] (check_vector)
2014-Aug-14 21:41:18.663 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)
2014-Aug-14 21:41:18.667 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)

Line 3-4 only appeares if DT can't connect to a loaded world upon initialisation, line 5-6 is always there. Here is a full log. and the v0.40.08_osx.ini again.
still no debug info. you should see lines with DEBUG in addition to INFO or WARNING, and there should be quite a few.

Sadly no, that's the only extra info in the log with -debug args. (DwarfTherapis/MacOS/log/run.log)
Doesn't that indicate that something is wrong with the memory structures on osx?

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1373 on: August 15, 2014, 03:43:44 am »

in qtcreator go to the projects, then choose the run settings. you'll have a bunch of options below for the environment, etc. add -debug into the arguments like this. then you should have a crapload of stuff in the log file.
derp
Code: [Select]
dwarftherapist-Desktop_Qt_5_2_1_clang_64bit-Debug/bin/debug/DwarfTherapist.app/Contents/MacOS/etc/memory_layouts/osx/v0.40.08_osx.ini" [../DwarfTherapist-git/src/dfinstance.cpp:1484] (get_memory_layout)
2014-Aug-14 21:41:18.644 INFO core Connection to DF version "v0.40.08 osx" established. [../DwarfTherapist-git/src/mainwindow.cpp:345] (connect_to_df)
2014-Aug-14 21:41:18.655 WARNING core vector at "0x00048200" has over 500000 entries! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:156] (check_vector)
2014-Aug-14 21:41:18.655 INFO core vector at "0x00048200" was not read due to an unacceptable size! ( 462829616 ) [../DwarfTherapist-git/src/dfinstance.cpp:168] (check_vector)
2014-Aug-14 21:41:18.663 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)
2014-Aug-14 21:41:18.667 WARNING core unidentified column type in set "General" ! [../DwarfTherapist-git/src/grid_view/viewcolumnset.cpp:307] (read_from_ini)

Line 3-4 only appeares if DT can't connect to a loaded world upon initialisation, line 5-6 is always there. Here is a full log. and the v0.40.08_osx.ini again.
still no debug info. you should see lines with DEBUG in addition to INFO or WARNING, and there should be quite a few.

Sadly no, that's the only extra info in the log with -debug args. (DwarfTherapis/MacOS/log/run.log)
Doesn't that indicate that something is wrong with the memory structures on osx?
no, that means that it's not recognizing the -debug arg... ermm.. well shit. i guess you can try manually setting it to debug mode by adding
Code: [Select]
debug_logging = true; here, just before the comment

Elarys

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1374 on: August 15, 2014, 05:13:42 am »

I'd like to check, is QT5 absolutely necessary for building on linux? I can get QT4 on Gentoo but getting QT5 on a 64bit Gentoo is really an absolute troll.

Edit: Nevermind, it seems like it is necessary. Any idea which specific qt modules are required? Just qtcore, qtdeclarative would be okay?
« Last Edit: August 15, 2014, 05:19:28 am by Elarys »
Logged

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1375 on: August 15, 2014, 05:19:27 am »

I'd like to check, is QT5 absolutely necessary for building on linux? I can get QT4 on Gentoo but getting QT5 on a 64bit Gentoo is really an absolute troll.
there was actually a pull request this morning that allows DT to compile with QT4 as well as QT5. i plan to get it merged in today with the other pull for faster reads, so you can wait for that or try out that branch yourself.

Elarys

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1376 on: August 15, 2014, 05:22:43 am »

Sweet! I'll hold off for now then. I'll test that as soon as it's ready then ^^
Logged

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1377 on: August 15, 2014, 05:58:42 am »

no, that means that it's not recognizing the -debug arg... ermm.. well shit. i guess you can try manually setting it to debug mode by adding
Code: [Select]
debug_logging = true; here, just before the comment
I hate to say it, but no change in the logs. Built a debug version with debug_logging = true; nothing, tried adding the -debug arg, tried compiling with 5.3 and 5.2.1 both, no change.

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1378 on: August 15, 2014, 06:25:33 am »

no, that means that it's not recognizing the -debug arg... ermm.. well shit. i guess you can try manually setting it to debug mode by adding
Code: [Select]
debug_logging = true; here, just before the comment
I hate to say it, but no change in the logs. Built a debug version with debug_logging = true; nothing, tried adding the -debug arg, tried compiling with 5.3 and 5.2.1 both, no change.
i don't know how that's even possible... this may be a stupid question but are you sure you're looking at the right log file? there should be entries within the first ~50 lines like:
Code: [Select]
2014-Aug-15 13:23:34.055 DEBUG core Loading language translation tables [src\languages.cpp:58] (load_data)

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.6 | DF 40.08
« Reply #1379 on: August 15, 2014, 06:54:35 am »

no, that means that it's not recognizing the -debug arg... ermm.. well shit. i guess you can try manually setting it to debug mode by adding
Code: [Select]
debug_logging = true; here, just before the comment
I hate to say it, but no change in the logs. Built a debug version with debug_logging = true; nothing, tried adding the -debug arg, tried compiling with 5.3 and 5.2.1 both, no change.
i don't know how that's even possible... this may be a stupid question but are you sure you're looking at the right log file? there should be entries within the first ~50 lines like:
Code: [Select]
2014-Aug-15 13:23:34.055 DEBUG core Loading language translation tables [src\languages.cpp:58] (load_data)
Are there any other log files besides DwarfTherapist.app/Contents/MacOS/log/run.log ? I already checked the ~/.config/UDP Software folder for logs, but there's none. Nothing in the system logs (Console.app) either.
I checked an old copy of 6.12 and there I can see the debug messages in the .log, for eg. there's the "Loading language..." line you quoted.
Pages: 1 ... 90 91 [92] 93 94 ... 222