This seems to be a small problem with a line that logs events.
An easy fix until the CVS version is fixed would be this....
In entity.cpp on the line that says...
LogFile->write(EQEMuLog:
ebug, "MakeDoorPacket() packet length:%i qty:%i", length, qty);
Change to :
LogFile->write(EQEMuLog:
ebug, "MakeDoorPacket() packet length:%i qty:", length);
This is just a temporary fix to get it running....