azzaaliabdelaziz / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
1 stars 0 forks source link

error messages in console during startup #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. from VS run debug version cogbot.exe
2. during startup see:

TCPDEBUG: Realy bound 5555!
[MOVETOCOMMAND]  cogbot.Actions.Movement.MovetoCommand is not a BotStatefullComm
and?!
[ECHOMASTERCOMMAND]  cogbot.Actions.Communication.EchoMasterCommand is not a Bot
StatefullCommand?!
[BACKUPCOMMAND]  cogbot.Actions.SimExport.BackupCommand is not a BotStatefullCom
mand?!
[PROFILECLONECOMMAND]  cogbot.Actions.Agent.ProfileCloneCommand is not a BotStat
efullCommand?!

these are new messages.

Original issue reported on code.google.com by anneogb...@gmail.com on 23 May 2012 at 1:37

GoogleCodeExporter commented 9 years ago
Fixed these four commands.

I have the default Command constructor complain that the wrong constructor was 
used for BotStatefullCommands

http://code.google.com/p/opensim4opencog/source/detail?r=2952.

Leaving issue open due the fact more of such errors are expected to pop up in 
future (and have to be fixed!)

Original comment by logicmoo@gmail.com on 23 May 2012 at 5:01

GoogleCodeExporter commented 9 years ago

Original comment by logicmoo@gmail.com on 23 May 2012 at 5:01

GoogleCodeExporter commented 9 years ago

Original comment by anneogb...@gmail.com on 22 Jul 2012 at 4:02

GoogleCodeExporter commented 9 years ago
Fixed in r3409

Original comment by logicmoo@gmail.com on 24 Jul 2012 at 11:01