no icons, slow running, in Debian 64
38187 38 1- kwohlfahrt
- Member
- 7 posts
- Joined: 8月 2007
- Offline
- efecto
- Member
- 14 posts
- Joined: 10月 2009
- Offline
Hi there I followed Edward's tip but no success.
2.6.20-16-generic
SPEC:
Kubuntu 9.10 32 bits
Houdini hfs10.0.465
nVidia
PROBLEM:
I can see icons but the UI is very very slow and unoperable. The houdini window often goes black and colour streaks in it. Resizing the window slows down the app greatly.. pretty much unusable.
Thank you.
$ cd /opt/hfs10.0.465This gave me the following result.
$ source houdini_setup
$ echo $HOUDINI_BUILD_KERNEL
2.6.20-16-generic
$ cd hsvgThis gave no error.
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
SPEC:
Kubuntu 9.10 32 bits
Houdini hfs10.0.465
nVidia
PROBLEM:
I can see icons but the UI is very very slow and unoperable. The houdini window often goes black and colour streaks in it. Resizing the window slows down the app greatly.. pretty much unusable.
Thank you.
- Alanw
- Member
- 320 posts
- Joined: 8月 2007
- Offline
efecto
Hi there I followed Edward's tip but no success.$ cd /opt/hfs10.0.465This gave me the following result.
$ source houdini_setup
$ echo $HOUDINI_BUILD_KERNEL
2.6.20-16-generic$ cd hsvgThis gave no error.
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
SPEC:
Kubuntu 9.10 32 bits
Houdini hfs10.0.465
nVidia
PROBLEM:
I can see icons but the UI is very very slow and unoperable. The houdini window often goes black and colour streaks in it. Resizing the window slows down the app greatly.. pretty much unusable.
Thank you.
Do you have the proprietary nvidia driver installed? Also, if you have desktop effects enabled it's worthwhile disabling them in your xorg.conf.
Try this
glxinfo | grep direct
- efecto
- Member
- 14 posts
- Joined: 10月 2009
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
- efecto
- Member
- 14 posts
- Joined: 10月 2009
- Offline
- efecto
- Member
- 14 posts
- Joined: 10月 2009
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
- darkPrince
- Member
- 6 posts
- Joined: 8月 2009
- Offline
- Neoblink
- Member
- 52 posts
- Joined: 7月 2009
- Offline
I have the same Issue, my sops dont find or recognize the icons…i just cant use ….the command for execute the hsvg returns
# ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
/opt/houdini/hsvg/hsvg-real: symbol lookup error: /usr/lib/libgthread-2.0.so.0: undefined symbol: g_thread_gettime
i dont know how to fixed….i'm not using ubuntu but Arch Linux 32bits…
Somebody can help me? on Arch 64 dont have problem
# ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
/opt/houdini/hsvg/hsvg-real: symbol lookup error: /usr/lib/libgthread-2.0.so.0: undefined symbol: g_thread_gettime
i dont know how to fixed….i'm not using ubuntu but Arch Linux 32bits…
Somebody can help me? on Arch 64 dont have problem
- slegrand
- Member
- 3 posts
- Joined: 7月 2006
- Offline
- phillmayer
- Member
- 12 posts
- Joined: 10月 2010
- Offline
edward
Here's an idea to try if you're willing to modify your installation. It probably won't work though. And I can't test since I don't generally run Linux.
$ cd /opt/hfs10.0.465
$ source houdini_setup
$ echo $HOUDINI_BUILD_KERNEL
(make sure this mentions amd64 if you're on a 64-bit OS)
$ cd hsvg
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
Confirm that this brings up the libgio error. If there's no error, then something else is wrong. Assuming this brings up the libgio error, we can try to figure out which libs are causing the problem:
$ sudo mkdir oldlibs
$ sudo mv lib* oldlibs
This moves all the libraries that might conflict into the oldlibs directory so that they are no longer used. Ok, now we try using hsvg again:
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
If the hsvg command produces no errors or warnings, then we're done. We should remove the icon cache before restarting houdini:
$ cd ~
$ rm -r ~/houdini10.0/config/Icons
$ houdini -foreground
If running hsvg still doesn't work, then you need to systematically find the right combination of libraries from oldlibs that causes hsvg to run by copying them back out. Post your results if you figure this out.
There are probably other Ubuntu 9.10 problems but this is a start if you're really desperate to run Houdini on Ubuntu 9.10. (Note the official stance [sidefx.com] on Ubuntu 9.10 right now.)
Thanks Edward, that just worked perfectly for Houdini 11.1.118 under Ubuntu Linux 11.04.
- cyrus_nk
- Member
- 45 posts
- Joined: 3月 2010
- Offline
@edward: for the libgio error, all the respect man!!!!!
http://kaigaraonline.wordpress.com [kaigaraonline.wordpress.com]
tutorials/tips and tricks for Mobile, Photography, GNU/Linux, 2D, 3D, programming.
http://gofortheredpill.wordpress.com [gofortheredpill.wordpress.com]
Change. And food! ^-^
tutorials/tips and tricks for Mobile, Photography, GNU/Linux, 2D, 3D, programming.
http://gofortheredpill.wordpress.com [gofortheredpill.wordpress.com]
Change. And food! ^-^
- zarti
- Member
- 330 posts
- Joined: 7月 2007
- Offline
edward
Here's an idea to try if you're willing to modify your installation. It probably won't work though. And I can't test since I don't generally run Linux.
$ cd /opt/hfs10.0.465
$ source houdini_setup
$ echo $HOUDINI_BUILD_KERNEL
(make sure this mentions amd64 if you're on a 64-bit OS)
$ cd hsvg
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
Confirm that this brings up the libgio error. If there's no error, then something else is wrong. Assuming this brings up the libgio error, we can try to figure out which libs are causing the problem:
$ sudo mkdir oldlibs
$ sudo mv lib* oldlibs
This moves all the libraries that might conflict into the oldlibs directory so that they are no longer used. Ok, now we try using hsvg again:
$ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp
If the hsvg command produces no errors or warnings, then we're done. We should remove the icon cache before restarting houdini:
$ cd ~
$ rm -r ~/houdini10.0/config/Icons
$ houdini -foreground
If running hsvg still doesn't work, then you need to systematically find the right combination of libraries from oldlibs that causes hsvg to run by copying them back out. Post your results if you figure this out.
..
just installed Mint13 Mate and stopped here ..
the error message i was getting was :
/opt/hfs11.1.285/hsvg/hsvg-real: symbol lookup error: /opt/hfs11.1.285/hsvg/hsvg-real: undefined symbol: _rsvg_size_callback
and i simply turned back on its orginal folder the librsvg-2.so.2 with :
sudo cp ./oldlibs/librsvg-2.so.2 ./
houdini 's ui is fully flourished with those cheerfull colors again !
hope this helps someone in near future ..
.cheers
except the things that cannot be seen , nothing is like it seems .
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
- zarti
- Member
- 330 posts
- Joined: 7月 2007
- Offline
- matsbtegner
- Member
- 38 posts
- Joined: 7月 2005
- Offline
zarti
just installed Mint13 Mate and stopped here ..
the error message i was getting was :
/opt/hfs11.1.285/hsvg/hsvg-real: symbol lookup error: /opt/hfs11.1.285/hsvg/hsvg-real: undefined symbol: _rsvg_size_callback
Had the same problem with hsvg-real on Slackware64 14.0 running 11.1.388. Moving the libraries to a separate oldlibs folder didn't solve the problem. All icons were white. A brute force solution which seems to work is to copy the entire hsvg folder from an existing 12.1 installation. Remove the SVGIcons.cache files and start Houdini.
Mats
If you'd like to cultivate insomnia,
Bed down with a pretty girl.
Amor vincit omnia.
Bed down with a pretty girl.
Amor vincit omnia.
- Greken
- Member
- 11 posts
- Joined: 11月 2006
- Offline
- verbal007
- Member
- 23 posts
- Joined:
- Offline
Thanks Zarti!!
One of my old licenses for Houdini 11 was having icon issues and the typically icon restore procedures were not working. Your suggestion fixed my problem.
Best!
- Jeremy
One of my old licenses for Houdini 11 was having icon issues and the typically icon restore procedures were not working. Your suggestion fixed my problem.
Best!
- Jeremy
zarti
just installed Mint13 Mate and stopped here ..
the error message i was getting was :
/opt/hfs11.1.285/hsvg/hsvg-real: symbol lookup error: /opt/hfs11.1.285/hsvg/hsvg-real: undefined symbol: _rsvg_size_callback
and i simply turned back on its orginal folder the librsvg-2.so.2 with :
sudo cp ./oldlibs/librsvg-2.so.2 ./
-
- Quick Links