White square instead of icons

   7236   8   2
User Avatar
Member
11 posts
Joined:
Offline
Hi there, I have some problems with icons in houdini, the first screen loads ok, but as soon as I create an object or load a scene, it fails to load any icon not previously shown on the inital screen. This is the error message on the shell:
  • /opt/hfs12.1.125/hsvg/hsvg: line 7: /hsvg/hsvg-bin: No such file or directory
    It repeats itself for every missed icon. I already tried to delete the cache in:
    ~/houdini12.1/config/Icons/SVGIcons.cache
    I'm stuck with this error, can't solve this.
    The $HFS/hsvg/hsvg script is pointing to a valid hsvg-bin file.
    I am using hfs12.1.125, either houdini or houdinifx with aprrentice license on a openSuSE 12.1 x86_64bits with latest nvidia proprietary driver for a 560gtx card.
Luc de Paula
User Avatar
Member
11 posts
Joined:
Offline
Hi there, updated to a daily build (hfs12.1.146) but the issue persists.
I also get this message in the lower part of screen (in this case, just creating a sphere):
Unable to find file “/tmp/SOP_sphere24x24.png : No such file or directory”. Unrecognized file type “/tmp/SOP_sphere24x24.png : No such file or directory”.

Executing ./installDesktopItems.py brings the following error:
./installDesktopItems.py: line 8: syntax error near unexpected token `('
./installDesktopItems.py: line 8: `SRC = os.path.dirname( sys.argv )'

Are they related? Any tips? By the way, I am using an apprentice license, if this is the wrong forum to post it, I apologize.

Attachments:
hfs12.1LinuxNvidia01.jpg (90.0 KB)

Luc de Paula
User Avatar
Member
696 posts
Joined: March 2009
Offline
Hi

Check this thread:

http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=25067&highlight= [sidefx.com]

Cheers
Toronto - ON
My Houdini playground [renderfarm.tumblr.com]
“As technology advances, the rendering time remains constant.”
User Avatar
Member
11 posts
Joined:
Offline
Hi Rafaels, the link does not exist. I gess I came back too late
By the way, happy holidays for you.

P.s.: About the missing icons problem… Is it a permission problem? Something during install?
Luc de Paula
User Avatar
Member
11 posts
Joined:
Offline
Thank you, I did see that post and tried that before. Just downloaded latest version and tried again! Error remains if using my user. If I open houdini as root it works flawless but if I run houdini without root privilegies I get the same errors. I also copied the cache from the root user to my user (and changed ownership, of course), the icons I previously loaded as root show up, the others do not. At the console window just under the timeline i get messages like this:
unable to find file /tmp/SOP_platonic24x24.png
I am pretty sure it is a permission problem, just need to figure out where. By the way, giving owner privilegies to my user over the instalation dir doesn't help.
Luc de Paula
User Avatar
Member
11 posts
Joined:
Offline
I ran across this possible solution: http://askubuntu.com/questions/71641/houdini-apprentice-not-showing-icons [askubuntu.com] but it didn't work.
Checking this old thread http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=81709&sid=4ff4ea6e03ea986f16d0bf406c7f6edf [sidefx.com] gave me some speed in the viewport but the same problem with icons. I also deleted the libs under hsvg (not the binaries), and ldd hsvg returns not a dynamic executable
As soon as I click on an icon not previously loaded I get this error in shell: /opt/hfs12.1.185/hsvg/hsvg: line 7: /hsvg/hsvg-bin: No such file or directory.
This is the output of gcc -v:
gcc version 4.7.1 20120723 (SUSE Linux)
Running out of ideas here… :?
Luc de Paula
User Avatar
Member
7722 posts
Joined: July 2005
Offline
You need to run ldd on hsvg-bin, not hsvg. Which distro are you running?

PS. old post that might help with debugging http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=82774&highlight=#82774 [sidefx.com]
User Avatar
Member
2 posts
Joined: Oct. 2006
Offline
Hi,

I'm having this problem too, on OpenSuse 12.2, houdini 12.1.185 :

ldd hsvg-bin
linux-vdso.so.1 (0x00007fff339ff000)
librsvg-2.so.2 => /usr/lib64/librsvg-2.so.2 (0x00007faa36efa000)
libgio-2.0.so.0 => /usr/lib64/libgio-2.0.so.0 (0x00007faa36ba9000)
libgdk_pixbuf-2.0.so.0 => /usr/lib64/libgdk_pixbuf-2.0.so.0 (0x00007faa36989000)
libm.so.6 => /lib64/libm.so.6 (0x00007faa36692000)
libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x00007faa36444000)
libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007faa36240000)
libgthread-2.0.so.0 => /usr/lib64/libgthread-2.0.so.0 (0x00007faa3603e000)
librt.so.1 => /lib64/librt.so.1 (0x00007faa35e36000)
libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007faa35b3f000)
libcairo.so.2 => /usr/lib64/libcairo.so.2 (0x00007faa35847000)
libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007faa3561d000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007faa35401000)
libc.so.6 => /lib64/libc.so.6 (0x00007faa3505c000)
libpangocairo-1.0.so.0 => /usr/lib64/libpangocairo-1.0.so.0 (0x00007faa34e4f000)
libpango-1.0.so.0 => /usr/lib64/libpango-1.0.so.0 (0x00007faa34c03000)
libcroco-0.6.so.3 => /usr/lib64/libcroco-0.6.so.3 (0x00007faa349c8000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007faa3466a000)
libz.so.1 => /lib64/libz.so.1 (0x00007faa34454000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007faa34236000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00007faa3401f000)
libffi.so.4 => /usr/lib64/libffi.so.4 (0x00007faa33e17000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007faa33c13000)
/lib64/ld-linux-x86-64.so.2 (0x00007faa3712f000)
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007faa339b9000)
libpixman-1.so.0 => /usr/lib64/libpixman-1.so.0 (0x00007faa33732000)
libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007faa334fb000)
libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007faa3326e000)
libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x00007faa33045000)
libxcb-shm.so.0 => /usr/lib64/libxcb-shm.so.0 (0x00007faa32e42000)
libxcb-render.so.0 => /usr/lib64/libxcb-render.so.0 (0x00007faa32c38000)
libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007faa32a18000)
libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007faa3280e000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007faa324d2000)
libpangoft2-1.0.so.0 => /usr/lib64/libpangoft2-1.0.so.0 (0x00007faa322a6000)
liblzma.so.5 => /usr/lib64/liblzma.so.5 (0x00007faa32080000)
libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007faa31e56000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007faa31c52000)

also on a seperate issue, though might be related, I'm getting some drawing issues with voxel previews (image attached)

Attachments:
houdini-error.png (532.9 KB)

  • Quick Links