[Etoys] SqueakMap does not load in OPLC.
karl
karl.ramberg at chello.se
Sat Oct 14 09:30:38 EDT 2006
>
> Am 14.10.2006 um 13:37 schrieb karl:
>
> >/ I get a 'convert to wich modern class' error when I try to open the
> />/ SqueakMapLoader in the OPLC image.
> /
> Worked for me when I tried - I installed Balloon3D from Squeakmap and
> had the first 3D graphics on the actual OLPC hardware, running at 5
> frames per second :)
>
> - Bert -
The problem was when I had updated SqueakMap and not saved the image.
<http://mailman.laptop.org/pipermail/etoys/2006-October/000066.html>
Attached cs fixed my problem. I think the issue will go away if you guys
update
SqueakMap in the deployed image.
Karl
<http://mailman.laptop.org/pipermail/etoys/2006-October/000066.html>
-------------- next part --------------
'From OLPC1.0 of 17 August 2006 [latest update: #1065] on 14 October 2006 at 3:00:42 pm'!
Object subclass: #SMInstallationRegistry
instanceVariableNames: 'installedPackages installCounter map'
classVariableNames: ''
poolDictionaries: ''
category: 'SMBase-domain'!
SMPersonalObject subclass: #SMMaintainableObject
instanceVariableNames: 'feedbackEmail'
classVariableNames: ''
poolDictionaries: ''
category: 'SMBase-domain'!
!SmartRefStream methodsFor: 'conversion' stamp: 'kfr 10/14/2006 14:55'!
sMInstallationRegistryiim0
^ SMInstallationRegistry! !
!SmartRefStream methodsFor: 'conversion' stamp: 'kfr 10/14/2006 14:54'!
sMMaintainableObjectimcunsucromrf0
^ SMMaintainableObject! !
More information about the Etoys
mailing list