Ofunniku / dwarftherapist

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

[Linux] QLayout errors #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile with: qmake, make
2. Create log directory from base directory
3. Run application (in preparation for dwarf rapist)

What is the expected output? What do you see instead?
In the terminal, I get two warnings:

QLayout: Attempting to add QLayout "" to SkillLegendDock "dock_skill_legend", 
which already has a layout
QLayout: Attempting to add QLayout "" to DwarfDetailsDock "", which already has 
a layout

What version of the product are you using? On what operating system?
Ubuntu 10.04

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

2010-Jun-12 12:53:35.309 INFO   Log Opened Successfully
2010-Jun-12 12:53:35.309 INFO   Dwarf Therapist "0.5.4" starting normally.
2010-Jun-12 12:53:35.309 INFO   Minimum log level set to "DEBUG"
2010-Jun-12 12:53:35.863 INFO   Loaded 2 views from disk
2010-Jun-12 12:53:36.114 DEBUG  "redrew views in 251ms" 
[src/viewmanager.cpp:162]
2010-Jun-12 12:53:36.286 DEBUG  setting up connections for MainWindow 
[src/mainwindow.cpp:114]
2010-Jun-12 12:53:36.318 DEBUG  group_by now set to 0 
[src/models/dwarfmodel.cpp:437]
2010-Jun-12 12:53:36.324 DEBUG  beginning to read settings 
[src/dwarftherapist.cpp:108]
2010-Jun-12 12:53:36.324 DEBUG  finished reading settings 
[src/dwarftherapist.cpp:154]
2010-Jun-12 12:53:36.577 DEBUG  attempting connection to running DF game 
[src/mainwindow.cpp:229]
2010-Jun-12 12:53:36.582 DEBUG  adding valid layout "v0.31.06" "0x13a1c19e" 
[src/dfinstance.cpp:88]
2010-Jun-12 12:53:36.584 DEBUG  adding valid layout "v0.31.05" "0xfea3801a" 
[src/dfinstance.cpp:88]
2010-Jun-12 12:53:36.585 DEBUG  adding valid layout "v0.31.04" "0x1d759a11" 
[src/dfinstance.cpp:88]
2010-Jun-12 12:53:36.586 DEBUG  adding valid layout "v0.28.181.40d16" 
"0xdab3ce6b" [src/dfinstance.cpp:88]
2010-Jun-12 12:53:36.814 DEBUG  base_addr: 13408 HEX 3460 
[src/dfinstancelinux.cpp:367]
2010-Jun-12 12:53:36.960 DEBUG  DF's checksum is "0x13a1c19e" 
[src/dfinstancelinux.cpp:371]
2010-Jun-12 12:53:36.960 DEBUG  DF's checksum is: "0x13a1c19e" 
[src/dfinstance.cpp:495]
2010-Jun-12 12:53:36.960 INFO   Detected Dwarf Fortress version "v0.31.06" 
using MemoryLayout from 
"/home/denubis/dwarftherapist/etc/memory_layouts/linux/v0.31.06.ini"
2010-Jun-12 12:53:36.988 DEBUG  Connection to DF version "v0.31.06" 
established. [src/mainwindow.cpp:252]
2010-Jun-12 12:53:39.991 INFO   RUNNING VERSION         : "0.5.4"
2010-Jun-12 12:53:39.991 INFO   LATEST AVAILABLE VERSION: "0.5.4"

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

Original issue reported on code.google.com by Denub...@gmail.com on 12 Jun 2010 at 2:56

GoogleCodeExporter commented 9 years ago
Those were warnings, not errors. But either way, they don't happen anymore

Original comment by treyst...@gmail.com on 27 Jun 2010 at 5:28