On Tuesday, 17 July 2012 15:14:44 UTC-4, Thomas Broyer wrote: > > On Tuesday, July 17, 2012 8:21:36 PM UTC+2, Andy wrote: >> >> I still get the error "Could not load GWT DevMode Plugin" and the normal >> offer to download it (even though it was and is again installed). >> > > Make sure "click to play" (or some other similar configuration for > plugins) is disabled. > I enabled it a while ago (it works well to disable Flash ads when browsing > the web ;-) ), while I was doing Firefox-specific dev, and when I switched > back to Chrome I didn't understand at first why the plugin wouldn't load: > it was just blocked by the "click to play" setting. >
This just started happening for me too. I double-checked my click-to-play setting, but it is disabled. I've tried launching chrome with debug logging enabled (/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-logging --v=1) and sure enough, it logs this when starting up: NP_Initialize (gwt-hosted-mode/c++), pid=50572 NPP_New(instance=0x13003b30,mode=1,argc=4,args=[id=pluginEmbed,type=application/x-gwt-hosted-mode,width=10,height=10],saved=0x0): version=27 [50568:-1603582656:521971471140471:ERROR:webplugin_delegate_proxy.cc(364)] PluginMsg_Init returned false [50568:-1603582656:521971494501638:ERROR:webplugin_impl.cc(269)] Couldn't initialize plug-in NPP_Destroy(instance=0x13003b30) LocalObjectTable::freeAll() Disconnecting already disconnected channel And it logs this similar output whenever a tab with the gwt.codeserver=... parameter in its URL is opened: NPP_New(instance=0x1150b0,mode=1,argc=4,args=[id=pluginEmbed,type=application/x-gwt-hosted-mode,width=10,height=10],saved=0x0): version=27 [50596:-1603582656:522023913703684:ERROR:webplugin_delegate_proxy.cc(364)] PluginMsg_Init returned false [50596:-1603582656:522023918672837:ERROR:webplugin_impl.cc(269)] Couldn't initialize plug-in NPP_Destroy(instance=0x1150b0) LocalObjectTable::freeAll() Disconnecting already disconnected channel Any ideas? -Jonathan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/DpRmV_dlnwQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
