NPRUNTIME plugin not loading in chrome,works fine with FF-3.6

688 Views Asked by At

I have modified my existing code to support npruntime to be used with FF-3.6 and above. It loads and works perfectly fine with firefox 3.6 and above but chrome is not able to load the plugin (though its able to detect plugin) and gives "Missing Plugin" error. anyone having clue about what can be the issue here ?

1

There are 1 best solutions below

1
On

When you say that it can detect the plugin, do you mean it shows up in chrome://plugins? If so, is the MIME type you expect listed under its details?

The missing plugin error can show up if the plugin crashes during initialization, in addition to showing up if no plugin is found at all, so if everything looks right in chrome://plugins the next step would be to attach with a debugger during plugin initialization using the --plugin-startup-dialog flag.