http://bugs.winehq.org/show_bug.cgi?id=27436
Summary: wine firefox cannot load any plugin Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=35089) --> (http://bugs.winehq.org/attachment.cgi?id=35089) Log: failed to load plugin
1. install firefox using winetricks
2. copy the plugin file to "Program Files\Mozilla Firefox\plugins" for example, a plugin can be downloaded here: http://www.codeproject.com/KB/cross-platform/NPAPIBrowserPlugin.aspx $ cp npcodeproject.dll "Program Files\Mozilla Firefox\plugins"
3. open a html page, try to load the plugin. $ wine firefox.exe Codeproject.html (The test html file also can be download from http://www.codeproject.com/KB/cross-platform/NPAPIBrowserPlugin.aspx ) such a message is showed in console: fixme:system:SetProcessDPIAware stub!
firefox stops for a while, then display the html page without loading the plugin.