Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 16 17 [18] 19 20 ... 87

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

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #255 on: February 03, 2018, 04:00:54 am »

I can replicate the bug, on both linux and windows, with the latest DT.

PR 57 should fix that.
« Last Edit: February 03, 2018, 05:31:32 am by Clément »
Logged

Ulfarr

  • Bay Watcher
  • Going on a pilgrimage to Mars
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #256 on: February 04, 2018, 02:20:29 am »

Nice  :)

Pardon my question, but how can I implement that fix?
Logged
Bring Kobold Kamp to LNP! graphics compatibility fix.

So the conclusion I'm getting here is that we use QSPs because dwarves can't pilot submarines.

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #257 on: February 04, 2018, 04:21:05 am »

Either use git to get the branch and compile it, or wait for a new release. Since there is not much activity these days, I may make a release just for you ;).
Logged

Ulfarr

  • Bay Watcher
  • Going on a pilgrimage to Mars
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #258 on: February 04, 2018, 05:04:23 am »

My programming skills are non existent, so no compiling for me.  I've been able to bypass the issue by taking screenshots, so I can certainly wait until the new release, whenever it might get ready.

I'm grateful for your offer, but please don't go out of your way to release one just for me :)

Logged
Bring Kobold Kamp to LNP! graphics compatibility fix.

So the conclusion I'm getting here is that we use QSPs because dwarves can't pilot submarines.

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #259 on: February 04, 2018, 05:27:15 am »

Actually, there is a workaround. Add a filter script "!d.is_animal()" (use "d.is_animal()", if you want to export an animal gridview). Apply the filter, you should not actually see any changes to the creature list, but the export should not crash any more.
Logged

Ulfarr

  • Bay Watcher
  • Going on a pilgrimage to Mars
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #260 on: February 04, 2018, 09:28:14 am »

Works like a charm!

Thanks : D
Logged
Bring Kobold Kamp to LNP! graphics compatibility fix.

So the conclusion I'm getting here is that we use QSPs because dwarves can't pilot submarines.

PFunk

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #261 on: February 08, 2018, 08:14:22 am »

My Dwarf Therapist  v.39.3 64 bit keeps crashing on start up with this error: The application was unable to start correctly (0xc000007b). Click OK to close the application.

The 32 bit version works. The older v.39.0 64 bit version works. Using Win 7 x64.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #262 on: February 08, 2018, 08:39:33 am »

39.3 does not exist (or I am not aware if someone made a sneaky fork), I'll assume you are using 39.2.

Make sure you have the Visual C++ runtime installed correctly, you can install it by running vcredist_x64.exe included with Dwarf Therapist, or download it from Microsoft website.
Logged

PFunk

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #263 on: February 08, 2018, 08:46:36 am »

Yea, its .2, not .3. I have gone through installing it, restarting, and it still hasn't started working.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #264 on: February 08, 2018, 09:27:52 am »

Based on this page, you could try the Dependency Walker Utility. Open DwarfTherapist.exe with it and check that the "CPU" column only contains "x64".
Logged

PFunk

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #265 on: February 08, 2018, 11:31:24 am »

According to that program when I load DT I have several entries that are x86 and not x64.

EDIT. Interesting. I've used that program to isolate the problem now to a number of APIs from an old version of Skype I don't use anymore. If I remove them (temporarily) DT tells me I can't run it. Restore them and it gives me the error code again. They're all like this: API-MS-WIN-CORE-FILE-L1-2-0.DLL

EDIT2. And I solved it. Apparently I needed to install the "Update for Universal C Runtime in Windows" to make my version compatible with the modern SDK.
« Last Edit: February 08, 2018, 11:49:26 am by PFunk »
Logged

falcn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #266 on: February 09, 2018, 05:20:29 pm »

v39.2.0 crashes for me on OS X today. It was working before, but now it just crashes on read
Code: [Select]
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_allochttps://pastebin.com/YM6twfxK

Did memory layouts change? I noticed that Dwarf Therapist downloads it before crashing.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #267 on: February 09, 2018, 06:13:02 pm »

The was no memory layout change. Does it happen with other saves?
Logged

falcn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #268 on: February 10, 2018, 06:14:13 am »

The was no memory layout change. Does it happen with other saves?
Can't believe I didn't think of that. No, the other saves are fine.
I made a copy of the current save in case you want to take a look on it. I'll play for some time to see if the issue will resolve itself.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Really Maintained Branch) v.39.2 | DF 44.05
« Reply #269 on: February 10, 2018, 07:40:20 am »

Upload the save, please. Even if it solves itself, there is still a bug that may happen again.
Logged
Pages: 1 ... 16 17 [18] 19 20 ... 87