Ofunniku / dwarftherapist

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

Dwarf Therapist fails to run on OS X Lion 10.7.3 #415

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to start up Dwarf Therapist.
2. Icon bounces in Dock, then stops (if attempting to run through terminal, get 
"Not authorized logout.").
3. Cry silently as dwarves do not get therapy.

What is the expected output? What do you see instead?
App starting up. App does not.

What version of the product are you using? On what operating system?
Should be the most current release? Whatever is generated by Dwarf Builder app. 
Using 10.7.3

Please provide the "run.log" file in the "log" directory of DwarfTherapist
when this error occurred.
In case I didn't attach the right one, here is text from the run.log file:

2012-May-06 19:21:38.041 INFO   core    Dwarf Therapist "0.6.12" starting normally. 
[src/dwarftherapist.cpp:100] (setup_logging)
2012-May-06 19:21:38.425 INFO   core    Loaded 4 views from disk 
[src/viewmanager.cpp:128] (reload_views)
2012-May-06 19:21:38.466 DEBUG  core    "redrew views in 40ms" 
[src/viewmanager.cpp:160] (draw_views)
2012-May-06 19:21:38.476 DEBUG  core    setting up connections for MainWindow 
[src/mainwindow.cpp:105] (MainWindow)

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

Original issue reported on code.google.com by steven.p...@gmail.com on 7 May 2012 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago
Seemed to have fixed the problem. I have other error logs that I can post to 
maybe clear up was happening (I am not entirely sure).

I repaired permissions on my machine, removed some old installs of qt and qtsdk 
from my developers folder, and then restarted machine. Dwarf Therapist seems to 
boot correctly now.

Now it just doesn't display character names, hah, but that is a bug for another 
time.

Original comment by steven.p...@gmail.com on 7 May 2012 at 1:49

GoogleCodeExporter commented 9 years ago
The above breakage happens on OS X 10.6.8 with DwarfTherapist-0.6.12b05.dmg.

I removed /Developers/Applications/Qt (compressed it to Qt.zip) then 
DwarfTherapist.app worked just fine.  I'm not too knowledgeable about dynamic 
linking under Darwin/OSX, but perhaps the library path needs to be "forced" to 
the Framework folder inside of the .app directory?

Doing `otool -L DwarfTherapist.app/Contents/MacOS/DwarfTherapist` shows this 
(regardless of if the /Dev/App/Qt folder is there)

    @executable_path/../Frameworks/QtScript.framework/Versions/4/QtScript (compatibility version 4.8.0, current version 4.8.0)
    @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.0)
    @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.0)
    @executable_path/../Frameworks/QtNetwork.framework/Versions/4/QtNetwork (compatibility version 4.8.0, current version 4.8.0)

Original comment by jst...@gmail.com on 7 May 2012 at 1:58

GoogleCodeExporter commented 9 years ago
Comment 2 fixed my issue!

Original comment by ledartis...@gmail.com on 1 Jun 2012 at 12:44