1

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?

nes1983
  • 15,209
  • 4
  • 44
  • 64

1 Answers1

1

This fixes it:

SMSqueakMap default loadUpdates

Easy, huh?

nes1983
  • 15,209
  • 4
  • 44
  • 64