-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten troubles "GET /installHook.js.map HTTP/1.1" 404 -" #8219
Comments
@Jonathhhan - could you take a look at this? |
@ofTheo I will take a look and give it a try (but cannot promise to solve it). Some months ago I had a similar issue and I could not solve it, too. It was also compiling, but not running (not sure about the exact error anymore). Thats because of my lack in knowledge about web technologies... At least I will try and post the error message I get. |
Is there a build and emscripten version we know works? |
@stanybebe yes (almost). 3.1.50 and OF Nightly should work: https://forum.openframeworks.cc/t/emscripten-on-osx-not-working-for-me/28911/13 |
hm now getting a new error " GLctx is not defined" on build Uncaught TypeError: GLctx is undefined |
really struggling with this one, no matter what emscripten flags or version and making sure i remove all previous objs, i cannot get past
|
it seems the same function addressed in #8212 |
@ofTheo I tried the latest OF / Emscripten and it is failing for me, too (same error as yours). |
Hey there sweet people! I am having trouble with this tutorial here :
https://openframeworks.cc/setup/emscripten/
i have downloaded the nightly builds v0.12.0 and also I am using the newest build of emscripten SDK version '3.1.72'
also
node-20.18.0-64bit
python-3.9.2-64bit
and I can build my project and it creates the em folder but on load i keep getting this error i cannot find anything about online which i guess was supposed to have been generated:
"GET /installHook.js.map HTTP/1.1" 404 -
"GET /index.wasm.map HTTP/1.1" 404 -
the headers in emscripten make file "CXX = -gsource-map" only create the
index.wasm.map. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: