Installed 2021.1.6.0 Win64 enterprise, but not working

Houdini Integrated Plugin

Moderator: juanjgon

Post Reply
manodzit
Licensed Customer
Posts: 26
Joined: Thu Sep 08, 2016 8:51 am

error on clicking a octane button (image attached)

Traceback (most recent call last):
File "Add_Octane_ROP", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.368/houdini/python3.9libs\roptoolutils.py", line 10, in createRenderNode
rop = hou.node('/out').createNode(rop_type, exact_type_name=exact_type_name)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.368/houdini/python3.9libs\houpythonportion\ui.py", line 1112, in decorator
return func(*args, **kwargs)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.368/houdini/python3.9libs\hou.py", line 14553, in createNode
return _hou.Node_createNode(self, node_type_name, node_name, run_init_scripts, load_contents, exact_type_name, force_valid_node_name)
hou.OperationFailed: The attempted operation failed.
Invalid node type name

My Packages json

{
"env" : [
{"HOUDINI_PATH" : "$HOU/Octane_2021.1.6.0_Houdini_19.5.368_Win64"},
{"PATH" : "$HOU/Octane_2021.1.6.0_Houdini_19.5.368_Win64/bin"},
]
}

I already tried
1. clean install of houdini
2. getting rid of all other extensions in my packages

i would appreciate any help, thanks in advance :)
Attachments
this happens when i click any octane button
this happens when i click any octane button
error code
error code
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

That means that Houdini can find the plugin but can't load it. Does Octane Standalone 2021.1.6 work fine on this system?

Perhaps you could try to configure the plugin using absolute paths, without this $HOU variable to check if it helps.

Thanks,
-Juanjo
manodzit
Licensed Customer
Posts: 26
Joined: Thu Sep 08, 2016 8:51 am

Hi Juan

That did the trick!

Thanks :)
m.
SreckoM
Licensed Customer
Posts: 47
Joined: Mon Jan 11, 2010 10:36 am

I am having same issue but on Linux. Using houdini.env not package.
Standalone and Modo plugin works on this system without problems.
I added just HOUDINI_PATH.
Houdini 19.5.453, and Octane for that version of Houdini.
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

You also need to add the PATH variable pointing to the plugin/bin directory.

-Juanjo
SreckoM
Licensed Customer
Posts: 47
Joined: Mon Jan 11, 2010 10:36 am

Tried with package too, which has Path defined but was not working either.

Manage to figure out what was the issue. Ldd of lib revealed that I was missing libglut library. Installing freeglut fixed it.
Post Reply

Return to “Houdini”