I have followed online tutorial, http://code.google.com/chrome/nativeclient/docs/tutorial.html and have Chrome 10 installed on Ubuntu 10.04. However, I am getting this error, when trying examples.

For demo helloworld c, it get stuck in LOADING.

For demo GetURL, it throws 'exception: TypeError: Cannot call method 'getUrl' of null'

For demo PIGenerator, it's missing plug-in.

Any ideas what this is about. Thanks

link|improve this question

What OS are you running? – Mohamed Mansour Mar 16 '11 at 12:31
it's ubuntu 10.4 – Richard Mar 16 '11 at 16:01
feedback

1 Answer

up vote 1 down vote accepted

Since you have Chrome 10 on Linux, it is known not to work. This has been fixed in version 11. More information regarding that in this bug tracker.

http://code.google.com/p/nativeclient/issues/detail?id=1416

and

https://groups.google.com/group/native-client-discuss

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.