Hi -- opening the latest version of�Pharo (build #20134) throws an error when trying to open the startup script (which I don't have).�
MultiByteFileStream(Object)>>primitiveFailed
MultiByteFileStream(StandardFileStream)>>primClose:
MultiByteFileStream(StandardFileStream)>>close
[stream close] in FileReference>>readStreamDo:
MethodContext(ContextPart)>>resume:through:
BlockClosure>>ensure:
FileReference>>readStreamDo:
BasicCodeLoader>>installSourceFile:
[:reference | self installSourceFile: reference] in [sourceFiles
do: [:reference | self installSourceFile: reference]] in BasicCodeLoader>>installSourceFiles
OrderedCollection>>do:
[sourceFiles
do: [:reference | self installSourceFile: reference]] in BasicCodeLoader>>installSourceFiles
BlockClosure>>ensure:
BasicCodeLoader>>installSourceFiles
BasicCodeLoader>>activate
BasicCodeLoader class(CommandLineHandler class)>>activateWith:
DefaultCommandLineHandler>>handleSubcommand
DefaultCommandLineHandler>>handleArgument:
DefaultCommandLineHandler>>activate
[self new activate] in DefaultCommandLineHandler class>>startUp:
BlockClosure>>cull:
[each cull: resuming] in [:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in SmalltalkImage>>executeDeferredStartupActions:
BlockClosure>>on:do:
SmalltalkImage>>logStartUpErrorDuring:into:tryDebugger:
[:each | self
logStartUpErrorDuring: [each cull: resuming]
into: errors
tryDebugger: self isInteractive] in SmalltalkImage>>executeDeferredStartupActions:
OrderedCollection>>do:
SmalltalkImage>>executeDeferredStartupActions:
SmalltalkImage>>startupImage:snapshotWorked:
SmalltalkImage>>snapshot:andQuit: