-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
"example_emscripten_opengl3" for Windows #4731
Comments
Looks like emscripten issue to me. Try asking at https://github.com/emscripten-core/emsdk |
I just confirmed that https://github.com/emscripten-ports/SDL2/archive/version_24.zip does seem to have the correct hash:
Perhaps there was some intermittent network issue. Can you try again? |
Same error. What cache-item etc. do I have to delete to fix this? |
The only thing that could cause this might be if github is actually serving different bytes to you when you request https://github.com/emscripten-ports/SDL2/archive/version_24.zip. None of our CI system which all download this file, nor my local machine, see anything different. What do you see when you download that file locally and run sha512sum on it? |
Same as you AFAICS:
My |
I tried a |
Version/Branch of Dear ImGui:
Version: v1.86 WIP, IMGUI_VERSION_NUM = 18510.
Branch: master from today.
Back-end/Renderer/Compiler/OS
Back-ends:
imgui_impl_opengl3.cpp
.Compiler: Emscripten em++ ver 2.0.34.
Operating System: Win-10.
My Issue/Question:
Having just installed Emscripten ver. 2.0.34, I'd like to use
examples/example_emscripten_opengl3/Makefile
totest it. But there is an issue with SDL2:
I did run
emsdk.bat update
. So what should I do about this? How/where do Iupdate the hash.
?For reference, the
em++ --version
output:And doing a
set EMCC_DEBUG=1
first, I can see whatem++
is trying to do,make
:Trying a
wget https://github.com/emscripten-ports/SDL2/archive/version_24.zip
it download just fine.But I've no idea how to unpack that into Emscripten's directory.
Looks very related to this Github token issue.
BTW. Trying the other emscripten
example/example_emscripten_wgpu/Makefile
, it does generates aweb/index.js
andweb/index.wasm
.The text was updated successfully, but these errors were encountered: