Page 3 of 3

Re: OctaneRender 2024.1.2 for Houdini production (2024.1.2.0)

Posted: Wed Jan 29, 2025 4:19 pm
by SreckoM
So how one installs Octane for Houdini on Linux?

Matched versions, gcc too. Installed adding Houdini_PATH in houdini.env as suggested in docs, and I see shelf and menus, but none of the buttons are working *getting unknown command), assuming something is not installed correctly. Standalone version works fine.
HOUDINI_DSO_ERROR = 2 does not show anything.

Re: OctaneRender 2024.1.2 for Houdini production (2024.1.2.0)

Posted: Fri Jan 31, 2025 8:03 am
by ricky_otoy
SreckoM wrote:So how one installs Octane for Houdini on Linux?

Matched versions, gcc too. Installed adding Houdini_PATH in houdini.env as suggested in docs, and I see shelf and menus, but none of the buttons are working *getting unknown command), assuming something is not installed correctly. Standalone version works fine.
HOUDINI_DSO_ERROR = 2 does not show anything.
Hi there SreckoM,

Please can you run

Code: Select all

ldd Houdini_Octane_xxx.so
from the plugin directory or like this

Code: Select all

ldd Octane_2025.1.Beta_1.0_Houdini_20.5.445_Studio+_Linux/dso/Houdini_Octane_20.5.445.so

This is to see if you have any missing libs and install them.

Re: OctaneRender 2024.1.2 for Houdini production (2024.1.2.0)

Posted: Fri Jan 31, 2025 9:14 am
by SreckoM
It was freeglut as it was mentioned in notes, I am idiot.

Re: OctaneRender 2024.1.2 for Houdini production (2024.1.2.0)

Posted: Fri Jan 31, 2025 12:18 pm
by ricky_otoy
SreckoM wrote:It was freeglut as it was mentioned in notes, I am idiot.
Nah! no worries :)