So I was very excited... downloaded Houdini 19 Linux verison (I have 18.5 apprentice installed).
Ran the houdini.install. Got message at the end of installation that houdini has completed successfully.
Great... Click the Houdini Apprentice icon - Nothing Happens... no splash screen... no error... just nothing... as if I never clicked it. So much for the joy lol.
Houdini 19 doesn't load AT ALL on Ubuntu 21.10
58753 120 17-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
-
- Andi Farhall
- Member
- 123 posts
- Joined: 2月 2014
- オフライン
-
- protozoan
- Member
- 1820 posts
- Joined: 3月 2009
- オンライン
-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
-
- protozoan
- Member
- 1820 posts
- Joined: 3月 2009
- オンライン
Pop open a shell, go into the directory where houdini installed to, and source the environment, like so
Then, for this shell, the environment is sourced. Go into your project directory and you can start houdini (don't do this in the install directory, navigate to your project directory first).
or
In the same shell you should then see the error outputs, when it bombs.
cd /opt/hfs19.0.383 source houdini_setup_bash
Then, for this shell, the environment is sourced. Go into your project directory and you can start houdini (don't do this in the install directory, navigate to your project directory first).
houdinifx &
or
houdini &
In the same shell you should then see the error outputs, when it bombs.
Edited by protozoan - 2021年10月29日 10:02:35
Martin Winkler
money man at Alarmstart Germany
money man at Alarmstart Germany
-
- chrism
- スタッフ
- 2596 posts
- Joined: 9月 2007
- オフライン
Also, if you contact support@sidefx.com they can help get you up and running.
Chris McSpurren
Senior Quality Assurance Specialist
SideFX
Senior Quality Assurance Specialist
SideFX
-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
protozoan
Pop open a shell, go into the directory where houdini installed to, and source the environment, like socd /opt/hfs19.0.383 source houdini_setup_bash
Then, for this shell, the environment is sourced. Go into your project directory and you can start houdini (don't do this in the install directory, navigate to your project directory first).houdinifx &
orhoudini &
In the same shell you should then see the error outputs, when it bombs.
Thank you. Same process for the Apprentice version?
-
- johnmather
- スタッフ
- 641 posts
- Joined: 8月 2019
- オフライン
-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
protozoanSo... I did all of the above...
Pop open a shell, go into the directory where houdini installed to, and source the environment, like socd /opt/hfs19.0.383 source houdini_setup_bash
Then, for this shell, the environment is sourced. Go into your project directory and you can start houdini (don't do this in the install directory, navigate to your project directory first).houdinifx &
orhoudini &
In the same shell you should then see the error outputs, when it bombs.
When I type houdini & I get
"munmap_chunk(): invalid pointer
Aborted (core dumped) houdini"
I have also notice that my /home/luke/houdini19.0 directory only has 'houdini.env' file in it. houdini18.5 directory has many many more files.
-
- pavelsiska
- Member
- 18 posts
- Joined: 8月 2008
- オンライン
-
- kubo-von
- Member
- 19 posts
- Joined: 8月 2014
- オフライン
The munmap_chunk(): invalid pointer seems to be caused by changes introduced in glibc 2.34 which Ubuntu 21.10 is using.
Some functionality has been removed and now is only available when preloading libc_malloc_debug.so.0 (source [sourceware.org])
so the hotfix is to do
before launching Houdini with hindie,hescape or happrentice command.
Some functionality has been removed and now is only available when preloading libc_malloc_debug.so.0 (source [sourceware.org])
so the hotfix is to do
export LD_PRELOAD="/lib/x86_64-linux-gnu/libc_malloc_debug.so.0"
Edited by kubo-von - 2021年10月30日 14:38:20
-
- LukeP
- Member
- 395 posts
- Joined: 3月 2009
- オフライン
kubo-vonIt worked! You're a genius! I'll let SideFX support know. Hopefully they can fix it in next prod build.
The munmap_chunk(): invalid pointer seems to be caused by changes introduced in glibc 2.34 which Ubuntu 21.10 is using.
Some functionality has been removed and now is only available when preloading libc_malloc_debug.so.0 (source [sourceware.org])
so the hotfix is to dobefore launching Houdini with hindie,hescape or happrentice command.export LD_PRELOAD="/lib/x86_64-linux-gnu/libc_malloc_debug.so.0"
Thank you!
Edited by LukeP - 2021年10月30日 23:32:20
-
- mariusz8
- Member
- 2 posts
- Joined: 11月 2021
- オフライン
In my case this fix is not working:
Ubuntu 21.10
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Ubuntu 21.10
-
- lrntbrt
- Member
- 10 posts
- Joined: 11月 2016
- オフライン
-
- kubo-von
- Member
- 19 posts
- Joined: 8月 2014
- オフライン
-
- kubo-von
- Member
- 19 posts
- Joined: 8月 2014
- オフライン
mariusz8
In my case this fix is not working:qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Ubuntu 21.10
That's a different error though.
You have to do
sudo apt-get install --reinstall libxcb-xinerama0
-
- mariusz8
- Member
- 2 posts
- Joined: 11月 2021
- オフライン
-
- lrntbrt
- Member
- 10 posts
- Joined: 11月 2016
- オフライン
kubo-vonlrntbrt
Same issue for 18.5, but that hot fix doesn't work for me.
Are you getting the munmap_chunk(): invalid pointer error or some other ?
Because the LD_PRELOAD trick should take care of that one ,even for 18.5, I've just tested it.
Can, I ask. Are you on a fresh install of ubuntu 20.10? or did you upgrade from a previously installed version
EDIT: I got it to work, thanks for the help!!!
Edited by lrntbrt - 2021年11月5日 07:08:26
-
- chrism
- スタッフ
- 2596 posts
- Joined: 9月 2007
- オフライン
-
- Quick Links