rmilani / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

NaCl's onload not fired #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run httpd following instructions in step 1 at 
http://code.google.com/chrome/nativeclient/docs/tutorial.html
2. Run an example - hello_world_c
3. Check Status

What is the expected output? What do you see instead?
Status shall be 'Success', instead it remains 'Loading...' forever. Also, as 
the variable 'helloWorldModule' is not initialized, "Call fortyTwo()" etc 
return an error - "Cannot call method 'fortyTwo' of null".

What version of the product are you using? On what operating system?
I am getting the same problem on Chrome 10.0.648.151 and Chromium 10.0.648.133 
(77742). My OS is Ubuntu 10.10.

Please provide any additional information below.
embed's onload handler is not firing. I tried calling the "moduleDidLoad()" 
function explicitly, but then got the error mentioned at 
http://code.google.com/p/nativeclient-sdk/issues/detail?id=18

Original issue reported on code.google.com by nipunseh...@gmail.com on 20 Mar 2011 at 7:42

GoogleCodeExporter commented 9 years ago
EDIT: In addition, I have this issue: 
http://code.google.com/p/chromium/issues/detail?id=71454

Does it mean that nacl modules are not being loaded in the first place?

Original comment by nipunseh...@gmail.com on 20 Mar 2011 at 11:07

GoogleCodeExporter commented 9 years ago
Cleaning out old bugs.

Original comment by dsprin...@google.com on 2 Aug 2011 at 5:36