View Single Post
  #2  
Old 06-29-2007, 09:24 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

It crashes here as well. The problem is that the water.dlr plugin loads water.rgb. Vizard cannot detect this, so it is not included in the published EXE. Unforturnately, the plugin does not perform any error checking, so when it can't find the file it ends up crashing. WorldViz did not create this plugin, so you will need to contact the creator of the plugin if you want it fixed.

A solution is to manually add water.rgb to the dependency list of the publish exe by adding the following line of code in your script:
Code:
viz.res.addPublish('water.rgb')
Reply With Quote