bugGnash - The GNU Flash player - Bugs: bug #30179, Winter bells regression

 
 

bug #30179: Winter bells regression

Submitter:  Benjamin Wolsey <bwy>
Submitted:  Sat 19 Jun 2010 01:45:06 PM UTC
   
 
Category:  core Severity:  5 - Blocker
Release:  trunk Status:  Fixed
Privacy:  Public Assigned to:  strk
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 20 Sep 2010 09:03:33 PM UTC, comment #7: 

http://www.ferryhalim.com/orisinal/g3/bells.htm

^^^ the above is for testing, as I realized it wasn't mentioned in the issue

Sandro Santilli <strk>
Group Member
Mon 20 Sep 2010 08:45:54 PM UTC, comment #6: 

A blocker is a blocker

Sandro Santilli <strk>
Group Member
Mon 20 Sep 2010 08:44:40 PM UTC, comment #5: 

Fix is in trunk, if anyone wants to try.
Blocker bugs are here for a reason, let's not overlook them next time ..

Sandro Santilli <strk>
Group Member
Mon 20 Sep 2010 08:36:50 PM UTC, comment #4: 

Probably more like 0.8.8a, or just as a snapshot on getgnash.org. 0.8.8 has gone into several distributions, so any beyond last minute patches like this are probably to late anyway to make it in. It sure would have been nice if I wasn't the only one testing the last release...

Rob Savoye <rsavoye>
Group administrator
Mon 20 Sep 2010 08:29:26 PM UTC, comment #3: 

var loadAmount = this._totalFrames;
onEnterFrame = function () {
  if( (this._framesLoaded==loadAmount) ) {
    delete(onEnterFrame);
    gotoAndPlay(5);
  } else {
    persen = Math.floor(((this.getBytesLoaded()/this.getBytesTotal())*100));
  }
};


Interesting hu ?
Now guess what ?
We were returning _framesLoaded per_framesTotal
0.8.8 came out with that.

I'd vote for a 0.8.9 for this ...

Sandro Santilli <strk>
Group Member
Fri 30 Jul 2010 11:38:49 PM UTC, comment #2: 

I confirm it is a load-time related issue. Getting the files locally I can reproduce the problem and fix by a restart (^R).

Sandro Santilli <strk>
Group Member
Sun 25 Jul 2010 04:27:59 AM UTC, comment #1: 

Temporary url:

http://strk.keybit.net/tmp/winterbell.swf
Note that winterbell.swf is just a tiny SWF4 loader loading
actual game being:
http://strk.keybit.net/tmp/bells.swf (SWF6)

It is expected that attempts to directly loading the bells.swf
file results in the loader bar never completing (security measure)

Sandro Santilli <strk>
Group Member
Sat 19 Jun 2010 01:45:06 PM UTC, original submission:  

Winter bells (URL on wiki) doesn't work in version 0.8.7, but does in 0.8.6. May be movie-loading related.

Benjamin Wolsey <bwy>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rsavoye (Posted a comment)
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by bwy (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-09-21 strk StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2010-09-20 strk Severity4 - Important 5 - Blocker
    2010-09-20 strk StatusConfirmed Ready For Test
    2010-09-20 rsavoye Severity5 - Blocker 4 - Important
    2010-09-20 strk Assigned toNone strk
    2010-07-25 strk CategoryNone core
        ReleaseNone trunk
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code