Opened 7 years ago
Closed 5 years ago
#10434 closed defect (worksforme)
sword25: ERROR: IDAT: chunk data is too large!
Reported by: | enderandrew | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Sword25 |
Version: | Keywords: | ||
Cc: | Game: | Broken Sword 2.5 |
Description
- ScummVM 2.1.0git898-gc5981a1fad
- English
- Windows 10 x64
I can launch the game, start a new game, play the opening movie and start the game itself. But if I go into the in game options, it brings up the debugger with the message of:
ERROR: IDAT: chunk data is too large!
Change History (4)
comment:1 by , 7 years ago
comment:2 by , 6 years ago
I searched the scummvm source code and could not find that error string or subparts, so I suspected that it was coming from a required library.
Some searching has shown that this is an error from libpng:
https://sourceforge.net/p/libpng/bugs/270/
comment:3 by , 6 years ago
I would suspect from the git postfix that this is either on a daily / nightly build or on a self-compiled build, so we may need to update the buildbot Win32 toolchain with the latest libpng v1.6.35:
https://en.wikipedia.org/wiki/Libpng
comment:4 by , 5 years ago
Owner: | set to |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
I can reproduce this on windows, but not linux.