View Single Post
  #1  
Old 01-06-2005, 11:00 PM
vr_boyko vr_boyko is offline
Member
 
Join Date: Sep 2004
Posts: 19
Vizard Crashes: causes are hard to determine, possible problem with the viz code

I am programming a networked collaborative virtual environment with Vizard. My script is experiencing two big problems:

a texture anomaly occuring when a secondary "Picture-in-Picture" window is set to visible (problem can be seen in the JPEGs named PIPbefore and PIPafter) this issue was discussed in two previous posts:

http://www.worldviz.com/forum/showth...hlight=texture

and

http://www.worldviz.com/forum/showth...hlight=texture

but still persists, despite the (temporary) fix described in the first post

and more importantly, my script completely crashes in the event when the user rotates his/her head while controlling the joystick-drivven user interface (implemented using the sid library) as all the data of head orientation and interface state is being sent over the network to the other user with whom he/she is collaborating. A sreenshot of the windows crash manager dialog boxes is in the ZIP file attached (name is Vizard_Crash) along with a text file specifying the dlls connected to the crash (in ErrorLog.txt)

After re-writing the code and re-checking a second time, I am convinced that the problems are not solely within my code, but are the result of commands that disturb the expected working order of Vizard, which in turn crashes windows. I would appreciate any suggestions on how to fix the problems described above, including trying out a modified version of Vizard which can handle the tasks which my script throws at it ... currently I am using Vizard 2.17a, and after checking the abbreviated changelog, I am not sure if trying version 2.5 will help with my problems.

Thanks in advance!
Attached Files
File Type: zip severeproblems.zip.zip (967.3 KB, 2574 views)
Reply With Quote