Error when downloading Asset Author Tools

   8994   6   0
User Avatar
Member
9 posts
Joined: Aug. 2013
Offline
After Download and opening with orbolt_url I got an error which screenshoted image is in attachment.
In sas_url_handler.log I got

2013-08-20 22:44:01,246: INFO ———————————————
2013-08-20 22:44:01,246: INFO sas_url_handler starting:

Attachments:
Untitled.png (25.1 KB)

User Avatar
Member
268 posts
Joined: July 2005
Offline
Sorry to hear about your issues.

Can you give us more info to help diagnose the problem?
- operating system
- browser version

thanks
Adam
User Avatar
Member
9 posts
Joined: Aug. 2013
Offline
Ubuntu 13.04
Firefox 23
User Avatar
Staff
270 posts
Joined: July 2005
Offline
This error has been fixed in Houdini 12.5.500.
User Avatar
Member
9 posts
Joined: Aug. 2013
Offline
New error in attachment.
Houdini version 12.5.501.
I have python 2.7.4 (but not older versions) installed and set HOUDINI_PYTHON_VERSION = 2.5 in order to run Houdini (otherwise it tries to use python 2.7.4 and crashes).

Attachments:
error.png (16.7 KB)

User Avatar
Member
268 posts
Joined: July 2005
Offline
Is there a reason for choosing 2.5 instead of 2.6?

Can you try the following:

- Setting HOUDINI_PYTHON_VERSION=2.6
- Setting HOUDINI_USE_HFS_PYTHON=1

Mail us the output (support@orbolt.com) for the following:
- Run hconfig
- Run python from shell
>>>import sys
>>>sys.version


thanks
Adam
User Avatar
Member
9 posts
Joined: Aug. 2013
Offline
It works now. Thanks.
hconfig output:
HFS := ‘/opt/hfs12.5.501’
HOME := ‘/home/ilya’
HOUDINI_DESKTOP_DIR := ‘/home/ilya/Desktop’
HOUDINI_PYTHON_VERSION := ‘2.6’
HOUDINI_TEMP_DIR := ‘/tmp’
SHELL := ‘/bin/bash’
USER := ‘ilya’

sys.version output:
'2.6.8 (unknown, Aug 18 2013, 17:29:02) \n'
Well, this 2.6.8 version, in fact I installed it in /usr/local from sources trying to force Houdini to use 2.6 version. It did not and continued to use 2.7 and crashed as it was before installing 2.6 version. So I set HOUDINI_PYTHON_VERSION = 2.5 and it helped (I didn't realize that I can use HOUDINI_USE_HFS_PYTHON then).
  • Quick Links