Dear Sirs I am, though, getting a strange error: You are using an unsupported command-line flag: --enable-nacl. Stability and security will suffer. I am not starting from a
shell script and I try starting chrome directly from the /opt/google/chrome directory so I can't understand where I might be getting this error as I have tried starting with no options on the command line and still get this error. The web server shows starting by using 'python httpd.py 5103' and it gives back the message: Starting local server on port 5103 I am using the latest SDK download for Pepper 2 which I have in folder: /home/pierre/native_client_sdk_0_1_721_0 I also tried --no-sandbox at the startup of chrome from a command line. I'm basically out of
options. Thanks in advance |
Dear SirsI can't get any nexe programs to run. I've upgraded to version 11.X of chrome as the 10.x had the same problem. I am on Linux Kubuntu 10.04.I am, though, getting a strange error:You are using an unsupported command-line flag: --enable-nacl. Stability and security will suffer.
I am not starting from a shell script and I try starting chrome directly from the /opt/google/chrome directory so I can't understand where I might be getting this error as I have tried starting with no options on the command line and still get this error.The web server shows starting by using 'python httpd.py 5103' and it gives back the message: Starting local server on port 5103
I am using the latest SDK download for Pepper 2 which I have in folder: /home/pierre/native_client_sdk_0_1_721_0
I also tried --no-sandbox at the startup of chrome from a command line. I'm basically out of options.
Thanks in advance
--
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-di...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/native-client-discuss?hl=en.
| David Thanks for such a quick reply. I have started the browser several times and tried --no-sandbox with no luck. It looks like I've done everything right. There must be something I'm missing or maybe it's just the shock of the Nokia-Microsoft deal as I am a Qt developer. My work of 16 years depends on this working, so I will do everything in my power to get it working. Thanks again. Pierre Chicoine |
export PPAPI_BROWSER_DEBUG=1 # Turn on useful PPAPI plugin debugging logs.
export NACL_PLUGIN_DEBUG=1 # Turn on useful NaCl SRPC debugging logs.
export NACL_PPAPI_PROXY_DEBUG=1 # Turn on PPAPI-specific logging.