dsmlily / npapi-sdk

Automatically exported from code.google.com/p/npapi-sdk
0 stars 0 forks source link

Error Loading NPAPI plugin in Chrome #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Chrome version: 10.0.648.151:
Operating System:         Windows 7 
Error Message:              "Missing Plug-in"

I have a NPAPI API based (scriptable) plugin developed using Gecko SDK 1.9.2. 
This plugin works fine on FF3.6 & FF4 beta, but it fails to get detected on 
chrome.

But I could see the plugin listed - when I do a _"about:Plugins"_ in chrome.  
I've registered the plugin as described in the "[Windows Installation Using the 
Registry][1]".

When monitored the chrome startup using Sysinternals tool Procmon.exe, I could 
find that the chrome tries to do a LoadImage on my Plugin dll, quickly after 
that I get "Missing Plug-in" error in the screen.

Any ideas why this plugin is not detected by chrome will help.

  [1]: https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Development_Overview#MS_Windows

Original issue reported on code.google.com by thirumal...@gmail.com on 20 Mar 2011 at 6:56

Attachments:

GoogleCodeExporter commented 9 years ago
This issue tracker is for issues with the headers themselves. Try a site like 
stackoverflow.com designed for helping people troubleshoot their own code.

Original comment by stuart.morgan on 31 Mar 2011 at 12:17