[Informal Report] Building the next FunSqueak using Cog - 3

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Informal Report] Building the next FunSqueak using Cog - 3

Edgar De Cleene
[Informal Report] Building the next FunSqueak using Cog - 3 Trying to load Movies from Ladrillos success but his experimental VM lack Plugins so when I open MPEGMoviePlayerMorph, locate a valid file and hit Play button have:


Error: primFileValidMPEG: failed
2 September 2010 7:09:39.627 am

VM: Mac OS - Smalltalk
Image: Squeak4.2alpha [latest update: #10423]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Users/edgar/imagesZip/Squeak4.2-10160-alpha
Trusted Dir /foobar/tooBar/forSqueak/bogus/
Untrusted Dir /foobar/tooBar/forSqueak/bogus/

MPEGFile class(Object)>>error:
    Receiver: MPEGFile
    Arguments and temporary variables:
        aString:     'primFileValidMPEG: failed'
    Receiver's instance variables:
        superclass:     Object
        methodDict:     a MethodDictionary(#audioChannels:->(MPEGFile>>#audioChannels: "a C...etc...
        format:     140
        instanceVariables:     #('pathToFile' 'fileBits' 'fileIndex' 'endianness' 'buffer')...etc...
        organization:     ('audio' audioChannels: audioGetSample: audioPlayerForChannel: au...etc...
        subclasses:     nil
        name:     #MPEGFile
        classPool:     a Dictionary(#Registry->nil )
        sharedPools:     nil
        environment:     Smalltalk globals "a SystemDictionary with lots of globals"
        category:     #'Movies-Kernel'

etc

Collateral minor trouble, seems on each project must have show hared flaps selected, in the past we do once for all

Edgar