Announcement

Collapse
No announcement yet.

Understanding VfS Error Log

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

  • #31
    Re: Understanding VfS Error Log

    This is mine. I don't understand a word.
    the problem is, anytime I start sketchup, I get following message :
    Error Loading File C:\Documents and Settings\All Users\Application Data/ASGVIS/VfS/Ruby/R2P.rb
    -1073741795: - C:\Documents and Settings\All Users\Application Data/ASGVIS/VfS/VfSbin2xml.soError Loading File vfs.rb
    -1073741795: - C:\Documents and Settings\All Users\Application Data/ASGVIS/VfS/VfSbin2xml.so
    And vray never starts. latest vray, latest skp.


    error log:
    =========System Information=========
    platform = win32
    country = Croatia
    language = Croatian
    ====================================
    About to make our qapp
    after make qapp
    Made it after UIManager.initialize
    C:\Documents and Settings\All Users\Application Data\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
    (most recent call last):
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\assets.py", line 632, in load_asset_from_xml
    readString( assetXML, asset_list_creator )
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\archiveRead.py" , line 161, in readString
    readStream( stream, asset_read_callback )
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\archiveRead.py" , line 152, in readStream
    asset_parser.parseStream( stream, asset_read_callback )
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\archiveRead.py" , line 61, in parseStream
    for event_type, event_node in dom_event_stream:
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\FastPullDom.py" , line 231, in next
    rc = self.getEvent()
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\..\VfS\ASGVIS\FastPullDom.py" , line 263, in getEvent
    self.parser.close()
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\Lib\xml\sax\expatreader.py", line 217, in close
    self.feed("", isFinal = 1)
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\Lib\xml\sax\expatreader.py", line 211, in feed
    self._err_handler.fatalError(exc)
    File "C:\Documents and Settings\All Users\Application Data\ASGVIS\Python26\Lib\xml\sax\handler.py", line 38, in fatalError
    raise exception
    SAXParseException: <unknown>:2:0: no element found

    The xml that caused the error above is as follows...
    <Assets>

    Comment


    • #32
      Re: Understanding VfS Error Log

      Well this just happens when i load some Materials it was Clear Glass in this example just wont start render anything at all


      upd.
      so its the vismat_material_collection

      seems to happen if i load a complete material set, just loaded only 1 material the glass i needed was working fine

      Entering renderArchive
      About to start readArchive - C:\ProgramData/ASGVIS/VfS/current_skp.xml
      0.660000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
      0.000000 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 render.py", line 333, in render
      self.addAssetsToRenderer( self )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 94, in addAssetsToRenderer
      self.__findReferencedPlugins( asset, refList )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 134, in __findReferencedPlugins
      self.__handleReferencedPlugin( param.value, referencedList )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 126, in __handleReferencedPlugin
      raise Exception(u"In __handleReferencedPlugin could not find %s"%paramUrl)
      Exception: In __handleReferencedPlugin could not find /OakleGlass/DefaultMaterial1

      Traceback (most recent call last):
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 414, in renderArchive
      self.render()
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 333, in render
      self.addAssetsToRenderer( self )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 94, in addAssetsToRenderer
      self.__findReferencedPlugins( asset, refList )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 134, in __findReferencedPlugins
      self.__handleReferencedPlugin( param.value, referencedList )
      File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 126, in __handleReferencedPlugin
      raise Exception(u"In __handleReferencedPlugin could not find %s"%paramUrl)
      Exception: In __handleReferencedPlugin could not find /OakleGlass/DefaultMaterial1

      got to app_quit
      Just called cancel render of VRayArchiveRenderer

      Comment


      • #33
        Re: Understanding VfS Error Log

        I have a problem which I really can't solve, with error log too, please help.

        I'm making a new, fresh file, draw simple interior, add some textures and press render and then ALWAYS at first click comes the warning that render is canceled and I should look at the error log.
        The second time I press render - it works properly.

        Then I make some changes, for example move a chair about 5cm and press render - it comes again - first click- error - second click - it renders properly.

        And it goes on and on for each and every file I create, even very simple.


        I cleared error log, and tried to render ones again, and here I paste what error log said after that.

        =========System Information=========
        platform = win32
        country = Poland
        language = Polish
        ====================================
        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
        4.373000 seconds is how long it took to read C:\ProgramData/ASGVIS/VfS/current_skp.xml
        0.055000 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 330, 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 411, in renderArchive
        self.render()
        File "C:\ProgramData\ASGVIS\Python26\..\VfS\ASGVIS\vray render.py", line 330, 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

        got to app_quit
        Just called cancel render of VRayArchiveRenderer
        So what seems to be the cause of problems?

        Comment

        Working...
        X