- cocos2d-x version: v3 branch HEAD https://github.com/cocos2d/cocos2d-x/commit/2727af8e2f13a96dbe761e005edbf1a308e46ade - devices test on: Linux - developing environments - NDK version: None - Xcode version: None - VS version: None Steps to Reproduce: 1. create a demo program generated by script 2. `cocos run -p linux` 3. run the binary, and warning shows up. This is supposed to be fixed in https://github.com/cocos2d/cocos2d-x/pull/18908. I am wondering if some new `png` files are added with bad format? **Update**: It's reverted in https://github.com/cocos2d/cocos2d-x/pull/19204 as > This commit causes come crash and unexpected texture modification.