Re: [crossfire] crossfire-mapper

2011-02-03 Thread Kevin R. Bulgrien
 Hello.
 
  Still mystified.  arch is up-to-date showing mod dates in the last few
  days, and I did explicitly do make clean and make install in the lib
  folder as well as in the server area., and rebuild and reinstall server.
  If I look where the server is installed, the date/time of the crossfire.0
  and .1 files is current. strace confirms the new file is in use at the
  location where the server is installed.
 
 Note the file you want to check is archetypes, since the crossfire.x
 files only contain pics :)

Well, yes... and my communication was poor and inadequate as I had
indeed checked that file for freshness.
 
 make clean does not remove the lib/archetypes file, and won't collect,
 I just confirmed.
 
 As far as I can figure, the various make commands (except an explicit
 collect) are just happy with having a lib/archetypes file without
 checking the date.
 
 So I'd suggest to explicitely do ( cd lib  make collect  make install
 ) and try again.

I had done make collect at all the appropriate junctures as well.
 
Somehow, the server/trunk/lib/arch was an actual folder rather than a
symlink to arch/trunk.  Perhaps I did that in some long forgotten
dream.

Sorry.   It's working now that I repaired the link.  Thanks for your patient
help.

I wonder though, if there is a better way to manage that link...
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


[crossfire] crossfire-mapper

2011-02-02 Thread Kevin R. Bulgrien
I wonder if I have forgotten how to run mapper, or if maybe something is
broken.  I was trying to update the website that has the generated data.

Initializing Crossfire data...
Unable to open /var/log/crossfire/logfile as the logfile - will use stderr 
instead
Unable to open /var/log/crossfire/logfile as the logfile - will use stderr 
instead
[Error]   invalid smoothed face: fog_S.111
[Error]   invalid smoothed face: grassmedium_S.111
[Error]   Spell archetype abil_ball_lightning [ball lightning ability] has no 
skill defined!
[Error]   Spell archetype abil_burning_hands [burning hands ability] has no 
skill defined!
[Error]   Spell archetype abil_fear [fear ability] has no skill defined!
[Error]   Spell archetype abil_create_fire_wall [create fire wall ability] has 
no skill defined!
[Error]   Spell archetype abil_frostbolt [frostbolt ability] has no skill 
defined!
[Error]   Spell archetype abil_icestorm [icestorm ability] has no skill 
defined!
[Error]   Spell archetype abil_large_icestorm [large icestorm ability] has no 
skill defined!
[Error]   Spell archetype abil_medium_fireball [medium fireball ability] has no 
skill defined!
[Error]   Spell archetype abil_poison_cloud [poison cloud ability] has no 
skill defined!
[Error]   Spell archetype abil_slow [slow ability] has no skill defined!
[Error]   Spell archetype spell_shell [cannon shell] has no skill defined!
Fatal: See last error
Exiting...

If anyone can confirm results or get different ones, I'd be interested in
hearing about them.

I'm thinking a readme file in the utils folder might be helpful.

Kevin
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] crossfire-mapper

2011-02-02 Thread Rick Tanner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/29/11 9:24 PM, Kevin R. Bulgrien wrote:

 If anyone can confirm results or get different ones, I'd be interested in
 hearing about them.
 
 I'm thinking a readme file in the utils folder might be helpful.

Make sure your archetypes are updated, as some of the Error messages you
list were recently fixed.

Then, run make collect in the server/lib directory.  Compile the server
once again.

I did these two (well, three actually..) steps, and the error alerts you
list were no longer a problem.




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFNSh6thHyvgBp+vH4RArHxAKDSs1dTWIwMXURftEH49mMmrF9NYACgr1/V
7+zmVzEsTDG19U+sW7KTtFs=
=7gD4
-END PGP SIGNATURE-
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] crossfire-mapper

2011-02-02 Thread Kevin R. Bulgrien
  If anyone can confirm results or get different ones, I'd be interested in
  hearing about them.
  
  I'm thinking a readme file in the utils folder might be helpful.
 
 Make sure your archetypes are updated, as some of the Error messages you
 list were recently fixed.
 
 Then, run make collect in the server/lib directory.  Compile the server
 once again.
 
 I did these two (well, three actually..) steps, and the error alerts you
 list were no longer a problem.

Still mystified.  arch is up-to-date showing mod dates in the last few days,
and I did explicitly do make clean and make install in the lib folder as well 
as in the server area., and rebuild and reinstall server.  If I look where the
server is installed, the date/time of the crossfire.0 and .1 files is current.
strace confirms the new file is in use at the location where the server is
installed.

I tried running crossfire-mapper from both the server/trunk/utils folder
and from the server install location and from the templates folder under
utils... all giving the same results.

I suppose maybe it might help to see if there is an svn commit that seems
to address those things and then try to correlate the change with the
current generated content of the archetypes file in the server install.
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire


Re: [crossfire] crossfire-mapper

2011-02-02 Thread Nicolas Weeger
Hello.

 Still mystified.  arch is up-to-date showing mod dates in the last few
 days, and I did explicitly do make clean and make install in the lib
 folder as well as in the server area., and rebuild and reinstall server. 
 If I look where the server is installed, the date/time of the crossfire.0
 and .1 files is current. strace confirms the new file is in use at the
 location where the server is installed.

Note the file you want to check is archetypes, since the crossfire.x files 
only contain pics :)

make clean does not remove the lib/archetypes file, and won't collect, I 
just confirmed.

As far as I can figure, the various make commands (except an explicit collect) 
are just happy with having a lib/archetypes file without checking the date.

So I'd suggest to explicitely do ( cd lib  make collect  make install ) 
and try again.



 I tried running crossfire-mapper from both the server/trunk/utils folder
 and from the server install location and from the templates folder under
 utils... all giving the same results.
 
 I suppose maybe it might help to see if there is an svn commit that seems
 to address those things and then try to correlate the change with the
 current generated content of the archetypes file in the server install.


Here's the revision that added that check:

Revision: 14083
  http://crossfire.svn.sourceforge.net/crossfire/?rev=14083view=rev
Author:   ryo_saeba
Date: 2010-11-13 23:00:23 + (Sat, 13 Nov 2010)

Log Message:
---
Do not allow spells without a skill defined.




Nicolas
-- 
Mon p'tit coin du web - http://nicolas.weeger.org


signature.asc
Description: This is a digitally signed message part.
___
crossfire mailing list
crossfire@metalforge.org
http://mailman.metalforge.org/mailman/listinfo/crossfire