<p>Newbie was set to 1. I followed the readme to the letter.</p>
<div class="gmail_quote">> On Fri, Aug 27, 2010 at 02:05:37PM +0200, Toumal Rakesh wrote:<br>>> Okay I did some debugging, turns out queue 9 does not have the<br>>> "QU_OPEN" flag set, and that even though there is a<br>
>> <br>>> queues[QU_NEWBIE_PLR].q_flags = QU_OPEN|QU_RESTRICT;<br>>> <br>>> in queue.c line 158 o.O<br>>> <br>>> <br>>> I'm kinda lost in the queue initialization code, but I'm pretty sure that<br>
>> whatever is supposed to open up and initialize the newbie player queue is not<br>>> doing its job properly atm.<br>> <br>> rgrep QU_NEWBIE_PLR .<br>> <br>> ...<br>> <br>> ./robots/newbie.c: queues[QU_NEWBIE_PLR].q_flags |= (QU_REPORT | QU_OPEN);<br>
> <br>> So it sounds like the newbie robot is not opening the queue. Is<br>> NEWBIE=1 in sysdef? If not, make it so. If you're enabling the newbie<br>> queue in etc/ports, NEWBIE must be 1 in etc/sysdef.<br>
> <br>> -- <br>> James Cameron<br>> <a href="http://quozl.linux.org.au/">http://quozl.linux.org.au/</a><br>> <br>> _______________________________________________<br>> netrek-dev mailing list<br>> <a href="mailto:netrek-dev@us.netrek.org">netrek-dev@us.netrek.org</a><br>
> <a href="http://mailman.us.netrek.org/mailman/listinfo/netrek-dev">http://mailman.us.netrek.org/mailman/listinfo/netrek-dev</a><br></div>