Scratch 1.4 won't let me save or open anything!! Please help!!
Offline
It says, "Message not understood: findTokens:" then a long message saying error. Couldn't get a picture.
Offline
I fixed it not by reinstalling. I just opened another one while the first was still running, then I closed the first and it worked.
http://scratch.mit.edu/projects/WuBoy/1909602
Offline
I'm having a similar problem. When I click either the floppy-disk icon or the Save option on the File menu I get a pink dialog box entitled "Message not understood: findTokens:".
There's a screenshot here:
http://cgi.galion.lib.oh.us/galleries/2011/misc-screenshots/scratch-cannot-save.png
This is on a new install, so it's possible that I didn't do something right when installing. (I've been a Linux user since 1998, but I've never worked with Smalltalk before, much less Squeak or Scratch. Most of my object-oriented programming experience is with Inform -- unless you count Perl5 as "object oriented", but I tend to treat it more as impure functional.)
I'm running Debian 6.0.1 (squeeze), on a pretty standard 32-bit PC. The squeak vm is from the Debian package, squeak-vm, version 1:4.0.3.2202-2. I extracted the Scratch source tarball to /opt/scratch, and I'm using the following command line:
/usr/bin/squeak /opt/scratch/Scratch.image -plugins /opt/scratch/Plugins -vm-sound=null
The directory /opt/scratch/Plugins contains seven files.
The user I'm running as does have write permission on /opt/scratch as well as /opt/scratch/Projects and /opt/scratch/Scratch\ Projects. If there are other permissions that I need, where can I find documentation on that?
I can't help feeling that there might've been something else I should've done when installing, other than just plop everything in a directory, but I don't know enough about Squeak to have any idea what. The README file that came with the "source" tarball didn't seem to have any information at all about building, just stuff about setting various options. There was no configure file and no INSTALL.txt, so I wasn't really sure what else to do.
There was a Makefile, so I ran Make, and it _seems_ to have completed successfully (although there were some warnings), but when I tried to make install, make says "No rule to make target 'install'. Stop." Is that normal for Scratch, or has something gone wrong at the make stage?
Should I post the output of make? Why not? Here we go...
donalbain:/opt/scratch# make
make clean -C src/plugins/scratch/
make[1]: Entering directory `/opt/scratch/src/plugins/scratch'
rm -f *.o ../../../Plugins/ScratchPlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/scratch'
make clean -C src/plugins/unicode/
make[1]: Entering directory `/opt/scratch/src/plugins/unicode'
rm -f *.o ../../../Plugins/UnicodePlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/unicode'
make clean -C src/plugins/camera/
make[1]: Entering directory `/opt/scratch/src/plugins/camera'
rm -f *.o ../../../Plugins/CameraPlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/camera'
make build -C src/plugins/scratch/
make[1]: Entering directory `/opt/scratch/src/plugins/scratch'
gcc -fPIC -Wall -c *.c
ScratchPlugin.c:107: warning: ‘checkedFloatPtrOf’ defined but not used
ScratchPlugin.c:115: warning: ‘checkedUnsignedIntPtrOf’ defined but not used
ScratchPlugin.c:123: warning: ‘hueFromRGBminmax’ defined but not used
ScratchPlugin.c:146: warning: ‘interpolateandfrac’ defined but not used
gcc -shared *.o -o ../../../Plugins/ScratchPlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/scratch'
make build -C src/plugins/unicode/
make[1]: Entering directory `/opt/scratch/src/plugins/unicode'
gcc -fPIC -Wall -c `pkg-config --cflags pangocairo` *.c
gcc -shared `pkg-config --libs pangocairo` -lc *.o -o ../../../Plugins/UnicodePlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/unicode'
make build -C src/plugins/camera/
make[1]: Entering directory `/opt/scratch/src/plugins/camera'
gcc -fPIC -Wall -c *.c
sqCamera-linux.c:83: warning: ‘process_image1’ defined but not used
gcc -shared -lv4l2 *.o -o ../../../Plugins/CameraPlugin
make[1]: Leaving directory `/opt/scratch/src/plugins/camera'
donalbain:/opt/scratch#
Anybody see anything I missed, or know of anything else I need to do to complete installation?
Offline
You say you have Small Talk? Can't help you there. All I know about is for Windows.
Offline