Good morning,
Im running into some issues installing and running the latest build on a new workstation.
HOUDINI_PATH = “/home/users/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1/bin;&”
and the error I am getting is:
/home/user/houdini19.0/houdini.env:
Could not find scene mouse modifier file: SceneMouseModifiers
Unrecognized modifier key token: scene.handle.floor.mirror
Unrecognized modifier key token: scene.handle.rotate.inc_snap
Unrecognized modifier key token: scene.handle.common.scale_delta
Unrecognized modifier key token: scene.handle.orientknob.lock_axis
Unrecognized modifier key token: scene.selector.plane.fullspec.pick_normal
Unrecognized modifier key token: scene.selector.plane.quickspec.align_only
Unrecognized modifier key token: scene.selector.plane.quickspec.move_only
Unrecognized modifier key token: scene.selector.plane.quickspec.point_at
Unrecognized modifier key token: scene.selector.plane.quickspec.sec_point_at
Unrecognized modifier key token: scene.selector.plane.quickspec.sel_point_at
Unrecognized modifier key token: scene.floor.xy
Unrecognized modifier key token: scene.floor.h
Unrecognized modifier key token: scene.common.extend
Unrecognized modifier key token: scene.state.view.fast_modifier
Unrecognized modifier key token: scene.state.view.slow_modifier
Unrecognized modifier key token: scene.handle.bbox.mirror
Unrecognized modifier key token: scene.handle.bbox.uniform
Unrecognized modifier key token: scene.handle.btube.mirror
Unrecognized modifier key token: scene.handle.btube.uniform
Unrecognized modifier key token: scene.handle.crosshair.scope
Unrecognized modifier key token: scene.handle.crop.mirror
Unrecognized modifier key token: scene.handle.crop.restrict
Unrecognized modifier key token: scene.handle.domain.mirror
Unrecognized modifier key token: scene.handle.domain.copy
Unrecognized modifier key token: scene.handle.hose.group
Unrecognized modifier key token: scene.handle.hose.uniform
Unrecognized modifier key token: scene.handle.ikpivot.lock_click
Unrecognized modifier key token: scene.handle.isosegment.extend
Unrecognized modifier key token: scene.handle.pill.mirror
Unrecognized modifier key token: scene.handle.translate.inc_snap
Unrecognized modifier key token: scene.handle.slider.mode
Unrecognized modifier key token: scene.handle.motionpath.insert
Unrecognized modifier key token: scene.handle.motionpath.delete
Unrecognized modifier key token: scene.handle.motionpath.move_key
Unrecognized modifier key token: scene.handle.scale.inc_snap
Unrecognized modifier key token: scene.handle.mousewheelbump.slow
Unrecognized modifier key token: scene.handle.mousewheelbump.fast
Unrecognized modifier key token: scene.handle.mousewheelradius.slow
Unrecognized modifier key token: scene.state.brush.brush_radius
Unrecognized modifier key token: scene.state.brush.brush_radius_wheel_slow
Unrecognized modifier key token: scene.state.brush.stencil_clear
Unrecognized modifier key token: scene.state.capturelayerpaint.select
Unrecognized modifier key token: scene.state.edit.brush_radius
Unrecognized modifier key token: scene.state.edit.brush_radius_wheel_slow
Unrecognized modifier key token: scene.selector.join.flip_click
Unrecognized modifier key token: scene.state.stroke.cursor_radius
Unrecognized modifier key token: scene.state.stroke.cursor_radius_wheel_slow
Unrecognized modifier key token: scene.selector.uvpelt.hint_click
Unrecognized modifier key token: scene.state.bone_create.split
Unrecognized modifier key token: scene.state.bone_create.parent
Unrecognized modifier key token: scene.state.capture_weights.bone_toggle
ERROR: Couldn't open resource file "resources" (No such file or directory)
Can't open dophints.cmd
Could not initialize the help server:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/hfs19.0.498/python/lib/python3.7/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'houdinihelp'
ERROR: Couldn't find 'FUSE_ColorOptions.ui' for reading. Looked in:
“/home/users/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1/config/Applications
&”/config/Applications
Can't load the default font specification.
resources.std is either missing or specifies
an unknown font for the DefaultFont.
Linux Install Issue with latest build
Moderator: juanjgon
Your houdini.env file should be
Thanks,
-Juanjo
Code: Select all
HOUDINI_DSO_ERROR = 2
HOUDINI_PATH = "/home/users/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1;&"
PATH = "/home/users/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1/bin:$PATH"
Thanks,
-Juanjo
- mattwilsonvel
- Posts: 21
- Joined: Tue Jun 23, 2015 8:11 pm
Ah its just like windows... one of the latest docs was a little confusing and made me thing I didnt need the """" or the PATH line. Dumb error on my part.
The menu loads now, but the plugin is still having problems:
/home/user/houdini19.0/houdini.env:
Houdini DSO error on '/home/user/HOUDINI_LIBS/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1/dso/Houdini_Octane_19.0.498.so'
libglut.so.3: cannot open shared object file: No such file or directory
The menu loads now, but the plugin is still having problems:
/home/user/houdini19.0/houdini.env:
Houdini DSO error on '/home/user/HOUDINI_LIBS/Octane_2021.1.1.2/Octane_2021.1.1.2_Houdini_19.0.498_Linux_gcc6.3.1/dso/Houdini_Octane_19.0.498.so'
libglut.so.3: cannot open shared object file: No such file or directory
- mattwilsonvel
- Posts: 21
- Joined: Tue Jun 23, 2015 8:11 pm
found the fix:
sudo apt-get install freeglut3
sudo apt-get install freeglut3