Re: In sq 9810 squeakmap state can break object tool tabs.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: In sq 9810 squeakmap state can break object tool tabs.

Jerome Peace

Somehow I have gotten my fresh squeak directory into an inconsitent state for squeakmap.

This leads to the "tools" tab on ObjectsMorph raising an error when squeakmap tries to lazily initialize categories.

There are bug reports on mantis now tied in to the mother report for 4.1 issues:
http://bugs.squeak.org/view.php?id=7480

Having put up the mantis reports I am curious as to what I need to do to restore SqueakMaps external state to health to remove my particular instance of the problem?

Cheers,

Yours in curiosity and service, --Jerome Peace



     

Reply | Threaded
Open this post in threaded view
|

Re: In sq 9810 squeakmap state can break object tool tabs.

Levente Uzonyi-2
On Mon, 29 Mar 2010, Jerome Peace wrote:

>
> Somehow I have gotten my fresh squeak directory into an inconsitent state for squeakmap.
>
> This leads to the "tools" tab on ObjectsMorph raising an error when squeakmap tries to lazily initialize categories.
>
> There are bug reports on mantis now tied in to the mother report for 4.1 issues:
> http://bugs.squeak.org/view.php?id=7480
>
> Having put up the mantis reports I am curious as to what I need to do to restore SqueakMaps external state to health to remove my particular instance of the problem?
>

First you'll need a VM with Andreas' fix for image segment loading. Then
try: (SMSqueakMap clear; default) loadFull


Levente

> Cheers,
>
> Yours in curiosity and service, --Jerome Peace
>
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: In sq 9810 squeakmap state can break object tool tabs.

Nicolas Cellier
2010/3/30 Levente Uzonyi <[hidden email]>:

> On Mon, 29 Mar 2010, Jerome Peace wrote:
>
>>
>> Somehow I have gotten my fresh squeak directory into an inconsitent state
>> for squeakmap.
>>
>> This leads to the "tools" tab on ObjectsMorph raising an error when
>> squeakmap tries to lazily initialize categories.
>>
>> There are bug reports on mantis now tied in to the mother report for 4.1
>> issues:
>> http://bugs.squeak.org/view.php?id=7480
>>
>> Having put up the mantis reports I am curious as to what I need to do to
>> restore SqueakMaps external state to health to remove my particular instance
>> of the problem?
>>
>
> First you'll need a VM with Andreas' fix for image segment loading. Then
> try: (SMSqueakMap clear; default) loadFull
>
>
> Levente
>

You might also want to upgrade your image and get workaround for
http://bugs.squeak.org/view.php?id=7485

Nicolas

>> Cheers,
>>
>> Yours in curiosity and service, --Jerome Peace
>>
>>
>>
>>
>>
>>
>
>