Skip to content

Instantly share code, notes, and snippets.

@ENAML
Created July 19, 2017 07:12
Show Gist options
  • Save ENAML/7b132f1ccec4c5eabf4e3c3d4b05d009 to your computer and use it in GitHub Desktop.
Save ENAML/7b132f1ccec4c5eabf4e3c3d4b05d009 to your computer and use it in GitHub Desktop.
emscripten-openframeworks-3DPrimitivesExample-emrun-error
➜ 3DPrimitivesExample emrun --browser chrome bin/3DPrimitivesExample.html
Executing /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --incognito --enable-nacl --enable-pnacl --disable-restore-session-state --enable-webgl --no-default-browser-check --no-first-run --allow-file-access-from-files http://localhost:6931/3DPrimitivesExample.html
[14682:36355:0719/031111.215804:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.
-1
missing function: _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc
-1
warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling
exception thrown: abort(-1) at Error
at jsStackTrace (http://localhost:6931/3DPrimitivesExample.js:1:23490)
at stackTrace (http://localhost:6931/3DPrimitivesExample.js:1:23661)
at abort (http://localhost:6931/3DPrimitivesExample.js:36:168640)
at __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (http://localhost:6931/3DPrimitivesExample.js:1:279211)
at NHb (http://localhost:6931/3DPrimitivesExample.js:16:36223)
at Yca (http://localhost:6931/3DPrimitivesExample.js:14:80321)
at Wca (http://localhost:6931/3DPrimitivesExample.js:14:79986)
at Fda (http://localhost:6931/3DPrimitivesExample.js:14:108386)
at Object.Vf [as _main] (http://localhost:6931/3DPrimitivesExample.js:5:268)
at Object.callMain (http://localhost:6931/3DPrimitivesExample.js:36:166989)
If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment