xbox-client-ffmpeg icon indicating copy to clipboard operation
xbox-client-ffmpeg copied to clipboard

Windows (x64) - libpng loading issue

Open aspann opened this issue 7 years ago • 1 comments

see subject. - I'm searching for a fix...

aspann avatar Dec 11 '18 03:12 aspann

Issue is that both, sdl_ttf and sdl_image contain zlib1.dll. libpng depends on function inflateValidate of zlib1.dll.

Workaround:

  • Make sure to use zlib1.dll from sdl_image library binaries.

Solution:

  • Is this a proper fix?

UPDATE: Deleted zlib1.dll from sdl_ttf

tuxuser avatar Apr 19 '19 23:04 tuxuser