How to fix the LMDPNGImageList error?
After upgrading RAD11.2 with LMD2022, we got following messages at run-time.
It worked fine in previous versions. (LMD 2020 in RAD10.4.1)
1. Debugger Exception Notification : raised exception class EPNGUnknownCriticalChunk with message 'This "Portable Network Graphics" image contains an unknown critical part which could not bo decoded.'.
2. Debugger Exception Notification : raised exception class EReadError with message 'Error reading LMDPNGImageList1.Bitmap:this "Portable Network Graphics" image contains an unknown critical part which could not bo decoded.'.
It looks like it's conflicting with PNG images in RAD11.2.
How to fix it?
Comments