On Mon, Mar 21, 2016 at 02:29:46AM -0500, John R. Dennison wrote: > Server works fine in 64bit. The bots, on the other hand, do not. > They need to be compiled with -m32 in CFLAGS in their respective > directory. Symptom: bots don't get a ship, because they abort with "Packet fragment. Server must be dead.", because their definition of SP_LOGIN packet is 112 instead of 108 bytes, because long flags; is sixteen and not eight bytes as it was once upon a time. robotd/packets.h needs the ntserv/packets.h definitions, 'cause what it has now has 32-bit assumptions. -- James Cameron http://quozl.netrek.org/