messages when rendering

Houdini Integrated Plugin

Moderator: juanjgon

Post Reply
pasto
Licensed Customer
Posts: 57
Joined: Wed Apr 30, 2014 8:07 am

Hello,

I get this message when scrubing at the beginning of the timeline :

*** OCTANE API MSG: This source doesn't contain any primitives!


and this one when rendering out to disk :

Code: Select all

Traceback (most recent call last):
  File "<string>", line 9, in <module>
  File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.632/houdini/python2.7libs\hou.py", line 19, in <module>
    import _hou
ImportError: DLL load failed: Le module spécifié est introuvable.
Could not initialize the help server:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.632/houdini/python2.7libs\houdinihelp\api.py", line 74, in initialize
    bookish_app = get_houdini_app(dev=False)
  File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.632/houdini/python2.7libs\houdinihelp\server.py", line 25, in get_houdini_app
    import hou
  File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.632/houdini/python2.7libs\hou.py", line 19, in <module>
    import _hou
ImportError: DLL load failed: Le module spécifié est introuvable.

The french sentence means something like "the specified module is no present".

The file seams to render fine though but the messages are constant in the houdini console.

Thanx a lot.

Jérôme
Attachments
PLAN_04b_PLANT.zip
(354.47 KiB) Downloaded 211 times
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Hi,

I'm not sure about the problem with the python errors. Perhaps these errors are not even related to the Octane plugin, because it doesn't use these modules at all.

The Octane API error message is related to the DIODES node. In the first part of the simulation, all the mesh points are placed in the same position, with exactly the same coordinates. These one point polygons are filtered by Octane, so at the end, you get an Octane mesh without any kind of valid geometry. You can ignore the error, the rendering should be fine anyway.

Thanks,
-Juanjo
pasto
Licensed Customer
Posts: 57
Joined: Wed Apr 30, 2014 8:07 am

Sorry for the .hou error I guess it comes from QLib ressources.

Thanx a lot for the answer, it renders fine indeed.
Post Reply

Return to “Houdini”