| ubuntu chrome can not load nacl? | goodwinme wei | 02/09/11 20:53 | the nacl plugin is enabled in the chrome://plugins. but when i browser http://localhost:5103/pi_generator/pi_generator.html 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
-- |
| 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 If you are on a x86-64-bit Linux system please provide more details krasin On Wed, Sep 14, 2011 at 6:45 PM, badre laftah <delph...@gmail.com> wrote: > --> https://groups.google.com/d/msg/native-client-discuss/-/wAScK_yMx1sJ.
|
| 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.
Brad
|
| 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. |