'Support' wrote:
Hello again! Could you make a demo-app with the error, please? (I can't repeat the error in my test-app)
What version of Delphi do you uses?
Hi,
you are right, I am no able to reproduce the erro in simple application. More over, when I completely deleted all DCUs of my application, the error appears again with completely different picture.
Call stack always look like this
Code:
TLZ77Decoder.Decode($218279E,$218268C,132,65)
TPNGGraphic.ReadRow($218268C,1637464)
TPNGGraphic.LoadIDAT((no value))
TPNGGraphic.LoadFromStream($2138494)
LoadBmpFromPngStream($214C510,???)
TsAlphaImageList.GenerateStdList
TsAlphaImageList.Loaded
error appears on Row 8 of 16×16 PNG image, function Inflate in TLZ77Decoder.Decode returns -3.
I am using Delphi 7.1 on Windows 8.1 64bit.
Pavel