| Summary: | SDL_ShowSimpleMessageBox recently causing access violation | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Anthony @ POW Games <ant> |
| Component: | *don't know* | Assignee: | Ozkan Sezer <sezeroz> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 2.0 | Keywords: | target-2.0.14 |
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
|
Description
Anthony @ POW Games
2020-12-17 16:51:31 UTC
Recent ShowMessage changes are https://hg.libsdl.org/SDL/rev/155a6d4ff25d and its follow-up https://hg.libsdl.org/SDL/rev/6044f03a6809 I tested on i686-Linux and os2, testmessage works. However, when built for windows (mingw, tried today), testmessage.exe doesn't show anything. Haven't investigated any further. Can anyone see anything wrong with those commits? (I can not..) Ozkan, can you fix this for release? Thanks! Fixed by https://hg.libsdl.org/SDL/rev/3cdaf3321596 If not, please drop a note here. Closing. Just pushed https://hg.libsdl.org/SDL/rev/9d71458fa504 Please test the tree as of this commit. I'm using VisualC project to build the DLL. it's fixed now, thank-you. |