Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

Linux crash at startup #397

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter command ./DwarfTherapist

What is the expected output? What do you see instead?
Program should start. Instead program starts and can be seen for a second. Then 
crashes without any error message.
Terminal prints out "Unknown Error" with DF 0.34.05 and "ptrace attach: No such 
process" with DF 0.31.25.

What version of the product are you using? On what operating system?
DT 0.6.12. Tried with DF 0.34.05 and 0.31.25. OS 2.6.42.9-1.fc15.x86_64

Original issue reported on code.google.com by sulonen....@gmail.com on 11 Mar 2012 at 8:53

Attachments:

GoogleCodeExporter commented 9 years ago
Problem solved by moving DwarfTherapist executable from 
DwarfTherapist/bin/release to DwarfTherapist.

Original comment by sulonen....@gmail.com on 15 Mar 2012 at 9:32

GoogleCodeExporter commented 9 years ago
If the folder `etc/` from the DT distribution is not in the current working 
directory, this will occur. I don't know which other folders DT looks for the 
files in, though. 

A different solution is to be in the root of the DT distribution and run DT as 
`./bin/release/DwarfTherapist`.

Original comment by erikdens...@gmail.com on 24 May 2012 at 9:57

GoogleCodeExporter commented 9 years ago
I just logged #451, I think it's the same as this issue.

Running like you say from the main folder, instead of the release folder seems 
to make it work. Strange though.

Original comment by NigelCGe...@gmail.com on 1 Jan 2013 at 11:48

GoogleCodeExporter commented 9 years ago
I had the save problem (with a Debian 6.0.7 Squeeze, Kernel 2.6.32-5-amd64) and 
the changing-the-folder-trick solved it.
I think the #451 is indeed the same issue.

Original comment by baudoin....@gmail.com on 26 Feb 2013 at 2:31