Thread: networking
View Single Post
  #1  
Old 08-22-2003, 02:11 PM
hotspur1 hotspur1 is offline
Member
 
Join Date: Mar 2003
Location: Cambridge, MA
Posts: 54
networking

I was trying out the networking demo (viz_Duckwalk) which works just fine but when I tried writing my own script - basically te same script with a few different objects, I get an error message, saying that

TypeError: send() takes exactly 2 arguments (4 given)

As it's the same commands as the demo, I'm confused as to why it isn't working. I didn't get these errors with earlier versions of Vizard I had (1.096) - I am testing this with v2.08

Also, I occasionally get an error with the Window Title

Producer: Internal Error: Can't Set the PixelFormat
The parameter is incorrect

Then I get a bunch of errors 'detected OpenGl error 'invalid operation after applying attribute Viewport 00BD5050' or something like that. Then the program crashes with a dialog about accessing some memory location (typical windows error msg).

Thanks for any insight.
Reply With Quote