Hi

The .xsi_2011 file is in /usr/Softimage/Softimage_2011

In my case:

cd /usr/Softimage
find . -name .xsi_2013_SP1
./Softimage_2013_SP1/.xsi_2013_SP1

When you run this command:

/usr/Application/Softimage/Softimage_2011/Application/bin/xsi

it is actually a script that sources .xsi_2011 for you



On 15/01/2013 1:53 PM, Eric Gunther wrote:
I can't find that file,

find: `.xsi_2011': No such file or directory

searched the entire hard drive.

I hadn't seen it, but that makes me more confident.

there is however, an XSI.bin, and in that case I get

eric@linux-hq44:/usr/Softimage/Softimage_2011/Application/bin> ./XSI.bin
./XSI.bin: error while loading shared libraries: libadlmint.so.1: cannot
open shared object file: No such file or directory

I looked and that is located in the same directory along with

eric@linux-hq44:/usr/Softimage/Softimage_2011/Application/bin> ls *mint*
libadlmint_libFNP.so.1.3.34  libadlmint.so  libadlmint.so.1
libadlmint.so.1.3  libadlmint.so.1.3.34



before I was trying to change permissions and owner of the file but seem
to get the same result. if I run


eric@linux-hq44:/usr/Softimage/Softimage_2011/Application/bin>ldd ./XSI.bin

         linux-vdso.so.1 (0x00007fffc4dff000)
         libadlmint.so.1 => not found
         libctrls.so => not found
         libsisdkplugin.so => not found
         libscripthost.so => not found
         libdscore.so => not found
         libctrl.so => not found
         libdsctl10.so => not found
         libcts.so => not found
         libsisdk.so => not found
         libmfbas10.so => not found
         libdssdk10.so => not found
         libilcor10.so => not found
         libspdlparse.so => not found
         libsixmlparse.so => not found
         libolepro32.so => not found
         libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fe670187000)
         libgk10.so => not found
         libsigeneral.so => not found
         libsialloc.so => not found
         libmfc400s.so => not found
         liboleaut32.so => not found
         libstub.so => not found
         liburlmon.so => not found
         libwininet.so => not found
         libole32.so => not found
         librpcrt4.so => not found
         libversion.so => not found
         libshell32.so => not found
         libcomctl32.so => not found
         libshlwapi.so => not found
         libuuid.so => /usr/lib64/libuuid.so (0x00007fe66ff82000)
         libwsock32.so => not found
         libgdiuser32.so => not found
         libadvapi32.so => not found
         libmsvcrt.so => not found
         libkernel32.so => not found
         libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007fe66fc6a000)
         libz.so.1 => /lib64/libz.so.1 (0x00007fe66fa52000)
         libGLU.so.1 => /usr/lib64/libGLU.so.1 (0x00007fe66f7e4000)
         libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007fe66f5d1000)
         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe66f3b5000)
         libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fe66f0ab000)
         libm.so.6 => /lib64/libm.so.6 (0x00007fe66edb4000)
         libc.so.6 => /lib64/libc.so.6 (0x00007fe66ea0f000)
         libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fe66e7f9000)
         libdl.so.2 => /lib64/libdl.so.2 (0x00007fe66e5f5000)
         libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fe66e3d8000)
         /lib64/ld-linux-x86-64.so.2 (0x00007fe6704c8000)
         libnvidia-tls.so.295.53
=> /usr/lib64/tls/libnvidia-tls.so.295.53 (0x00007fe66e1d5000)
         libnvidia-glcore.so.295.53
=> /usr/lib64/libnvidia-glcore.so.295.53 (0x00007fe66be9b000)
         libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fe66bc97000)
eric@linux-hq44:/usr/Softimage/Softimage_2011/Application/bin>


I get a whole bunch of missing libs.  which may be the culprit.



Thank You,

-e




On Tue, 2013-01-15 at 13:13 -0500, Stephen Blair wrote:
you get the same errors when you try to source .xsi_2011, right?


On 15/01/2013 12:56 PM, Eric Gunther wrote:
Hi,

attached.

thanks,

-e
On Tue, 2013-01-15 at 18:27 +0100, Thomas Volkmann wrote:
mmmhh, ok.
you were doing:
#xhost +local:hostname
try:
#xhost +local:username
so just to get it right:
you open a terminal (xterm?)
you run whoami and it prints your username
you run: csh (or tcsh)
you
run: /usr/Application/Softimage/Softimage_20xxxx/Application/bin/xsi
ERROR
you can run xeyes without error
run: env
like that?
Eric Gunther <[email protected]> hat am 15. Januar 2013 um 18:13
geschrieben:
You mean that particular xterm?
(linux-hq44 is the hostname)

OK

I tried both, same error.


Thanks,

-e



On Tue, 2013-01-15 at 16:58 +0100, Thomas Volkmann wrote:
When whoami gives you root, it means you are logged in as root in
that
terminal. Make sure whoami returns your username (linux-hq44?)
before
you try to start XSI.

Eric Gunther <[email protected]> hat am 15. Januar 2013 um
16:48
geschrieben:
you mean, when running ./xsi?

root


but I get a different error with

#xhost +local:linux-hq44

hostname: Name or service not know

is the only error.


according to the man page for xhost, you can enter user or host,
but
I
get the same error in either case...

I think now the problem may be with the LICENSE I generated.

Thank You,

-e

On Tue, 2013-01-15 at 16:30 +0100, Thomas Volkmann wrote:
type whoami in the terminal

Eric Gunther <[email protected]> hat am 15. Januar 2013
um
16:24
geschrieben:
Hi,

I had thought that might be it. What is the 'user' that xsi
runs
as?
thanks,

-e

On Tue, 2013-01-15 at 09:55 -0500, Stephen Blair wrote:
Same problem with a resolution:

http://softimage.ru/forums/index.php?s=c55a23a4a3394528f5518d8269a872ad&showtopic=6845&st=15
On 15/01/2013 9:49 AM, Thomas Volkmann wrote:
Xlib: connection to ":0.0" refused by server
--

Reply via email to