> I didn't get > off scotch free, and there are still some issues with my own code. In > the "Objects" section of the universe updater I get the following error: > > The server displays only the following: (which is why I suspect my > code is the problem now, which is a relief) > 2008-05-28 14:04:32 < Info > Client on connection 7 is [libtpproto-py/ > 0.2.4 libtpclient-py/0.3.1 tpclient-pywx/0.3.1] > 2008-05-28 14:04:32 < Info > Creating new player automatically > 2008-05-28 14:04:32 < Info > Login ok by guest > tpserver-cpp>
It appears that you are not using the planet definition which is used in TP03. Planets in TP03 must have a given format as shown in http://www.thousandparsec.net/tp/dev/documents/objects.php What specifically is the problem is that you are missing the length value for the four element list ([jjjj]). I'm not sure how tpserver-cpp works in this regard and how you are missing that list length. Tim 'Mithro' Ansell _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
