Problems with plugin and 3D graphics

Matej Kosik kosik at decef.elf.stuba.sk
Fri Aug 29 14:11:35 UTC 2003


On Fri, Aug 29, 2003 at 03:36:11PM +0200, Davide Varvello wrote:
> Hi All,
> These days I'm playing with Alice (it's very, very nice) and I want to publish my project on a web server, so I started installing the plugin and follow the suggestions you can find here: http://minnow.cc.gatech.edu/squeak/1865 and I succesfully tested it following the link at the end of the page.
> Than I published my 3D project and noticed some issues, I can't see it. If the project does not contain 3D stuff, I've no problems otherwise the application stops. I verify this behavior is not related only to my project but you can reproduce it if you go to the super swiki and try to lauch the "Squeak in 3D" project (http://www.squeakland.org/project.jsp?http://www.squeakland.org/uploads/Squeak%20in%203D.006.pr).
> To be clearer, I also attached 2 gifs with the messages of error.
> Any suggestions?
> 

Hi, I have tried your link. It works the same for me as for you
have installed you web-plugin well.

Hm, it seems as if your project contains some object which was
instantiated from WeakMessageSend class.

This class occurs in ordinary Squeak image. When I checked if
this class is in the plugin image I have found out that it is not there.

1. Try: http://squeakland.org/project.jsp?http://altair.dcs.elf.stuba.sk/~kosik/plugin/1/IntegersInSqueak.pr (or any other working project on the web)

2. open the world menu (Alt+Shift+W)
3. open the browser
4. try to find the WeakMessageSend class - it is virtually not there.

Another question why this happened
-- 
Matej Kosik <http://altair.dsc.elf.stuba.sk/~kosik>
ICQ: 300133844



More information about the Squeak-dev mailing list