Houdini 16 Apprentice black icon on Ubuntu 16.04

   7435   11   1
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
Hi,

I install the apprentice of Houdini 16 and when I open it I have this error

Traceback (most recent call last):
File “<stdin>”, line 2, in <module>
File “/opt/hfs16.0.504.20/houdini/python2.7libs/sas/localassets.py”, line 1780, in ensure_webresponder_server_is_running
_web_responder_api = webresponder.start_server(WebResponderAPI)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/sas/webresponder.py”, line 26, in start_server
logger = _create_logger()
File “/opt/hfs16.0.504.20/houdini/python2.7libs/sas/webresponder.py”, line 69, in _create_logger
hutil.file.ensureDirExists(sas.localassets.asset_store_dir())
File “/opt/hfs16.0.504.20/houdini/python2.7libs/hutil/file.py”, line 24, in ensureDirExists
os.makedirs(dir_path)
File “/usr/lib/python2.7/os.py”, line 157, in makedirs
mkdir(name, mode)
OSError: Permission denied: ‘/home/matevil/houdini16.0/asset_store’

and I see all icon black

I use Ubuntu 16.04, any ideas for fix it?
Thank you
Matteo

Attachments:
Screenshot from 2017-02-21 21-39-32.png (737.3 KB)

User Avatar
Member
7709 posts
Joined: 7月 2005
Offline
Try running this first prior to starting Houdini
mv ~/houdini16.0 ~/houdini16.0.old

This moves aside your preferences and gets Houdini to generate them again.
Edited by edward - 2017年2月22日 00:05:55
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
Hi Edward,

thank you so much (again… I need to pay one beer if I meet you )… yes, now it's working

Matteo
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
mh…. Edward no beer yet

Traceback (most recent call last):
File “Mouse Event Handler”, line 18, in <module>
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphselectpos.py”, line 24, in handleEvent
handler_coroutine.send(uievent)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphselectpos.py”, line 146, in handleEventCoroutine
snapresult = snap.snap(editor, None, rect, alignrects)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphsnap.py”, line 123, in snap
snapNodes(editor, item, rect, snaprects, currentsnaps, result)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphsnap.py”, line 145, in snapNodes
radius = utils.getSnapRadius(editor)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphutils.py”, line 261, in getSnapRadius
return prefs.snapRadius(editor)
File “/opt/hfs16.0.504.20/houdini/python2.7libs/nodegraphprefs.py”, line 248, in snapRadius
return float(editor.getPref(theSnapRadiusPref))
ValueError: invalid literal for float(): 0,100000

Attachments:
Screenshot from 2017-02-22 10-56-08.png (280.7 KB)

User Avatar
Member
13 posts
Joined: 7月 2015
Offline
Actually you have two problems at once I have this message error too. I've send an email to a support team. Waiting for the solution.
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
ok, waiting….
thank you a lot
User Avatar
Member
7709 posts
Joined: 7月 2005
Offline
As a workaround, set this environment variable prior to starting Houdini
export LC_ALL=C
Edited by edward - 2017年2月22日 09:17:18
User Avatar
Member
4 posts
Joined: 4月 2015
Offline
Or put it in the houdini.env :

LC_ALL=C
User Avatar
スタッフ
2590 posts
Joined: 7月 2005
Offline
We hope this issue will be fixed in the next daily build.
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
Thanks Mark, I try it also on CentOS in the next time
User Avatar
Member
147 posts
Joined: 8月 2014
Offline
just FYI I setting my pipeline on Linux Mint (I try to use CentOS and Fedora, but I prefer Linux Mint for my pipeline) however. On Mint last daily build works fine.

Mat
User Avatar
Member
1 posts
Joined: 7月 2014
Offline
edward
As a workaround, set this environment variable prior to starting Houdini
export LC_ALL=C


I have created a regular expression to automatically edit the .desktop

sudo sed -i 's/\(^Exec=\)\(.*\)/\1sh -c \"LANG=en_US.UTF-8 \&\& \2\"/g' /usr/share/applications/sesi_houdinifx16.0.504.20.desktop
  • Quick Links