Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ruetisiv

Pages: [1]
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.
Here is what I did :
Quote
hg clone https://code.google.com/p/dwarftherapist/
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
How to install it correctly ?
Thanks in advance.
There are instructions for building in linux here if you have not seen them already.
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/release or it will crash at startup if 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.

2
DF Modding / Re: Dwarf Therapist (LATEST 0.6.12 2/18/12 see first post)
« on: February 22, 2012, 05:13:39 am »
Hi everyone... I have trouble installing DT on linux, I run Ubuntu 64bits.
Here is what I did :
Quote
hg clone https://code.google.com/p/dwarftherapist/
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
How to install it correctly ?
Thanks in advance.

Pages: [1]