OLD | NEW |
1 ########################## | 1 ########################## |
2 Frequently Asked Questions | 2 Frequently Asked Questions |
3 ########################## | 3 ########################## |
4 | 4 |
5 .. contents:: | 5 .. contents:: |
6 :local: | 6 :local: |
7 :backlinks: none | 7 :backlinks: none |
8 :depth: 2 | 8 :depth: 2 |
9 | 9 |
10 This document answers some frequently asked questions about Native | 10 This document answers some frequently asked questions about Native |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 | 506 |
507 .. _faq_troubleshooting: | 507 .. _faq_troubleshooting: |
508 | 508 |
509 Troubleshooting | 509 Troubleshooting |
510 =============== | 510 =============== |
511 | 511 |
512 My ``.pexe`` isn't loading, help! | 512 My ``.pexe`` isn't loading, help! |
513 --------------------------------- | 513 --------------------------------- |
514 | 514 |
515 * You must use Google Chrome version 31 or greater for Portable Native | 515 * You must use Google Chrome version 31 or greater for Portable Native |
516 Client. Make sure you have Portable Native Client installed in | 516 Client. Please `upgrade now <http://www.google.com/chrome/>`_ if you are |
517 ``about:nacl``; if not open ``about:components`` and "Check for | 517 not. If you're already using a recent version, open ``about:components`` and |
518 update" for PNaCl. | 518 "Check for update" for PNaCl. Find your version of chrome by openning |
519 * PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher (earlier | 519 ``about:chrome``. |
520 SDK versions had experimental support for PNaCl, now deprecated). | 520 * A PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher. :ref:`Update |
| 521 your bundles <updating-bundles>` and make sure you're using a version of |
| 522 Chrome that matches the SDK version. |
521 * Your application can verify that Portable Native Client is supported | 523 * Your application can verify that Portable Native Client is supported |
522 in JavaScript with ``navigator.mimeTypes['application/x-pnacl'] !== | 524 in JavaScript with ``navigator.mimeTypes['application/x-pnacl'] !== |
523 undefined``. This is preferred over checking the Chrome version. | 525 undefined``. This is preferred over checking the Chrome version. |
524 | 526 |
525 My ``.nexe`` files never finish loading. What gives? | 527 My ``.nexe`` files never finish loading. What gives? |
526 ---------------------------------------------------- | 528 ---------------------------------------------------- |
527 | 529 |
528 Here are ways to resolve some common problems that can prevent loading: | 530 Here are ways to resolve some common problems that can prevent loading: |
529 | 531 |
530 * You must use Google Chrome version 14 or greater for Native Client. | 532 * You must use Google Chrome version 14 or greater for Native Client. |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators
.html | 571 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators
.html |
570 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html | 572 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html |
571 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss | 573 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss |
572 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html | 574 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html |
573 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ | 575 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ |
574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c | 576 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c |
575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html | 577 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html |
576 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html | 578 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html |
577 .. _naclports: https://code.google.com/p/naclports | 579 .. _naclports: https://code.google.com/p/naclports |
578 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing | 580 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing |
OLD | NEW |