shaderPaths ?

2 posts / 0 new
Last post
yannick.ponty
shaderPaths ?

I try to install vapor-2.2.0.RC0-Linux_x86_64 on ubuntu 12.04 laptop X86_64
first I had trouble with libexpat.so.0
but I think I solved it by creating a symbolic link in /lib/x86_64-linux-gnu
ln -s libexpat.so.1.5.2 libexpat.so.0
0 lrwxrwxrwx 1 root root 17 Oct 27 12:30 libexpat.so.0 -> libexpat.so.1.5.2

but now : when if I want to start vaporgui :
I 've got this only anwser :
ponty@hobbit:~$ vaporgui
shaderPaths /usr/local/vapor/vapor-2.2.0.RC0/share/shaders
nothing else ?? any idea ..
cheers
Yannick

clyne

Hi Yannick,

 

The shaderPaths message is a leftover diagnostic that we neglected to delete. You can ignore it. 

 

We'll have to look into the missing libexpat library. I'm not sure what is going on there.

 

When you say get got "nothing else", do you mean that vaporgui failed to start (no GUI was displayed)?

 

Can you send the output of "ldd path-to-vaporgui" AFTER sourcing the vapor-setup.{csh,sh} startup script? And please also post the output of the command "glxinfo".

 

cheers - jc