| Summary: | repeat a bug of loadKeyboardLayout() | ||
|---|---|---|---|
| Product: | SDL | Reporter: | cznc <gongzuozheng163> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | bombasticbryan, gongzuozheng163 |
| Version: | 1.2.13 | Keywords: | target-1.2.14 |
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14. Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla). --ryan. Are you still seeing the issue with SDL from subversion? http://www.libsdl.org/tmp/SDL-1.2.zip No response from the customer, I'm closing this for now. Please reopen this as a 1.3 bug if it's an issue there. |
Hi, One of my project uses SDL-1.2.13. It is often sticked at DIB_InitOSKeymap (this=0x186f23d0) ./src/video/windib/SDL_dibevents.c:284 287 hLayoutUS = LoadKeyboardLayout("00000409", KLF_NOTELLSHELL); with 99% cpu occupation, entering from SDL_Init(SDL_INIT_VIDEO). But when some examples code almose all works well. It runs at gdb on cygwin(print This GDB was configured as "i686-pc-cygwin"), windows 2000 sp4 , what more on windowsXp which works before reinstalled.