CMU LAN

While toying with the CMU LAN networking code, I am running into a strange DOID error. The error line is:

START ERROR <<<
File “C:\Panda_Dev\lib\direct\distributed\ServerRepository.py”, line 275, in handleClientUpdateField

self.cw.send(datagram, self.DOIDtoClients[doid])

KeyError: 1000002

END ERROR <<<

Does this have anything to do with Josh Yelon’s recent fix (which I don’t have)?

Is anyone else toying with the CMU stuff and running into similar problems?

thanks,
Rob

The 1.0.0 release of panda contains a serious bug in the CMU LAN server. I’ll be releasing a 1.0.1 soon to fix the problem.

  • Josh