| Summary: | Version of zlib1.dll included with SDL_ttf out-of-sync with version built with SDL_image | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Joe LeVeque <joeleveque> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | |
| Version: | 2.0.8 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
|
Description
Joe LeVeque
2017-12-26 20:23:55 UTC
I just ran into the exact same problem but with 2.0.7 when building for Windows using mingw. Since "i" (SDL2_image) comes before "t" (SDL2_ttf) in the alphabet, I overwrote SDL2_image's zlib1.dll when copying files. To make things more unfortunate, the inflateValidate error does not show up when testing with Wine. (Which meant my content provider started caching a ZIP with an invalid zlib1.dll to users, and now I'll be shipping an incorrect zlib1.dll for the next day or so.) |