Bug In VideoFlow.st

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

Bug In VideoFlow.st

Kirk Fraser
After several steps including adding FFI, I'm still stuck on the Video package.

I tried to manually fileIn VideoFlow.st but that failed.
Error: 'genBranchPopFalse: distance index 1133 is out of range 0 to 1023'

I also tried contacting people listed as developers and maintainers of
the package with no result.
The ones who responded say they had nothing to do with it but their
name got put on it.
What is the next step?  Thanks.
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Bug In VideoFlow.st

Levente Uzonyi-2
On Sat, 10 Sep 2011, Overcomer Man wrote:

> After several steps including adding FFI, I'm still stuck on the Video package.
>
> I tried to manually fileIn VideoFlow.st but that failed.
> Error: 'genBranchPopFalse: distance index 1133 is out of range 0 to 1023'

It's trying to compile a method, but it can't, because it's too long. Find
out which method is it (from the debugger) and split it to two other
methods (or ignore it if possible).


Levente

>
> I also tried contacting people listed as developers and maintainers of
> the package with no result.
> The ones who responded say they had nothing to do with it but their
> name got put on it.
> What is the next step?  Thanks.
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Bug In VideoFlow.st

Gary Dunn-2
In reply to this post by Kirk Fraser

You could make an entry on Mantis.

This seems like the kind of thing to list on the wiki. More than a bug, not exactly a feature request, but something someone with a little time on their hands might enjoy working on.

Gary Dunn
Open Slate Project
http://openslate.org

On Sep 10, 2011 4:35 AM, "Overcomer Man" <[hidden email]> wrote:

After several steps including adding FFI, I'm still stuck on the Video package.

I tried to manually fileIn VideoFlow.st but that failed.
Error: 'genBranchPopFalse: distance index 1133 is out of range 0 to 1023'

I also tried contacting people listed as developers and maintainers of
the package with no result.
The ones who responded say they had nothing to do with it but their
name got put on it.
What is the next step?  Thanks.
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners