[BUG]StandardFileStream(Object)>>error:

karl.ramberg at chello.se karl.ramberg at chello.se
Tue Dec 18 16:50:26 UTC 2001


Save the image with the MPEGMoviePlayerMorph open on a
jmv compressed movie. When you try to play or open a
new movie you will get a primitive error from StandardFileStream.
Karl

18 December 2001 7:44:29 pm

VM: Mac OS - Squeak3.1alpha of 7 March 2001 [latest update: #4347]
Image: Squeak3.2alpha [latest update: #4599]

StandardFileStream(Object)>>error:
	Receiver: StandardFileStream: 'Video:mpegvideo:girl.jmv'
	Arguments and temporary variables: 
		aString: 	'a primitive has failed'
	Receiver's instance variables: 


StandardFileStream(Object)>>primitiveFailed
	Receiver: StandardFileStream: 'Video:mpegvideo:girl.jmv'
	Arguments and temporary variables: 

	Receiver's instance variables: 


StandardFileStream>>primSetPosition:to:
	Receiver: StandardFileStream: 'Video:mpegvideo:girl.jmv'
	Arguments and temporary variables: 
		id: 	a ByteArray(7 1 206 80 191 215 238 167 0 0 0 0 0 92 186 73 0 0 0
1)
		anInteger: 	1584916
	Receiver's instance variables: 


StandardFileStream>>position:
	Receiver: StandardFileStream: 'Video:mpegvideo:girl.jmv'
	Arguments and temporary variables: 
		pos: 	1584916
	Receiver's instance variables: 


--- The rest of the stack ---
JPEGMovieFile>>bytesForFrame:
JPEGMovieFile>>videoReadFrameInto:stream:
MPEGDisplayMorph>>nextFrame
MPEGDisplayMorph>>moviePosition:
[] in SimpleSliderMorph>>setValue:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
SimpleSliderMorph>>setValue:
SimpleSliderMorph(Slider)>>scrollAbsolute:
EventHandler>>send:to:withEvent:fromMorph:
EventHandler>>mouseMove:fromMorph:
RectangleMorph(Morph)>>mouseMove:
RectangleMorph(Morph)>>handleMouseMove:
MouseMoveEvent>>sentTo:
RectangleMorph(Morph)>>handleEvent:
RectangleMorph(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess




More information about the Squeak-dev mailing list