Ofunniku / dwarftherapist

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

0.31.18.ini: invalid flag for haunted is wrong? #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
4 of my dwarfes were not showing up in DT, the log said they were ignored 
because of the invalid flag 0x00800000, haunting spirit. After I removed that 
flag from the .ini, they showed up.

Not sure how to reproduce. Not sure yet what the 0x00800000 flag now means.

I'm running the phoebus graphics set, maybe that's a problem? I don't know 
where the flags are defined, if they come from the raws it may be a problem 
from phoebus, not DT. Maybe someone can verify this problem.

Original issue reported on code.google.com by ANeumann...@googlemail.com on 22 Nov 2010 at 5:46

GoogleCodeExporter commented 9 years ago
I to have this issue. I know nothing about coding etc.
I looked in the run.log for anything like "ignoring" or that flag "0x00800000" 
and I found this that 13 of my dwarfs has this displayed:

"2010-nov-23 00:08:48.749 DEBUG core    Ignoring "Stukos Shovethilral" who appears 
to be "a haunting spirit" [..\dwarftherapist\src\dwarf.cpp:490] (get_dwarf)"
Or similar like:
2010-nov-23 00:08:48.669 DEBUG  core    Ignoring "'Marksdwarf 7' Litaststibmer" who 
appears to be "dead, Jim." [..\dwarftherapist\src\dwarf.cpp:501] (get_dwarf)

But these two examples shows up in the Dwarf Therapist. The five missing dwarfs 
are not here tho.

I've attached the run.log if it needs to.
Cheers.

Original comment by Foo...@gmail.com on 22 Nov 2010 at 11:14

Attachments:

GoogleCodeExporter commented 9 years ago
To fix the issue, simply edit the memory layout. Go to the end of the document 
and find the lines 

8\name=a haunting spirit
8\value=0x00800000

And just change the value to 0x00001000. Should give you no problems anymore.

Original comment by wiltejk...@gmail.com on 23 Nov 2010 at 12:01

GoogleCodeExporter commented 9 years ago
I can confirm that this fixes it.

Original comment by jaked...@gmail.com on 24 Nov 2010 at 4:47

GoogleCodeExporter commented 9 years ago
I think I've finally found the correct flag, however it also required a code 
change, so it will be included in the 0.6.7 release.

Original comment by ehler...@gmail.com on 24 Nov 2010 at 9:16