List Info

Thread: RealPlayer GOLD problems in ebdedded mozilla




RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-06 15:34:01
I have an application that embeds mozilla 1.7.12.

Plugins like Java and Flash all work but RealPlayer is
reporting errors and not working reliably.

I'm playing test.html page ever 90 seconds to test the
plugin.

---------------------test.html-----------------
<html>
<body>
<div>
<embed
    
src="http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram"
    type="audio/x-pn-realaudio-plugin"
    width="640" height="360"
    NOJAVA="true"
    CONTROLS="ImageWindow"
    CONSOLE="one"
    AUTOSTART="true"
 >
</embed>
</div>

<div>
<embed
    
src="http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram"
    type="audio/x-pn-realaudio-plugin"
    width="640" height="34"
    NOJAVA="true"
    CONTROLS="StatusBar"
    CONSOLE="one"
 >
</embed>
</div>

<div>
<embed
    
src="http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram"
    type="audio/x-pn-realaudio-plugin"
    width="640" height="150"
    NOJAVA="true"
    CONTROLS="InfoVolumePanel"
    CONSOLE="one"
 >
</embed>
</div>
</body>
</html>
---------------------test.html-----------------

Here is an extract from the messages:

playeripc: Got command NewStream 4 0 
http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram 
audio/x-pn-realaudio 69
playeripc: Got command NewStream 5 0 
http://www.bbc.co.uk/comedy/familyguy/ram/bb/f
amilyguy_s3ep17_4x3_
** ERROR **: file hxplayer.cpp: line 2016 (void 
hx_player_realize(GtkWidget*)): assertion failed: (g_dpy !=
NULL)
aborting...
bb.ram audio/x-pn-realaudio 69
playeripc: Got command NewStream 3 137427052 
http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram 
audio/x-pn-realaudio 69
playeripc: Got command StreamData 3 137427052 69
playeripc: Got command StreamDone 3 137427052
playeripc: Got command Embed 
src='http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram' 
type='audio/x-pn-realaudio-plugin' nojava='true'
controls='ImageWindow' 
console='one' autostart='true' height='360'
width='640'
playeripc: Got command Browser 6 'Mozilla/5.0 (X11; U;
Linux i686; 
en-US; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1' 1 1
playeripc: Got command SetWindow 6 2097300 0 0 640 360 0 0
360 640 1
/usr/bin/realplay: line 75:  4926 Aborted                
$REALPLAYBIN "$"

** (realplay.bin:4968): WARNING **: Bad window id
"3" requested

** (realplay.bin:4968): WARNING **: Bad window id 3

** (realplay.bin:4968): WARNING **: Bad window id
"4" requested

** (realplay.bin:4968): WARNING **: Bad window id 4

** (realplay.bin:4968): WARNING **: Bad window id
"5" requested

** (realplay.bin:4968): WARNING **: Bad window id 5

** (realplay.bin:4968): WARNING **: Bad window id
"6" requested

** (realplay.bin:4968): WARNING **: Bad window id 6

** (realplay.bin:4968): WARNING **: Bad window id
"6" requested

** (realplay.bin:4968): WARNING **: Bad window id 6

** (realplay.bin:4968): CRITICAL **: file embeddedapp.cpp:
line 789 
(HXPlayer*
hxembedded_window_get_player_no_create(HXEmbeddedWindow*)): 
assertion `window->console' failed
/usr/bin/realplay: line 75:  4968 Segmentation fault     
$REALPLAYBIN "$"

What is the problem?

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-07 23:37:24
Hi Barry,

At 08:34 AM 9/6/2006, Barry Scott wrote:
>I have an application that embeds mozilla 1.7.12.
>
>Plugins like Java and Flash all work but RealPlayer is
>reporting errors and not working reliably.
>
>I'm playing test.html page ever 90 seconds to test the
plugin.

Let me try to understand what your application was doing
with Mozilla; you 
played the test.html embedded player page over a 90-second
period. What 
happened in that 90-second period of time? Was your
application opening up 
new pages of test.html pages over and over again? (The debug
output seems 
to suggest that, but there is a chance that I might be wrong
here.)

I am guessing that two pages of the same test.html are
opened in Mozilla 
causing the multiple ImageWindow controls (maybe with the
same name) to 
exist (as history or the Forward and Backward lists) and the
embedded 
RealPlayer was confused.

If you open the same html page by refreshing the page,
Mozilla would inform 
the embedded player to reset the old ImageWindow and create
a new one 
later. By opening a new page separately, the embedded player
would not 
receive the notification to reset the old ImageWindow
(Mozilla was caching 
the page as open), but receive notification to create a new
one (with the 
same name).


>---------------------test.html-----------------
>---------------------test.html-----------------
>
>Here is an extract from the messages:
>
>playeripc: Got command NewStream 4 0
>http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>audio/x-pn-realaudio 69
>playeripc: Got command NewStream 5 0
>http://www.bbc.co.uk/comedy/familyguy/ram/bb/f
amilyguy_s3ep17_4x3_
>** ERROR **: file hxplayer.cpp: line 2016 (void
>hx_player_realize(GtkWidget*)): assertion failed: (g_dpy
!= NULL)
>aborting...

Some abnormal condition existed such that when the Helix
GTK+ widget (in 
RealPlayer) is created, the display was already set up or
not previously 
shutdown properly.



>bb.ram audio/x-pn-realaudio 69
>playeripc: Got command NewStream 3 137427052
>http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>audio/x-pn-realaudio 69
>playeripc: Got command StreamData 3 137427052 69
>playeripc: Got command StreamDone 3 137427052
>playeripc: Got command Embed
>src='http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram' 
>
>type='audio/x-pn-realaudio-plugin' nojava='true'
controls='ImageWindow'
>console='one' autostart='true' height='360'
width='640'
>playeripc: Got command Browser 6 'Mozilla/5.0 (X11; U;
Linux i686;
>en-US; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1' 1
1
>playeripc: Got command SetWindow 6 2097300 0 0 640 360 0
0 360 640 1
>/usr/bin/realplay: line 75:  4926 Aborted               
 $REALPLAYBIN "$"
>
>** (realplay.bin:4968): WARNING **: Bad window id
"3" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 3
>
>** (realplay.bin:4968): WARNING **: Bad window id
"4" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 4
>
>** (realplay.bin:4968): WARNING **: Bad window id
"5" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 5
>
>** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 6
>
>** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 6
>
>** (realplay.bin:4968): CRITICAL **: file
embeddedapp.cpp: line 789
>(HXPlayer*
hxembedded_window_get_player_no_create(HXEmbeddedWindow*)):
>assertion `window->console' failed
>/usr/bin/realplay: line 75:  4968 Segmentation fault    
 $REALPLAYBIN "$"
>
>What is the problem?


I'm not exactly familiar with this condition or the
behavior of multiple 
consoles with the same names exist across multiple web
pages, but some 
window id seems to have expired in some ways.


>Barry


Are you able to shutdown Mozilla before opening the same
html page, or 
close the html page before opening a new one, or refresh
instead of opening 
new ones?


-- 
Daniel Yek


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-07 23:37:24
Hi Barry,

At 08:34 AM 9/6/2006, Barry Scott wrote:
>I have an application that embeds mozilla 1.7.12.
>
>Plugins like Java and Flash all work but RealPlayer is
>reporting errors and not working reliably.
>
>I'm playing test.html page ever 90 seconds to test the
plugin.

Let me try to understand what your application was doing
with Mozilla; you 
played the test.html embedded player page over a 90-second
period. What 
happened in that 90-second period of time? Was your
application opening up 
new pages of test.html pages over and over again? (The debug
output seems 
to suggest that, but there is a chance that I might be wrong
here.)

I am guessing that two pages of the same test.html are
opened in Mozilla 
causing the multiple ImageWindow controls (maybe with the
same name) to 
exist (as history or the Forward and Backward lists) and the
embedded 
RealPlayer was confused.

If you open the same html page by refreshing the page,
Mozilla would inform 
the embedded player to reset the old ImageWindow and create
a new one 
later. By opening a new page separately, the embedded player
would not 
receive the notification to reset the old ImageWindow
(Mozilla was caching 
the page as open), but receive notification to create a new
one (with the 
same name).


>---------------------test.html-----------------
>---------------------test.html-----------------
>
>Here is an extract from the messages:
>
>playeripc: Got command NewStream 4 0
>http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>audio/x-pn-realaudio 69
>playeripc: Got command NewStream 5 0
>http://www.bbc.co.uk/comedy/familyguy/ram/bb/f
amilyguy_s3ep17_4x3_
>** ERROR **: file hxplayer.cpp: line 2016 (void
>hx_player_realize(GtkWidget*)): assertion failed: (g_dpy
!= NULL)
>aborting...

Some abnormal condition existed such that when the Helix
GTK+ widget (in 
RealPlayer) is created, the display was already set up or
not previously 
shutdown properly.



>bb.ram audio/x-pn-realaudio 69
>playeripc: Got command NewStream 3 137427052
>http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>audio/x-pn-realaudio 69
>playeripc: Got command StreamData 3 137427052 69
>playeripc: Got command StreamDone 3 137427052
>playeripc: Got command Embed
>src='http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram' 
>
>type='audio/x-pn-realaudio-plugin' nojava='true'
controls='ImageWindow'
>console='one' autostart='true' height='360'
width='640'
>playeripc: Got command Browser 6 'Mozilla/5.0 (X11; U;
Linux i686;
>en-US; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1' 1
1
>playeripc: Got command SetWindow 6 2097300 0 0 640 360 0
0 360 640 1
>/usr/bin/realplay: line 75:  4926 Aborted               
 $REALPLAYBIN "$"
>
>** (realplay.bin:4968): WARNING **: Bad window id
"3" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 3
>
>** (realplay.bin:4968): WARNING **: Bad window id
"4" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 4
>
>** (realplay.bin:4968): WARNING **: Bad window id
"5" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 5
>
>** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 6
>
>** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>
>** (realplay.bin:4968): WARNING **: Bad window id 6
>
>** (realplay.bin:4968): CRITICAL **: file
embeddedapp.cpp: line 789
>(HXPlayer*
hxembedded_window_get_player_no_create(HXEmbeddedWindow*)):
>assertion `window->console' failed
>/usr/bin/realplay: line 75:  4968 Segmentation fault    
 $REALPLAYBIN "$"
>
>What is the problem?


I'm not exactly familiar with this condition or the
behavior of multiple 
consoles with the same names exist across multiple web
pages, but some 
window id seems to have expired in some ways.


>Barry


Are you able to shutdown Mozilla before opening the same
html page, or 
close the html page before opening a new one, or refresh
instead of opening 
new ones?


-- 
Daniel Yek


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-08 10:16:24
Daniel Yek wrote:
> Hi Barry,
>
> At 08:34 AM 9/6/2006, Barry Scott wrote:
>> I have an application that embeds mozilla 1.7.12.
>>
>> Plugins like Java and Flash all work but RealPlayer
is
>> reporting errors and not working reliably.
>>
>> I'm playing test.html page ever 90 seconds to test
the plugin.
>
> Let me try to understand what your application was
doing with Mozilla; 
> you played the test.html embedded player page over a
90-second period. 
> What happened in that 90-second period of time? Was
your application 
> opening up new pages of test.html pages over and over
again? (The 
> debug output seems to suggest that, but there is a
chance that I might 
> be wrong here.)
The clip I'm playing is 57s long and will load and play to
completion in 
90s.

> I am guessing that two pages of the same test.html are
opened in 
> Mozilla causing the multiple ImageWindow controls
(maybe with the same 
> name) to exist (as history or the Forward and Backward
lists) and the 
> embedded RealPlayer was confused.
My app has a single window.
Every 90s I load the same page. This should result in the
clip playing 
over and over again.

Are you suggesting that mozilla keeps the whole page with
its plugins 
running in the history?
That would be a big and nasty surprise to me.
> If you open the same html page by refreshing the page,
Mozilla would 
> inform the embedded player to reset the old ImageWindow
and create a 
> new one later. By opening a new page separately, the
embedded player 
> would not receive the notification to reset the old
ImageWindow 
> (Mozilla was caching the page as open), but receive
notification to 
> create a new one (with the same name).
Are you telling me that mozilla does not shutdown plugins
when a page is 
unloaded?
The sequence that causes the problem below is:

load test.html
realplayer instance 1 starts up and plays clip
unload test.html
realplayer instance 1 is still active
load test.html
realplayer instance 2 starts up and fails because instance 1
is still active

Why don't I see any issues using Flash or Java plugins in
that case?
Having a Flash keep playing for unloaded pages will show up
and
a continued heavy load in the CPU that that does not happen.

>> ---------------------test.html-----------------
>> ---------------------test.html-----------------
>>
>> Here is an extract from the messages:
>>
>> playeripc: Got command NewStream 4 0
>> http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>> audio/x-pn-realaudio 69
>> playeripc: Got command NewStream 5 0
>> http://www.bbc.co.uk/comedy/familyguy/ram/bb/f
amilyguy_s3ep17_4x3_
>> ** ERROR **: file hxplayer.cpp: line 2016 (void
>> hx_player_realize(GtkWidget*)): assertion failed:
(g_dpy != NULL)
>> aborting...
>
> Some abnormal condition existed such that when the
Helix GTK+ widget 
> (in RealPlayer) is created, the display was already set
up or not 
> previously shutdown properly.
>
>
>
>> bb.ram audio/x-pn-realaudio 69
>> playeripc: Got command NewStream 3 137427052
>> http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>> audio/x-pn-realaudio 69
>> playeripc: Got command StreamData 3 137427052 69
>> playeripc: Got command StreamDone 3 137427052
>> playeripc: Got command Embed
>> src='http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram' 
>>
>> type='audio/x-pn-realaudio-plugin'
nojava='true' controls='ImageWindow'
>> console='one' autostart='true' height='360'
width='640'
>> playeripc: Got command Browser 6 'Mozilla/5.0
(X11; U; Linux i686;
>> en-US; rv:1.7.12) Gecko/20050923
Fedora/1.7.12-1.5.1' 1 1
>> playeripc: Got command SetWindow 6 2097300 0 0 640
360 0 0 360 640 1
>> /usr/bin/realplay: line 75: 4926 Aborted
$REALPLAYBIN "$"
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"3" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 3
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"4" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 4
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"5" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 5
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 6
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 6
>>
>> ** (realplay.bin:4968): CRITICAL **: file
embeddedapp.cpp: line 789
>> (HXPlayer*
hxembedded_window_get_player_no_create(HXEmbeddedWindow*)):
>> assertion `window->console' failed
>> /usr/bin/realplay: line 75: 4968 Segmentation fault
$REALPLAYBIN "$"
>>
>> What is the problem?
>
>
> I'm not exactly familiar with this condition or the
behavior of 
> multiple consoles with the same names exist across
multiple web pages, 
> but some window id seems to have expired in some ways.
Its one window showing one wep page at a time. At no time
does my app 
have two pages loaded.
>
>> Barry
>
>
> Are you able to shutdown Mozilla before opening the
same html page, or 
> close the html page before opening a new one, or
refresh instead of 
> opening new ones?
>
>
I cannot shutdown mozilla as the app shows a series of pages
back to 
back and the startup time and visual glitches are terrible.
I cannot refresh because I in the general case its may not
be the same 
page load it may be a sequence of pages that just
happen to use the same console name.

I believe that telling mozilla to load a page will cause the
previous 
page to be closed. I'll research this issue from the
mozilla side and see if I need to load an explicit unload.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-08 10:16:24
Daniel Yek wrote:
> Hi Barry,
>
> At 08:34 AM 9/6/2006, Barry Scott wrote:
>> I have an application that embeds mozilla 1.7.12.
>>
>> Plugins like Java and Flash all work but RealPlayer
is
>> reporting errors and not working reliably.
>>
>> I'm playing test.html page ever 90 seconds to test
the plugin.
>
> Let me try to understand what your application was
doing with Mozilla; 
> you played the test.html embedded player page over a
90-second period. 
> What happened in that 90-second period of time? Was
your application 
> opening up new pages of test.html pages over and over
again? (The 
> debug output seems to suggest that, but there is a
chance that I might 
> be wrong here.)
The clip I'm playing is 57s long and will load and play to
completion in 
90s.

> I am guessing that two pages of the same test.html are
opened in 
> Mozilla causing the multiple ImageWindow controls
(maybe with the same 
> name) to exist (as history or the Forward and Backward
lists) and the 
> embedded RealPlayer was confused.
My app has a single window.
Every 90s I load the same page. This should result in the
clip playing 
over and over again.

Are you suggesting that mozilla keeps the whole page with
its plugins 
running in the history?
That would be a big and nasty surprise to me.
> If you open the same html page by refreshing the page,
Mozilla would 
> inform the embedded player to reset the old ImageWindow
and create a 
> new one later. By opening a new page separately, the
embedded player 
> would not receive the notification to reset the old
ImageWindow 
> (Mozilla was caching the page as open), but receive
notification to 
> create a new one (with the same name).
Are you telling me that mozilla does not shutdown plugins
when a page is 
unloaded?
The sequence that causes the problem below is:

load test.html
realplayer instance 1 starts up and plays clip
unload test.html
realplayer instance 1 is still active
load test.html
realplayer instance 2 starts up and fails because instance 1
is still active

Why don't I see any issues using Flash or Java plugins in
that case?
Having a Flash keep playing for unloaded pages will show up
and
a continued heavy load in the CPU that that does not happen.

>> ---------------------test.html-----------------
>> ---------------------test.html-----------------
>>
>> Here is an extract from the messages:
>>
>> playeripc: Got command NewStream 4 0
>> http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>> audio/x-pn-realaudio 69
>> playeripc: Got command NewStream 5 0
>> http://www.bbc.co.uk/comedy/familyguy/ram/bb/f
amilyguy_s3ep17_4x3_
>> ** ERROR **: file hxplayer.cpp: line 2016 (void
>> hx_player_realize(GtkWidget*)): assertion failed:
(g_dpy != NULL)
>> aborting...
>
> Some abnormal condition existed such that when the
Helix GTK+ widget 
> (in RealPlayer) is created, the display was already set
up or not 
> previously shutdown properly.
>
>
>
>> bb.ram audio/x-pn-realaudio 69
>> playeripc: Got command NewStream 3 137427052
>> http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram
>> audio/x-pn-realaudio 69
>> playeripc: Got command StreamData 3 137427052 69
>> playeripc: Got command StreamDone 3 137427052
>> playeripc: Got command Embed
>> src='http://www.bbc.co.uk/comedy/familyguy/ra
m/bb/familyguy_s3ep17_4x3_bb.ram' 
>>
>> type='audio/x-pn-realaudio-plugin'
nojava='true' controls='ImageWindow'
>> console='one' autostart='true' height='360'
width='640'
>> playeripc: Got command Browser 6 'Mozilla/5.0
(X11; U; Linux i686;
>> en-US; rv:1.7.12) Gecko/20050923
Fedora/1.7.12-1.5.1' 1 1
>> playeripc: Got command SetWindow 6 2097300 0 0 640
360 0 0 360 640 1
>> /usr/bin/realplay: line 75: 4926 Aborted
$REALPLAYBIN "$"
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"3" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 3
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"4" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 4
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"5" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 5
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 6
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id
"6" requested
>>
>> ** (realplay.bin:4968): WARNING **: Bad window id 6
>>
>> ** (realplay.bin:4968): CRITICAL **: file
embeddedapp.cpp: line 789
>> (HXPlayer*
hxembedded_window_get_player_no_create(HXEmbeddedWindow*)):
>> assertion `window->console' failed
>> /usr/bin/realplay: line 75: 4968 Segmentation fault
$REALPLAYBIN "$"
>>
>> What is the problem?
>
>
> I'm not exactly familiar with this condition or the
behavior of 
> multiple consoles with the same names exist across
multiple web pages, 
> but some window id seems to have expired in some ways.
Its one window showing one wep page at a time. At no time
does my app 
have two pages loaded.
>
>> Barry
>
>
> Are you able to shutdown Mozilla before opening the
same html page, or 
> close the html page before opening a new one, or
refresh instead of 
> opening new ones?
>
>
I cannot shutdown mozilla as the app shows a series of pages
back to 
back and the startup time and visual glitches are terrible.
I cannot refresh because I in the general case its may not
be the same 
page load it may be a sequence of pages that just
happen to use the same console name.

I believe that telling mozilla to load a page will cause the
previous 
page to be closed. I'll research this issue from the
mozilla side and see if I need to load an explicit unload.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-12 15:33:55
Barry Scott wrote:
> I cannot shutdown mozilla as the app shows a series of
pages back to 
> back and the startup time and visual glitches are
terrible.
> I cannot refresh because I in the general case its may
not be the same 
> page load it may be a sequence of pages that just
> happen to use the same console name.
>
> I believe that telling mozilla to load a page will
cause the previous 
> page to be closed. I'll research this issue from the
> mozilla side and see if I need to load an explicit
unload.
What I have found is that mozilla closes the real player
plugin if the 
next page loaded is different.
However if the the next page loaded is the same as the
previous the real 
player plugin is not
closed down.

My workaround is to load file:///dev/null for 0.1s then in
the case of a 
repeated URL.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-12 15:33:55
Barry Scott wrote:
> I cannot shutdown mozilla as the app shows a series of
pages back to 
> back and the startup time and visual glitches are
terrible.
> I cannot refresh because I in the general case its may
not be the same 
> page load it may be a sequence of pages that just
> happen to use the same console name.
>
> I believe that telling mozilla to load a page will
cause the previous 
> page to be closed. I'll research this issue from the
> mozilla side and see if I need to load an explicit
unload.
What I have found is that mozilla closes the real player
plugin if the 
next page loaded is different.
However if the the next page loaded is the same as the
previous the real 
player plugin is not
closed down.

My workaround is to load file:///dev/null for 0.1s then in
the case of a 
repeated URL.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-12 15:33:55
Barry Scott wrote:
> I cannot shutdown mozilla as the app shows a series of
pages back to 
> back and the startup time and visual glitches are
terrible.
> I cannot refresh because I in the general case its may
not be the same 
> page load it may be a sequence of pages that just
> happen to use the same console name.
>
> I believe that telling mozilla to load a page will
cause the previous 
> page to be closed. I'll research this issue from the
> mozilla side and see if I need to load an explicit
unload.
What I have found is that mozilla closes the real player
plugin if the 
next page loaded is different.
However if the the next page loaded is the same as the
previous the real 
player plugin is not
closed down.

My workaround is to load file:///dev/null for 0.1s then in
the case of a 
repeated URL.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-12 15:33:55
Barry Scott wrote:
> I cannot shutdown mozilla as the app shows a series of
pages back to 
> back and the startup time and visual glitches are
terrible.
> I cannot refresh because I in the general case its may
not be the same 
> page load it may be a sequence of pages that just
> happen to use the same console name.
>
> I believe that telling mozilla to load a page will
cause the previous 
> page to be closed. I'll research this issue from the
> mozilla side and see if I need to load an explicit
unload.
What I have found is that mozilla closes the real player
plugin if the 
next page loaded is different.
However if the the next page loaded is the same as the
previous the real 
player plugin is not
closed down.

My workaround is to load file:///dev/null for 0.1s then in
the case of a 
repeated URL.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
RealPlayer GOLD problems in ebdedded mozilla
user name
2006-09-12 15:33:55
Barry Scott wrote:
> I cannot shutdown mozilla as the app shows a series of
pages back to 
> back and the startup time and visual glitches are
terrible.
> I cannot refresh because I in the general case its may
not be the same 
> page load it may be a sequence of pages that just
> happen to use the same console name.
>
> I believe that telling mozilla to load a page will
cause the previous 
> page to be closed. I'll research this issue from the
> mozilla side and see if I need to load an explicit
unload.
What I have found is that mozilla closes the real player
plugin if the 
next page loaded is different.
However if the the next page loaded is the same as the
previous the real 
player plugin is not
closed down.

My workaround is to load file:///dev/null for 0.1s then in
the case of a 
repeated URL.

Barry


_______________________________________________
Player-users mailing list
Player-usershelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
[1-10]

about | contact  Other archives ( Real Estate discussion Medical topics )