1
DF Modding / Re: Dwarf Therapist (LATEST 0.6.12 2/18/12 see first post)
« on: February 22, 2012, 04:16:28 pm »Hi everyone... I have trouble installing DT on linux, I run Ubuntu 64bits.There are instructions for building in linux here if you have not seen them already.
Here is what I did :Quotehg clone https://code.google.com/p/dwarftherapist/How to install it correctly ?
It creates a dwarftherapist folder with the source, memory files..;
cd dwarftherapist
qmake
make (it compile without error)
create the v0.34.02.ini in his folder
cd bin/release
./DwarfTherapist to run it
It run and closes instantly, I can see the window for maybe half of a second
Thanks in advance.
You did not install the .ini correctly for one thing.
First you need to copy the etc directory to bin/release and then put the v0.34.02.ini in bin/release/etc/memory_layouts/linux.
Also you need to make a directory "log" in bin/releaseor it will crash at startupif you want to read logs if something goes wrong.
You may need to run using
sudo ./DwarfTherapist
to get around a security feature (to prevent memory hacking) in Ubuntu as well.
It is working for me in Ubuntu 11.04 64bit, what version of Ubuntu are you using?
Thanks a lot, it works now ! Moving the etc/ folder did the trick.