Hi
I have the impression that some references to Transcript should be rewritten as File stdout
For example
DummyUIManager>>unhandledErrorDefaultAction: anException
�� �� Transcript show: '*** EXCEPTION ***'; cr.
�� �� Transcript show: anException; cr.
�� �� Transcript show: (thisContext stack first: (20 min: thisContext stack size)); cr.
�� �� anException isResumable ifTrue: [ anException resume ]
Stef