bugGnash - The GNU Flash player - Bugs: bug #24855, GNASH doesn't LOAD Search Engine...

 
 

bug #24855: GNASH doesn't LOAD Search Engine Pages Completely

Submitted by:  None
Submitted on:  Mon 17 Nov 2008 04:40:47 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: 0.8.4 releaseStatus: Invalid
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Thu 04 Dec 2008 10:32:45 AM UTC, comment #15:

Let's close this, shall we?

Please submit a focused bug report for any bugs (including in the various SWFs mentioned in this report). Reports against 0.8.4 are sometimes valid, but not for kartoo.com. 0.8.4 is completely useless for testing fixes.

Benjamin Wolsey <bwy>
Project Member
Mon 01 Dec 2008 08:38:33 AM UTC, comment #14:

Are you still running Gnash 0.8.4? I explained that bugs in that version have since been fixed, and there isn't any point in a bug report about fixed bugs.

Benjamin Wolsey <bwy>
Project Member
Mon 01 Dec 2008 08:14:10 AM UTC, comment #13:

Is this related to running GNASH side by side with another Firefox Plugin? I clicked on Tools->Manage Content Plugins and switched it to the Adobe Flash player and still got a similar problem. However, it DID work for last.fm for ADOBE but not for GNASH.

(see attached screen shots)

1. GNASH SWF viewr
2. Firefox Screenshot
3. Plugin Window

(file #16956, file #16957, file #16958)

Asher <asher>
Thu 27 Nov 2008 02:33:03 PM UTC, comment #12:

The problem happens when solsafedir is set to /dev/null. Not sure whether it's a bug or not, then.

Benjamin Wolsey <bwy>
Project Member
Thu 27 Nov 2008 02:11:46 PM UTC, comment #11:

Oh forget that. It's not MovieClip.duplicateMovieClip() ...

Benjamin Wolsey <bwy>
Project Member
Thu 27 Nov 2008 02:09:23 PM UTC, comment #10:

I wonder what they expect this to do:

duplicateMovieClip('co1',concat(lg,'co'),16384+lg);

Benjamin Wolsey <bwy>
Project Member
Thu 27 Nov 2008 01:55:38 PM UTC, comment #9:

This bug is for kartoo. For different bugs, open a new report.

When running the SWF offline, it runs more or less okay. In the browser, I get:

21286:140448115660576] 14:40:01 ERROR: Action limit hit during advance: Loop iterations count exceeded limit of 65536. Last branch was from pc 1656 to 1390
21285:140554234890016] 14:40:04 ERROR: Action limit hit during advance: Loop iterations count exceeded limit of 65536. Last branch was from pc 2080 to 1962

many times, with correspondingly high CPU usage.

The second loop is the while loop in the function traced, in the loaded movie http://kartoo.com/4/f/menub.swf

while( !(ligne>nbl+delta) && !(i>eval(concat(rad,'nb'))) ) {
lg = ligne-delta;
if( (lg>1) ) {
duplicateMovieClip('co1',concat(lg,'co'),16384+lg);
} else {
co1._visible = 1;
}
var ty = eval(concat(i,concat(rad,'ty')));
eval(concat(lg,'co'))._y = (eca*(ligne-delta))-15;
eval(concat(lg,'co'))._x = dx;
concat(':nol',concat(lg,'co')) = eval(concat(i,concat(rad,'nol')));
concat(':tab',concat(lg,'co')) = eval(concat(i,concat(rad,'tab'))).split(','
);
concat(':t',concat(lg,'co')) = eval(concat(i,concat(rad,'t')));
concat(':t2',concat(lg,'co')) = concat('</font>',concat(eval(concat(i,concat
(rad,'t'))).substr(0,(nbc-_parent.rad.length)),concat('">',concat(col(ty),'<font color="#'))));
var noi = eval(concat(i,concat(rad,'no')));
if( (noi=='') ) {
concat(':j',concat(lg,'co')) = i;
} else {
concat(':j',concat(lg,'co')) = noi;
}
concat(':k',concat(lg,'co')) = eval(concat(i,concat(rad,'nl')));
concat(':nom',concat(lg,'co')) = concat(i,rad);
var val = eval(concat(i,rad));
concat(':val',concat(lg,'co')) = val;
concat(':u',concat(lg,'co')) = eval(concat(i,concat(rad,'u')));
concat(':tr',concat(lg,'co')) = eval(concat(i,concat(rad,'tr')));
concat(':ty',concat(lg,'co')) = ty;
eval(concat('/ico',concat(lg,'co'))).gotoAndStop(ico(ty,val,0));
concat(':ligne',concat(lg,'co')) = Math.max((ligne-3),0);
var visi;
if( (ligne>delta) ) {
visi = 1;
} else {
visi = 0;
}
eval(concat(lg,'co'))._visible = visi;
if( (eval(concat(i,rad))==1) ) {
traced(concat('_',concat(i,rad)),(ligne+1),(dx+10));
ligne = ligne-1;
}
ligne = ligne+1;
i = i+1;
}

Benjamin Wolsey <bwy>
Project Member
Fri 21 Nov 2008 12:26:16 AM UTC, comment #8:

Is there a dbg library that I can try out to run with glash to see what types of error messages I'm seeing?

Asher <asher>
Mon 17 Nov 2008 08:25:35 PM UTC, comment #7:

google street view also doesn't work totally...

it will load the map just not the view where i can move the actual image around.

NOTE: (see attached screen shot...)

Asher <asher>
Mon 17 Nov 2008 07:42:08 PM UTC, comment #6:

I just installed the latest version of firefox... 3.0.4 and i still see the same issue...

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4

Asher <asher>
Mon 17 Nov 2008 06:38:58 PM UTC, comment #5:

We do unstable developments in separate branches, head (trunk) is always stable (at least in theory :)

Sandro Santilli <strk>
Project Member
Mon 17 Nov 2008 06:37:24 PM UTC, comment #4:

I have a reinstall of Ubuntu 8.10 on top of 8.4. It didn't work with either version. Have you tried the release build? I don't want to use an unstable version of GNASH just to get this working. How stable is the head?

Asher <asher>
Mon 17 Nov 2008 06:26:10 PM UTC, comment #3:

So try current head. Even if it's not fixed since the release - and as I said, it works better for me - it's not going to improve while you're using 0.8.4.

Benjamin Wolsey <bwy>
Project Member
Mon 17 Nov 2008 06:20:47 PM UTC, comment #2:

I'm using 0.8.4... it hasn't worked with older versions as well.

Asher <asher>
Mon 17 Nov 2008 04:52:44 PM UTC, comment #1:

Works for me. Try using current head.

Benjamin Wolsey <bwy>
Project Member
Mon 17 Nov 2008 04:40:47 PM UTC, original submission:

Hi Sandro Santilli,

PROBLEM:

GNASH doesn't load flash start page for search engine kartoo.com

HOW TO REPRODUCE THE PROBLEM:

1. http://www.kartoo.com/detect.swf (detects flash player correctly)
2. http://www.kartoo.com doesn't load completly
3. SEE ATTACHED SCREENSHOT

SYSTEM VERSION:

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008101315 Ubuntu/8.10 (intrepid) Firefox/3.0.3

Build options 0.8.4
Target:
Renderer: agg - GUI: GTK - Media handler: gst
Configured with: CFLAGS=-Wall -g -Werror-implicit-function-declaration -Os CXXFLAGS=-Wall -g -Werror-implicit-function-declaration -Os --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --mandir=/share/man --infodir=/share/info --enable-plugin --enable-gui=gtk --enable-cygnal --enable-gstreamer --enable-media=gst --enable-renderer=agg --with-npapi-plugindir=/lib/gnash --with-kde-pluginprefix= --enable-shared=yes --enable-sdk-install --without-swfdec-testsuite --disable-rpath --enable-lotsa-warnings --without-gcc-arch --without-ming
CXXFLAGS: -Wall -g -Werror-implicit-function-declaration -Os -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused
Built against gstreamer version: 0.10.21
Linked against gstreamer version: 0.10.21

Anonymous

 

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

Attach File(s):
   
   
Comment:
   

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by strk (Posted a comment)
  • -unavailable- added by asher (Posted a comment)
  • -unavailable- added by bwy (Posted a comment)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 7 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Thu 04 Dec 2008 10:32:45 AM UTCbwyStatusWorks For Me=>Invalid
      Open/ClosedOpen=>Closed
    Mon 01 Dec 2008 08:14:10 AM UTCasherAttached File-=>Added Screenshot-Manage Content Plug-ins.png, #16957
      Attached File-=>Added Screenshot-KartOO Métamoteur de recherche - Mozilla Firefox.png, #16958
    Mon 01 Dec 2008 08:14:09 AM UTCasherAttached File-=>Added Screenshot-file:---home-asher-Desktop-kartoo4.swf.png, #16956
    Mon 17 Nov 2008 04:52:44 PM UTCbwyStatusNone=>Works For Me
    Mon 17 Nov 2008 04:40:48 PM UTCNoneAttached File-=>Added Screenshot.png, #16862

    Back to the top


    Powered by Savane 3.1-cleanup1