I just put the beta on a 64 bit machine. Mariano's sudo apt-get install ia32-libs got the VM running. That was easy enough to find by searching the archives, but it seems like it should be put where is is harder to miss. Any ideas as to where that should be? To test the VM, I tried the web beta as-is, and hit the Seaside "a service is already running..." bug. That got me thinking about things that might have been truncated/skipped due to the error. It did not take long to see that #send:toClassesNamedIn:with: is already protected with #on:do:. So what is all this about? The error block catches Exception, and I _think_ I was told that was a bad idea. That might be Dolphin-specific and not applicable here, but I thought it worth asking. Bill