Error log problem!
-
Hi guys
Last night I was going to render something in google sketchup but then I got this error.
I found the error log in programdata but I can't figure it out:
About to make our qapp
after make qapp
Made it after UIManager.initialize
C:\ProgramData\ASGVIS\Python26\Lib\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 - C:\ProgramData/ASGVIS/VfS/current_skp.xml
0.488000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
0.003000 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)
0.046000 seconds is how long it took to add the plugins to our renderer
3.151000 seconds is how long it took to render
Entering renderArchive
About to start readArchive - C:\ProgramData/ASGVIS/VfS/current_skp.xml
3.303000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
0.025000 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 "C:\ProgramData\ASGVIS\Python26..\VfS\ASGVIS\vrayplugin.py", line 215, in add_to_renderer
vray_param = param.to_vray_param(renderer)
File "C:\ProgramData\ASGVIS\Python26..\VfS\ASGVIS\vrayplugin.py", line 92, in to_vray_param
return self.value.to_vray_param(self.name, renderer, final_gamma )
File "C:\ProgramData\ASGVIS\Python26..\VfS\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
-
Are you using the latest version? 1.49.01?
-
@thomthom said:
Are you using the latest version? 1.49.01?
Pretty sure I am...
I have no trouble with rendering another project but this one won't work..so I am guessing that it's errors in this file?
Advertisement