-
Notifications
You must be signed in to change notification settings - Fork 189
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
SEGMENTATION FAULT with IMG_Load_RW in SDL2 #424
Comments
Do you have the source code for SDL_image and SDL that is being used? Those line numbers don't correspond to the latest release. |
Our project is made with emscripten version 3.1.47 where SDL2 as port is used and I can't say what version is ported there. Actually I don't know right now how to do it. |
@slouken I've found what SDL version is used in my project. It's 2.24.2 for SDL and 6.0 for SDL2_image |
@slouken Sam any ideas??? |
Get into segmentation fault while running the project in mix with SDL2 & Wasm Workers.
Segfault appears at SDL2 method IMG_Load_RW execution but can't understand why.
Version of emscripten/emsdk:
Uncaught RuntimeError: Aborted(segmentation fault)
user callback triggered after runtime exited or application aborted. Ignoring.
CMakeLists.txt config
Source code
The text was updated successfully, but these errors were encountered: