ubuntu chrome can not load nacl?

Affichage de 18 messages sur 8
ubuntu chrome can not load nacl? goodwinme wei 02/09/11 20:53
the nacl plugin is enabled in the chrome://plugins. 

it prompt that not allowing use native client plugin.

anyone can help me?
Re: [native-client-discuss] ubuntu chrome can not load nacl? Brad Chen 02/09/11 21:46
There are outstanding problems with x86-32-bit Linux. See Chromium issue 92964 if you want all the gory details. We are working on a fix.

If you are on a x86-64-bit Linux system please provide more details about the problem (OS version, exact output you are getting, what you see in the javascript console, chrome version, SDK version, etc.)

Brad

--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/native-client-discuss/-/5hkY3erkLCwJ.
To post to this group, send email to native-cli...@googlegroups.com.
To unsubscribe from this group, send email to native-client-discuss+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/native-client-discuss?hl=en.

Re: ubuntu chrome can not load nacl? badre laftah 14/09/11 18:45
i have the same problem ,is there any solution to fix that ?
Re: [native-client-discuss] Re: ubuntu chrome can not load nacl? Ivan Krasin 14/09/11 19:49
Hi badre,

I just copy Brad's response to the first e-mail:

There are outstanding problems with x86-32-bit Linux. See Chromium
issue 92964 if you want all the gory details. We are working on a fix.

If you are on a x86-64-bit Linux system please provide more details
about the problem (OS version, exact output you are getting, what you
see in the javascript console, chrome version, SDK version, etc.)

krasin

On Wed, Sep 14, 2011 at 6:45 PM, badre laftah <delph...@gmail.com> wrote:
> i have the same problem ,is there any solution to fix that ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Native-Client-Discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/native-client-discuss/-/wAScK_yMx1sJ.

> To post to this group, send email to native-cli...@googlegroups.com.
> To unsubscribe from this group, send email to
> native-client-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/native-client-discuss?hl=en.
>

Re: ubuntu chrome can not load nacl? Vasily Sidorov 18/09/11 23:46
The same issue.

Chrome v14.0.835.163

Ubuntu 11.04 Natty Narwhal, x86-32, linux core 2.6.38-11-generic-pae,
GNOME 2.32.1, 4 Gb RAM, Intel Core i5 quad @ 2.67GHz

Trying to access this page ti check out NaCl:
http://nacl-gallery.appspot.com/pi_generator/pi_generator.html

it writes that it is not allowed to use NaCl plugin even though it's
turned on in chrome://plugins

Hope that'll help.
Re: [native-client-discuss] Re: ubuntu chrome can not load nacl? Brad Chen 19/09/11 08:55
Let me attempt to clarify a couple things about NaCl status, as there seems to be some confusion.
  • For M14 stable and beta, Native Client is enabled for apps from the Chrome Web Store, but not for web pages. Empirically it seems that an app that is simply a redirect to a web-page is not good enough.
  • Although we have supported enabling Native Client for web pages with about:flags, for M14 stable and beta builds, about:flags has been disabled. In these builds, attempts to enable Native Client via about:flags will have no effect. You must use dev channel or canary to use about:flags, for Native Client and for any other about:flags options you need.
  • Native Client was deliberately disabled in 32-bit Linux M14 due to a bug (92964). Although the bug is fixed in trunk, that fix has not yet made it into M15 release branch (beta). Again, please use Chrome dev channel (or build from trunk) on Linux.
Brad

--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To post to this group, send email to native-cli...@googlegroups.com.
To unsubscribe from this group, send email to native-client-discuss+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/native-client-discuss?hl=en.


Re: [native-client-discuss] Re: ubuntu chrome can not load nacl? Biomechanica 19/09/11 18:06
What about with Chrome/Chromium on Windows 7? Is the same true for that? I can't get anything running, even with the SDK samples. Windows, Ubuntu, ArchLinux and Gentoo. Exact same issues as above.
Re: [native-client-discuss] Re: ubuntu chrome can not load nacl? Bill Budge 19/09/11 20:26
Are you using the --enable-nacl command line flag?

If the NaCl app was not installed from the Chrome Webstore (like the gallery examples), then you have to have the --enable-nacl flag set. You can do this by starting Chrome from the command line with --enable-nacl. There is one way to bypass this - if you package your app as an Extension, and load it as an unpacked extension in Chrome, you don't need the flag.