Problems with Fedora 9 & Flash 10
Hi,
I don't seem to be able to use Flash 10 on Fedora 9.
The plugin come automatically after I've added the Adobe repository rpm to yum.
The version installed is
flash-plugin-10.0.22.87-release
Basically the window of the player never shows up (tried with youtube, bbc iplayer).
I've tried removing the libflashsupport but nothing has changed.
Does anybody know how to debug that?
Cheers
Similar Topics
| Topic | Started |
|---|---|
| Yum update , Went Bad | 4 hours 14 min ago |
| HowTo , Connecting wlan0 when in Single user mode | 9 hours 9 min ago |
| Re: F13 - flash-plugin-10.1.82.76 not working AT ALL | 10 hours 16 min ago |
| Installing DD-WRT - | 10 hours 44 min ago |
| Login excursion disables keyboard | 13 hours 14 min ago |
| Re: Bugzilla problem: trying to edit the concerned component lets firefox loop | 14 hours 52 min ago |
| Cacti doesn't run on F13 ? | 17 hours 29 min ago |
| Fedora 13 Samba weirdness | 17 hours 59 min ago |
| F13 x64 Dolphin Details displays double-spaced | 19 hours 4 min ago |
6 comments
Re: Problems with Fedora 9 & Flash 10
Forgot to say that the previous version (Flash 9) worked fine.
Re: Problems with Fedora 9 & Flash 10
1 - you've quit ALL running copies of Firefox
2 - you can manually register the plugin with...
mozilla-plugin-config -i
mozilla-plugin-config --help # for info
3 - libflashsupport is for flash audio with F9 & pulseaudio
debug, might be easiest to start firefox from command line...
Craig
Re: Problems with Fedora 9 & Flash 10
I've found it in nspluginwrapper
EXCLUDE_WRAP:
libtotem*
libjavaplugin*
gecko-mediaplayer*
mplayerplug-in*
librhythmbox*
EXCLUDE_LINK:
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in.xpt
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-wmp.xpt
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-qt.so
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-rm.so
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-rm.xpt
/usr/lib/mozilla/plugins-wrapped/nswrapper_32_32.mozplugger.so
Original plugin: /usr/lib/mozilla/plugins/mozplugger.so
Wrapper version string: X (1.3.0)
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-qt.xpt
File/Link /usr/lib/mozilla/plugins-wrapped/libjavaplugin.so
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in.so
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-dvx.xpt
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-dvx.so
File/Link /usr/lib/mozilla/plugins-wrapped/mplayerplug-in-wmp.so
/usr/lib/mozilla/plugins-wrapped/nswrapper_32_32.libflashplayer.so
Original plugin: /usr/lib/mozilla/plugins/libflashplayer.so
Wrapper version string: X (1.3.0)
Then, if I run firefox from the command line I get some errors when I go to bbc iplayer page (not
sure where they come from though)
*** NSPlugin Wrapper *** ERROR: NPClass::Invalidate() invoke: Broken pipe
*** NSPlugin Wrapper *** WARNING:(../src/npw-wrapper.c:1858):invoke_NPP_Destroy: assertion failed:
(rpc_method_invoke_possible(plugin->connection))
[andrea@thinkpad bin]$ firefox
*** NSPlugin Wrapper *** ERROR: NP_Shutdown() invoke: Broken pipe
*** NSPlugin Wrapper *** WARNING:(../src/npw-wrapper.c:1977):invoke_NPP_GetValue: assertion failed:
(rpc_method_invoke_possible(plugin->connection))
*** NSPlugin Wrapper *** WARNING: unhandled variable 11 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING:(../src/npw-wrapper.c:1858):invoke_NPP_Destroy: assertion failed:
(rpc_method_invoke_possible(plugin->connection))
And I see the flash window for a second (with the central circle), but then it becomes grey and it's
over.
Any idea?
Re: Problems with Fedora 9 & Flash 10
I can see the flash plugin in the page "about:plugins"
where do I find mozilla-plugin-config? I don't have it.
Re: Problems with Fedora 9 & Flash 10
yum provides /usr/bin/mozilla-plugin-config
Craig
Re: Problems with Fedora 9 & Flash 10
After messing around, it started working again.
finger crossed...