Hi Martin, On Thu, Mar 20, 2008 at 10:34 AM, Martin Lambers <[EMAIL PROTECTED]> wrote:
> However, I get the following errors when starting the application: > 31621 1082149216 ./lib/net/base.cpp:66 Unknown command< packet dt 2 cmd 3, > RefPtr<node f53cae49-7f38-4584-af81-e28da88de1ee> > for > N5eqNet13DeltaMasterCME @0x52fe60 > 31621 1082149216 ./lib/net/session.cpp:433 Error handling command packet > dt 2 cmd 3 session id 1042846465 objectID 1.4294967295 for object of type > N6teapot9FrameDataE > 31621 1082149216 ./lib/net/node.cpp:661 ##### Assert: 0 [Error handling > command< packet dt 2 cmd 3, RefPtr<node > f53cae49-7f38-4584-af81-e28da88de1ee> >] ##### > > Did I miss something? I guess not. I've double-checked the current code and this is a situation which should not happen. Which Equalizer version/revision are you using? Can you try the current version? What happens is that the master version of your object gets a packet with delta data (what has been produced by pack). It should simply ignore this packet. The only case when it is not ignores is when he was not yet attached to a session, i.e., you did not register the object -- but in this case the session would not even dispatch the packet to the object. My guess is that you got a 'bad' in-between version. I did have fix a bug in there about 4 weeks ago, which changed a lot of the code. If that is not the helping - can you outline the order of operations on the object, and send me the full log file? HTH, Stefan.
_______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

