| Summary: | Emscripten_SetWindowTitle throws exception | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Caleb Cornett <spydog> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | Keywords: | target-2.0.14 |
| Version: | 2.0.13 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Attachments: | Patch for the described issue | ||
This patch is now https://hg.libsdl.org/SDL/rev/ed5f41281cb0, thanks! --ryan. |
Created attachment 4339 [details] Patch for the described issue Since Emscripten v1.38.40, the `setWindowTitle` function is a regular JS variable instead of a property of a Module object. As a result, Emscripten_SetWindowTitle cannot find the function it is looking for and throws an exception. This was recently fixed in the emscripten-ports fork, but apparently the patch was not pushed upstream. I have attached it here.