All of a sudden there's this message of 'couldn't load plug-in' on chrome. Firefox is fine though, I tried updating flashplayer but it didn't work. Thoughts?
9 Answers
I solved the issue by moving the following folder to a backup:
~/.config/google-chrome/PepperFlash
moved to ~/.config/google-chrome/PepperFlash.bak
After that kill all processes of Chrome (also the background ones for offline gmail and so on).
It works now for me. Must have to do something with the new rule that you have to enable plugins per page/site before they run maybe?

- 582
-
-
1This is the correct answer, and gets your PEP plugin working again. – Mikael Gueck Feb 02 '13 at 07:21
-
4Here is official issue discussion on google's tracker https://code.google.com/p/chromium/issues/detail?id=173790 – Konstantin Burov Feb 02 '13 at 08:48
-
-
It worked! On Ubuntu 12.10 and Chrome Version Version 24.0.1312.57. Thanks! – Marquez Feb 03 '13 at 18:04
- Open up Google Chrome
- Type chrome://plugins into the address bar
- Look for Adobe Flash Player
- Click on +Details in the upper right corner
- Disable one of the Adobe Flash Player entries, and make sure one is Enabled
If you have installed the package flashplugin-installer
you'll see two plug-ins, you can choose whichever you want.
For some reason it was disabled and at the beggining of the list you can also see another libpepflashplayer
which is also disabled.

- 1,608

- 14,866
-
1I have this same issue and I have typed in the the about://plugins and everything is enabled and still get the error couldn't load plugin – rstreeter78 Feb 02 '13 at 02:50
-
-
Yes I believe so here are links to the images http://imagebin.org/245133 http://imagebin.org/245134 – rstreeter78 Feb 02 '13 at 03:27
-
@rstreeter78 Try with one plug in at a time they might be conflicting with each other. – Uri Herrera Feb 02 '13 at 03:37
-
1
-
Clean everything from Chrome, use it's built in cleaning options, close the browser, and try again. – Uri Herrera Feb 02 '13 at 04:18
-
Make sure you click the somewhat inconspicuous "+Details" button in the top right corner of chrome://plugins -- this will separate the flash entry in two, allowing you to disable one of them. – Michael Butler Feb 05 '13 at 20:25
-
I did this (disabled Chrome's libpep... and enabled Adobe's .SO) and it worked for me. – Sri Feb 06 '13 at 03:31
In chrome://plugins
, I disabled libpepflashplayer
. Now I can watch youtube and Dateline. :D

- 58,122

- 91
-
oh..Just an update. OK to watch Dateline.. but can't watch on ABC.com. It's just blank... no error message. – user127947 Feb 03 '13 at 04:38
I can't seem to add a comment to Uri Herrara's answer, or even up vote it. But he set me on the right track.
Ubuntu installed a new image and Chrome, and the libpepflashplayer.so
Flash player is not working. I disabled it, and the
Name: Shockwave Flash
Version: 11.2 r202
Location: /opt/google/chrome/plugins/libflashplayer.so
is working fine
-
If you want to learn more about how this site works, I suggest reading the FAQ and About pages. Good luck and have fun! – Seth Feb 02 '13 at 05:14
Don't know why, but the pepperflash plugin used by chrome seems to be crashing recently. Removing the plugin completely will do the trick temporarily, but will be recreated automatically at some point in time, probably after a relaunch of the browser or something.
rm -fr ~/.config/google-chrome/PepperFlash
This is the command to remove the plugin. Launching chrome thereafter should allow you to play flash via it defaulting back to the default adobe plugin.
If you don't want to go around blowing away directories, you can rename it:
mv ~/.config/google-chrome/PepperFlash ~/.config/google-chrome/PepperFlash.bak
It works too.
Again, just a temporary work around, but it works in a pinch until they fix PepperFlash.
I was able to get flash playing again by just disabling libpepflashplayer
in Chrome via chrome://plugins/
, no terminal needed, didn't even restart Chrome. Strangely I did not have any issues with Firefox.
-
I was also thinking why would Firefox have an issue when the pepper flash is for Chrome only. Oddly enough it was the only step I did. – Luis Alvarado Feb 03 '13 at 19:51
Well got lucky. Did the following after closing both browsers. Go to a terminal and:
rm -r ~/.config/google-chrome/PepperFlash
Then open any of the 2 browsers and go to their respective plugins section.
For Firefox it is in the menu in Tools --> Addons --> Plugins and check to be sure that the Shockwave Plugin is Enabled. Then test any flash video.
For Chrome, type in the URL: chrome://plugins
and check that the plugin is checked there as Always Enabled.
Right now am testing to make sure both are working fine.
UPDATE - Yeap, both are working correctly again. Maybe it was an update that left a confusion there with the PepperFlash file.

- 211,503
So deleting ~/.config/google-chrome/PepperFlash should fix things (unfortunately falling back to .137) ... and since we've stopped pushing .138, it won't reappear."
– Feb 02 '13 at 06:20