I just saw that update 13205 removed ImageSegment from the StartUpList. Replacing Smalltalk addToStartUpList: ThisOSProcess after: ImageSegment. by Smalltalk addToStartUpList: ThisOSProcess before: UUIDGenerator. in ThisOSProcess>>initialize would be ok I think (and would have the same result). Adrien. From: abarreau.dev@live.fr To: pharo-project@lists.gforge.inria.fr Date: Fri, 20 May 2011 17:07:04 +0200 Subject: [Pharo-project] Can't load OSProcess in last Pharo Core 1.3 Hi all, I just tried to load OSProcess in the last PharoCore 1.3 (I took it from hudson). It fails when it tries to add ThisOSProcess to the startup list with: Smalltalk addToStartUpList: ThisOSProcess after: ImageSegment. in ThisOSProcess class>>initialize. It seems that ImageSegment is not in the StartUpList anymore. Is that normal? Adrien.