| Summary: | ime_threadmgrex turns invalid if window loses focus while using COINIT_MULTITHREADED | ||
|---|---|---|---|
| Product: | SDL | Reporter: | t.eddenburg |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | xenotron007 |
| Version: | 2.0.9 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
|
Description
t.eddenburg
2018-12-16 10:01:34 UTC
The crashing code belongs to the uiless windows IME that seems to be incomplete and doesn't work. You can try to disable it by recompiling the library with either SDL_DISABLE_WINDOWS_IME defined or the following line commented out: videodata->ime_uiless = UILess_SetupSinks(videodata); |