PDA

View Full Version : Script loading problem


JRichizzle
03-12-2004, 09:48 AM
Working with Vizard 2.14 on a computer running Windows 2000 and an ATI Radeon 9700 video card. I am having trouble loading a script in Vizard - it seems to get hung up after "adding" 11 VRML models. The black console window just stops printing lines and the rendering window is simply black. I can add the framerate to the top of the render window (using viz.framerate()), so it seems that the program has not completely frozen up... it just won't continue compiling code at some point. :confused:

farshizzo
03-12-2004, 10:03 AM
Hi,

Do you know at what point your script stops compiling? Try inserting a few print statements in your script to see where it stops. I looked at your code and I don't see anything obviously wrong. If the script isn't crashing then most likely it is bailing at some point. However, you should get some error message in either the black console window, or the interactive window.