[BUG] minor MPEG bug under Linux?

Lex Spoon lex at cc.gatech.edu
Fri Jul 13 17:23:47 UTC 2001



> 
> MPEGFile(Object)>>error:
> MPEGFile(Object)>>primitiveFailed
> MPEGFile>>primHasVideo (interestingly pathToFile on this seems to be set
> to the last Mpeg I'd had opened before I quit and saved, although I did
> remove the morph)
> MPEGFile>>hasVideo
> [] in MPEGPlayer2>>playAudio:
> [] in BlockContext>>newProcess
> 


Odd.  The only way I can see for primHasVideo: to fail is if the
"handle" argument isn't a valid file handle.  e.g., it is nil, or it
isn't a ByteArray...  I wonder how that could ever happen?


-Lex




More information about the Squeak-dev mailing list