cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
891 stars 114 forks source link

Crash in the Doom campaign related to new hex tiles #435

Closed ghost closed 8 years ago

ghost commented 8 years ago

For both, trying to play and opening with editor I get

Cannot load non-32-bit image: Success Only 32-bit depth images supported (tile/hex/shadow) Cannot load non-32-bit image: Success Only 32-bit depth images supported (tile/hex/alt1) Cannot load non-32-bit image: Success Only 32-bit depth images supported (tile/hex/alt2) Cannot load non-32-bit image: Success Only 32-bit depth images supported (tile/hex/normal)

followed by a crash as

cdogs-sdl-editor: /pathtoit/cdogs-sdl/src/cdogs/pic_manager.c:961: PicManagerGenerateMaskedPic: Assertion 'original != ((void *)0)' failed

cxong commented 8 years ago

Thanks for raising :+1: