Announcement

Collapse
No announcement yet.

Render Fail... Invalid type? please help...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Render Fail... Invalid type? please help...

    Hi,
    Please can you help... file fails to render and I can't understand the error log.
    Thanks in advance


    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
    5.897000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
    0.031000 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.890000 seconds is how long it took to add the plugins to our renderer
    5.085000 seconds is how long it took to render
    Entering renderArchive
    About to start readArchive - C:\ProgramData/ASGVIS/VfS/current_skp.xml
    13.915000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
    2.683000 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\vray plugin.py", line 215, in add_to_renderer
    vray_param = param.to_vray_param(renderer)
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray plugin.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\vray types.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

    Traceback (most recent call last):
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 328, in render
    self.addAssetsToRenderer( self )
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 102, in addAssetsToRenderer
    ref.plugin.add_to_renderer( self )
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray plugin.py", line 215, in add_to_renderer
    vray_param = param.to_vray_param(renderer)
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray plugin.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\vray types.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

    Traceback (most recent call last):
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 408, in renderArchive
    self.render()
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 328, in render
    self.addAssetsToRenderer( self )
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 102, in addAssetsToRenderer
    ref.plugin.add_to_renderer( self )
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray plugin.py", line 215, in add_to_renderer
    vray_param = param.to_vray_param(renderer)
    File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray plugin.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\vray types.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

Working...
X