On Thu, Dec 1, 2011 at 3:56 PM, jtuchel <jtuchel@objektfabrik.de> wrote:
Hi Mariano,

your reply still leaves some questions open on what exactly I can do now -
apart from fixing ConfigurationOfMagma.

Someone suggested to me in PM to simply remove the line

"Some images may have a bug in startup list processing. Add this class to a
known
       place in the middle of the list to avoid getting bitten by the bug."
       Smalltalk addToStartUpList: ThisOSProcess after: ImageSegment.

from ThisOSProcess>>#initialize.

Doesn't that mean new trouble if ThisOSProcess is not added to the
StartUpList at all?

Yes, that's incorrect. You should do something like:

 Smalltalk addToStartUpList: ThisOSProcess.

As said, I think it has been fixed in latest OSProcess code.
 

Where in ConfigurationOfMagma or even better: how can I find the place that
requires The OSProcess-Base Package and fix it to use a newer version?


I have no idea. I cc'ed someone who may be able to help.

 
Joachim

--
View this message in context: http://forum.world.st/Re-Pharo-users-pharo-users-Can-t-Load-Magma-in-Pharo-1-3-tp3933449p4128774.html
Sent from the Magma mailing list archive at Nabble.com.
_______________________________________________
Magma mailing list
Magma@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/magma



--
Mariano
http://marianopeck.wordpress.com