Search code examples
squeak

SqueakMap won't work in a fresh 3.10 dev image


I just downloaded a fresh Squeak-dev image from Damien Cassou, clicked on SqueakMap, and got the error that in SqueakMap>>categories, the objects instance variable is nil, but shouldn't be. I can't be the only one with that error, am I? What should I do?


Solution

  • This fixes it:

    SMSqueakMap default loadUpdates
    

    Easy, huh?