Bert,

Here is info requested:
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ echo $LD_PRELOAD

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ Contents/Linux-i686/etoys -version
4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2
Linux vps2.piumarta.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 GNU/Linux
plugin path: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/ [default: /home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/]
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ldd Contents/Linux-i686/etoys
    linux-gate.so.1 =>  (0xf7775000)
    libm.so.6 => /lib32/libm.so.6 (0xf7736000)
    libdl.so.2 => /lib32/libdl.so.2 (0xf7731000)
    libnsl.so.1 => /lib32/libnsl.so.1 (0xf7717000)
    libuuid.so.1 => /usr/lib/libuuid.so.1 (0xf7711000)
    libc.so.6 => /lib32/libc.so.6 (0xf756f000)
    /lib/ld-linux.so.2 (0xf7776000)
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$

Note I also was looking for the location of libuuid.s0.1 and could not find it,  I downloaded a version and created a softlink in /usr/lib and got a different errot (see below):
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ls -l /usr/lib | grep uuid
rwxrwxrwx  1 root root           47 Jul  6 08:31 libuuid.so.1 -> /home/sthomas1/Desktop/usr/lib/libuuid.so.1.3.0
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ^C
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
libSM.so.6: cannot open shared object file: No such file or directory
could not find module vm-display-X11
./etoys.sh: line 107:  2303 Aborted                 (core dumped) $WRAPPER "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$


I am pretty sure (will check this afternoon) that I have a 5.0 running on my Ubuntu 12.04 elsewhere, but believe that may be the 32 bit version and this machine is the 64 bit version.

Stephen

On Fri, Jul 6, 2012 at 9:09 AM, Bert Freudenberg <bert@freudenbergs.de> wrote:
It's weird that you get an error loading libuuid.so.1 then, if it is installed. The other weird thing is the pulse audio error. Is LD_PRELOAD set on your system? Try "echo $LD_PRELOAD".

We can also check if the VM runs on its own - that would mean the problem is in the Etoys script. E.g.:

bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ Contents/Linux-i686/etoys -version

4.0.3-2202 #1 XShm Tue Apr 13 11:56:47 PDT 2010 gcc 4.3.2
Linux vps2.piumarta.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 GNU/Linux
plugin path: /home/bert/Downloads/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/ [default: /home/bert/Downloads/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/]

And if that fails, what does ldd report? E.g.:

bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ ldd Contents/Linux-i686/etoys
linux-gate.so.1 =>  (0xb776b000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7728000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb7723000)
libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb7708000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb7702000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb755d000)
/lib/ld-linux.so.2 (0xb776c000)

Thanks!

- Bert -

On 2012-07-06, at 14:14, Steve Thomas wrote:

Tried installing said "already newest version" and no luck.  Will see if I can try on another machine later today.

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ cat /etc/motd
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-26-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ sudo apt-get install libuuid1
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libuuid1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
/home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ cd ..
sthomas1@ubuntu:~/Documents$ cd *4.1*
sthomas1@ubuntu:~/Documents/Etoys-To-Go 4.1.1.app$ ./etoys.sh
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
/home/sthomas1/Documents/Etoys-To-Go 4.1.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
sthomas1@ubuntu:~/Documents/Etoys-To-Go 4.1.1.app$


On Fri, Jul 6, 2012 at 5:27 AM, Bert Freudenberg <bert@freudenbergs.de> wrote:
Weird. Works fine for me:

bert@ubuntu12-VirtualBox:~/Downloads/Etoys-To-Go 5.0.1.app$ cat /etc/motd 
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic-pae i686)

But it's possible that my system is not clean.

Could you try again after installing libuuid1:

sudo apt-get install libuuid1

- Bert -

On 2012-07-06, at 05:58, Steve Thomas wrote:

I also tried 4.1.1 and that had the same issue.

When I installed Etoys via Ubuntu Software Center, I got 4.0 and that works.

Stephen

On Thu, Jul 5, 2012 at 10:50 PM, Steve Thomas <sthomas1@gosargon.com> wrote:
Did not run on Ubuntu 12.04 LTS.  Got the following error when trying to start:

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$ ./etoys.sh
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
/home/sthomas1/Documents/Etoys-To-Go 5.0.1.app/Contents/Linux-i686/etoys: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory

sthomas1@ubuntu:~/Documents/Etoys-To-Go 5.0.1.app$


Stephen