Hi
I am having a repeatedly very annoying problem with V-ray 1.48.89 osx for Sketchup 8.0.3161. Basically it won't render any scene that has any actual geometry in it, and after freezing sketchup for 10 minutes or so I get an error message back:
"we have encountered error(s) while trying to render. Please check error log for more details."
I have coppied the contents of my error log below. Any help I could get with this would be appreciated!
Alix
=========System Information=========
platform = darwin
country = Canada
language = English
====================================
Made it after UIManager.initialize
/Library/Frameworks/ASGVIS.framework/Versions/A/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Ft/Xml/InputSource.py:346: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument
FtWarning, 2)
FtWarning: Creation of InputSource without a URI
Entering renderArchive
About to start readArchive - /tmp/current_skp.xml
9.817769 seconds is how long it took to read /tmp/current_skp.xml
0.075665 seconds is how long it took us to correct the file paths for all external texture file references in the scene.
(to ensure this process goes as quickly as possible, please be sure all references to external texture files are correct prior to rendering)
Traceback (most recent call last):
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vrayplugin.py", line 215, in add_to_renderer
vray_param = param.to_vray_param(renderer)
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vrayplugin.py", line 92, in to_vray_param
return self.value.to_vray_param(self.name, renderer, final_gamma )
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vraytypes.py", line 348, in to_vray_param
return PyVRay.VUtils.DefStringParam(name, self.to_vray(renderer))
TypeError: argument 2 of PyVRay.DefStringParam() has an invalid type
I am having a repeatedly very annoying problem with V-ray 1.48.89 osx for Sketchup 8.0.3161. Basically it won't render any scene that has any actual geometry in it, and after freezing sketchup for 10 minutes or so I get an error message back:
"we have encountered error(s) while trying to render. Please check error log for more details."
I have coppied the contents of my error log below. Any help I could get with this would be appreciated!
Alix
=========System Information=========
platform = darwin
country = Canada
language = English
====================================
Made it after UIManager.initialize
/Library/Frameworks/ASGVIS.framework/Versions/A/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Ft/Xml/InputSource.py:346: DeprecationWarning: functions overriding warnings.showwarning() must support the 'line' argument
FtWarning, 2)
FtWarning: Creation of InputSource without a URI
Entering renderArchive
About to start readArchive - /tmp/current_skp.xml
9.817769 seconds is how long it took to read /tmp/current_skp.xml
0.075665 seconds is how long it took us to correct the file paths for all external texture file references in the scene.
(to ensure this process goes as quickly as possible, please be sure all references to external texture files are correct prior to rendering)
Traceback (most recent call last):
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vrayplugin.py", line 215, in add_to_renderer
vray_param = param.to_vray_param(renderer)
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vrayplugin.py", line 92, in to_vray_param
return self.value.to_vray_param(self.name, renderer, final_gamma )
File "/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/RubyToPython/ASGVIS/vraytypes.py", line 348, in to_vray_param
return PyVRay.VUtils.DefStringParam(name, self.to_vray(renderer))
TypeError: argument 2 of PyVRay.DefStringParam() has an invalid type
Comment