Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 47 48 [49] 50 51 ... 87

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

vanguze

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #720 on: February 03, 2020, 01:51:18 pm »

Experimental memory layouts for 0.47.01:
They are not finished yet, expect some issues.

Updated. It should fix item material on all platform except win64 (it already worked), and historical figure (e.g. deity names).

Seems good, thank you sir!
Logged

E_RedStar

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #721 on: February 06, 2020, 05:17:52 am »

The new memory bindings are not working for me on Linux 64 bit. I put the ini file on ~/.local/share/dwarftherapist/memory_layouts/linux with the same name, extension, etc... And I get the following error on Dwarf Therapist:

Memory Layout error
Unable to init SSL

Context:
Click here to go to the project home page. Navigate to share/memory_layouts to manually update.

Here's the output when runnning from the terminal:
https://pastebin.com/Pp9b66hc

Note that I removed my home folder name (personal info), and that my system is in Spanish, so when it says ""Operaci?n no permitida" it means "Operation not allowed".

Thanks for the effort!



Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #722 on: February 06, 2020, 05:49:49 am »

It does not look like it is related to the memory layout. What is your distribution? Did older version work? What is the output of "sysctl kernel.yama.ptrace_scope"?
Logged

E_RedStar

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #723 on: February 06, 2020, 06:45:11 am »

I'm on pop OS 19.10 (which is based on Ubuntu), on kernel version 5.3.0. I haven't used an older version, because it's a recent install, and I hadn't tried DF until now. The output of sysctl kernel.yama.ptrace_scope is 1.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #724 on: February 06, 2020, 08:20:57 am »

Either disable ptrace_scope globally: "sudo sysctl kernel.yama.ptrace_scope=0" for immediate change, or edit /etc/sysctl.d/10-ptrace.conf for a permanent change after reboot.

Or keep ptrace_scope enabled and allow everyone to attach to df, using this script.
Code: [Select]
sudo apt install gcc
cd ~/Documentos/Juegos/LinuxDwarfPack-0.47.01-r1/df_47_01_linux
wget https://raw.githubusercontent.com/Dwarf-Therapist/Dwarf-Therapist/master/dist/ptrace_scope/patch_df_ptracer
chmod +x patch_df_ptracer
./patch_df_ptracer .
Logged

E_RedStar

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #725 on: February 06, 2020, 01:05:35 pm »

Yes, that was it! Thank you!
Logged

Inatun

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #726 on: February 06, 2020, 02:40:09 pm »

I followed all the instructions in the reddit post for adding the new memory layout, but I'm still getting an error when I try to connect to a fort. It just tells me it doesn't know how to talk to this version of DF and says checksum:0x5e3118b6

Edit: I'm using Windows 64-bit
« Last Edit: February 06, 2020, 03:34:01 pm by Inatun »
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #727 on: February 07, 2020, 04:49:56 am »

The "checksum" is the correct one, so you must have installed the memory layout in the wrong location, or picked the wrong link.



Experimental memory layouts for 0.47.02:
Logged

clinodev

  • Bay Watcher
  • Embark Profile Enthusiast, Kitfox & reddit mod.
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #728 on: February 07, 2020, 04:54:16 am »

Logged
Team Bug Fix!

Will_Tuna

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #729 on: February 07, 2020, 06:07:05 am »

Where can we put the memory layouts file in Linux if we have an AppImage?
Logged
True story: In the year 2007: Surinder Singh Bajwa, the Deputy Mayor of Delhi, India, was warding off several Rhesus Macaque monkeys at his home and fell from a first-floor balcony, suffering serious head injuries. He later died from his injuries.

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #730 on: February 07, 2020, 08:01:10 am »

~/.local/share/dwarftherapist/memory_layouts/linux

/usr/local/share/dwarftherapist/memory_layouts/linux may work too, but I'm not sure (I don't remember if appimage replace XDG_DATA_DIRS or extend it).
Logged

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #731 on: February 08, 2020, 06:07:47 am »

On Mac OS, experimental 0.47.01 works for me, but not experimental 0.47.02.

Is there a way to get that cool dark mode for Mac?
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #732 on: February 08, 2020, 06:22:30 am »

On Mac OS, experimental 0.47.01 works for me, but not experimental 0.47.02.
It worked for another user. How does it fail exactly? Cannot connect? Fortress not loaded? Invalid data?
Is there a way to get that cool dark mode for Mac?
Yes, but it is complicated (at least for OSX newbie and not-user like me). It would be better if it could work with OSX default style dark mode.
Logged

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #733 on: February 08, 2020, 07:19:36 am »

It says:

   Unable to locate a running copy of Dwarf
   Fortress, are you sure it's running?
   
   Please re-connect when Dwarf Fortress has
   been started and a fort has been loaded.

Oh, I figured it out. It didn't like that I renamed my "dwarfort.exe" to "Dwarf Fortress".
Logged

neobit

  • Bay Watcher
    • View Profile
    • Page with my goodies (games, music, photos)
Re: Dwarf Therapist v41.1.2 | DF 44.12
« Reply #734 on: February 09, 2020, 08:34:35 am »

I'm using df_47_02_win and v0.47.02_graphics_win64.ini.
Currently fortress has 76 dwarfs but DT shows only 65 of them.

Any idea what could be wrong?
Logged
Pages: 1 ... 47 48 [49] 50 51 ... 87