Reference CTF Bots Error on map CTF-Citadel Posted by Sati on Fri 20 of Apr, 2012 21:25 CEST Hi, I was just testing your reference 3.3.0 Snapshot bots at map CTF-Citadel (3v3) and it always fails... It writes : "Received fatal error from SyncUT2004BotLogic32, Calling Senses63.kill(), Logic thread stopped." Do you know, what can be wrong?
Posted by jakub.gemrot on Wed 02 of May, 2012 21:03 CEST Hi! Try to find "the first exception" in the log, i.e., first fatal error ... that will be original reason why your bot has crashed. Cheers! Jakub
Posted by Sati on Thu 03 of May, 2012 18:47 CEST Thanks for respond, I already have found the error. There are few methods which returns null at some point. But finally I did bot from the beginning... I have last question, If I understand right the method ctf.getOurFlag(). It should returns flaginfo only if someone from our team has seen enemy (or dropped flag) carrying our flag, otherwise null? Am I right? Because now I am manually sending a messages to our team mate with last seen position and I maybe have some issue with this, so it would be easier if that work as I suppose. Thanks