help window not working when "?" is clicked

   3639   11   3
User Avatar
Member
66 posts
Joined: May 2017
Offline
Hi guys.

I'm using Houdini 19.0.657 in ubuntu 22.04.
When I click the "?" on any window to get the help browser, nothing happens. Anyone experiencing the same thing?
User Avatar
Member
88 posts
Joined: Feb. 2021
Offline
I have no idea what you mean but the help can be found like this ?
Edited by TangheStudent - July 27, 2022 09:41:56

Attachments:
houdini_wSxpawfspH.gif (832.6 KB)

User Avatar
Member
66 posts
Joined: May 2017
Offline
This is what I mean.

Attachments:
help_issue.gif (567.5 KB)

User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
nelpiper73
This is what I mean.

yeah, I hear that it doesn't work for a lot of Linux users. it works fine for me on Cent OS though.
User Avatar
Member
1615 posts
Joined: March 2009
Online
There's a (temporary) workaround, for the moment.

In the shell where you sourced your houdini environment, start with:

QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" houdinifx &

(or "houdini", for the non-fx variety). This will fix it.
Martin Winkler
money man at Alarmstart Germany
User Avatar
Member
66 posts
Joined: May 2017
Offline
Thx Protozoan.

Can you elaborate a bit better on your fix please?
Edited by nelpiper73 - July 27, 2022 17:03:28
User Avatar
Member
1615 posts
Joined: March 2009
Online
How do you normally start your Houdini?
Martin Winkler
money man at Alarmstart Germany
User Avatar
Member
66 posts
Joined: May 2017
Offline
path to my houdini: /opt/hfs19.5.303/bin/hindie-bin

I assigned "super+H".
User Avatar
Member
1615 posts
Joined: March 2009
Online
The super-H is a nice touch

So in your case you would use

QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" /opt/hfs19.5.303/bin/hindie-bin

as the command that gets run by your hotkey, and it'll work for the moment.
Martin Winkler
money man at Alarmstart Germany
User Avatar
Member
1615 posts
Joined: March 2009
Online
Without trying to force this onto you, I would consider an alternative to this type of startup though.

A lot of people and companies run houdini from a shell. You pop open a terminal, and (assuming it runs a bash shell or compatible), you'd set up the correct environment for it like so:

cd /opt/hfs19.5.303/
source houdini_setup_bash

From then on this shell has the correct environment and paths set up (reminder: when executing a shellscript, it'll create a sub-shell and kill its environemnt upon completion, sourcing a shell script however retains the environment for as long as the shell lives)

Then you go (back) to your project directory, and start it from there, like

cd /home/nelpiper73/myproject/hip
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" hindie

This of course can be reasonably automated.

Some of the advantages are:

- It's easy to have several sessions of different houdini versions open at the same time. Want to directly compare 19.0 and 19.5? Make two different shells, that source a different environment and start two houdini sessions
- The shell acts as a nice and quick console. All error outputs go there (and into its logs), also your own print() stuff
- When you have it you can use the shell to use all the command line tools that come with houdini from within your project structure, like iconvert and all the others

It's well worth looking into.
Edited by protozoan - July 30, 2022 14:43:04
Martin Winkler
money man at Alarmstart Germany
User Avatar
Member
9 posts
Joined: Dec. 2015
Offline
This was working for me on Linux Mint until yesterday. Now I have exactly the same problem as shown here [www.sidefx.com].
Edited by Steffen Dünner - Aug. 25, 2022 04:05:32
User Avatar
Member
29 posts
Joined: Nov. 2021
Offline
Same problem. Not working in Ubuntu 22.04.2 LTS
Edited by alunablue - April 26, 2023 23:08:34
  • Quick Links