Ofunniku / dwarftherapist

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

Ubuntu 12.04, will not launch #425

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile application on Ubuntu 12.04
2. try to run app
3.

What is the expected output? What do you see instead?
The app should open, but I get 

ptrace attach: Operation not permitted
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `GtkRange::trough-side-details' of type `gboolean' from rc file value 
"((GString*) 0xd80a80)" of type `GString'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `GtkRange::activate-slider' of type `gboolean' from rc file value 
"((GString*) 0xd400a0)" of type `GString'

from the console

What version of the product are you using? On what operating system?
Latest clone from source (05/29/12) on Ubuntu 12.04 3.2.0-24-generic kernel

Please provide the "run.log" file in the "log" directory of DwarfTherapist
when this error occurred.

2012-May-29 12:56:06.993 INFO   core    Dwarf Therapist "0.6.12" starting normally. 
[src/dwarftherapist.cpp:100] (setup_logging)
2012-May-29 12:56:07.064 INFO   core    Loaded 4 views from disk 
[src/viewmanager.cpp:128] (reload_views)
2012-May-29 12:56:07.079 DEBUG  core    "redrew views in 14ms" 
[src/viewmanager.cpp:160] (draw_views)
2012-May-29 12:56:07.082 DEBUG  core    setting up connections for MainWindow 
[src/mainwindow.cpp:105] (MainWindow)
2012-May-29 12:56:07.083 DEBUG  core    group_by now set to 0 
[src/models/dwarfmodel.cpp:456] (set_group_by)
2012-May-29 12:56:07.083 DEBUG  core    beginning to read settings 
[src/dwarftherapist.cpp:122] (read_settings)
2012-May-29 12:56:07.083 DEBUG  core    finished reading settings 
[src/dwarftherapist.cpp:168] (read_settings)
2012-May-29 12:56:07.108 DEBUG  core    attempting connection to running DF game 
[src/mainwindow.cpp:216] (connect_to_df)
2012-May-29 12:56:07.109 ERROR  core    No valid memory layouts found in the 
following directories... () [src/dfinstance.cpp:106] (DFInstance)
2012-May-29 12:56:07.139 ERROR  core    Could not attach to PID 16194 
[src/dfinstancelinux.cpp:158] (attach)
2012-May-29 12:56:07.139 ERROR  core    Unable to open "/proc/16194/mem" 
[src/dfinstancelinux.cpp:202] (read_raw)
2012-May-29 12:56:07.139 DEBUG  core    base_addr: 0 HEX 0 
[src/dfinstancelinux.cpp:324] (find_running_copy)
2012-May-29 12:56:07.186 DEBUG  core    DF's checksum is "0x71406692" 
[src/dfinstancelinux.cpp:328] (find_running_copy)
2012-May-29 12:56:07.186 INFO   core    Dwarf fortress path: 
"/home/paul/bin/df_linux" [src/dfinstancelinux.cpp:335] (find_running_copy)

If this is a truly "crazy" issue, please also attach a copy of your save-
game.

Original issue reported on code.google.com by duine.an...@gmail.com on 29 May 2012 at 5:09

GoogleCodeExporter commented 9 years ago
You must copy etc directory from source to ~/dwarftherapist/bin/release/ 

Original comment by arnaud.b...@gmail.com on 21 Nov 2012 at 1:36