cnpack / cnvcl

CnPack VCL Components

Home Page:http://www.cnpack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCnAAFadeText random EOutOfResources Exception

chicknsoup opened this issue · comments

I'm having random AV when using the TCnAAFadeText component.
Here is the stack trace:

exception class : EOutOfResources
exception message : The parameter is incorrect.

main thread ($dc8c):
005ac0b7 +077 MService.exe Vcl.Graphics GDIError
005ac0f3 +007 MService.exe Vcl.Graphics GDICheck
005b161f +0a7 MService.exe Vcl.Graphics CopyBitmap
005b20cf +063 MService.exe Vcl.Graphics TBitmap.CopyImage
005b428b +04b MService.exe Vcl.Graphics TBitmap.SetSize
005b3acf +00b MService.exe Vcl.Graphics TBitmap.SetHeight
00d51d8c +0bc MService.exe CnAAFont 1356 +10 TCnAAMask.DrawMaskEx
00d523ab +033 MService.exe CnAAFont 1462 +1 TCnAAMask.DrawMask
00d54ef6 +116 MService.exe CnAAFont 2521 +31 TCnAAFontEx.TextOutput
00d5a18a +29e MService.exe CnAACtrls 2296 +40 TCnAAFadeText.DrawFadeBmp
00d5a5b0 +05c MService.exe CnAACtrls 2390 +7 TCnAAFadeText.PaintCanvas
00d58373 +06f MService.exe CnAAFont 3994 +14 TCnAAGraphicControl.Paint
00d5a79b +02b MService.exe CnAACtrls 2436 +4 TCnAAFadeText.SetFadeProgress
00d5a547 +0db MService.exe CnAACtrls 2378 +9 TCnAAFadeText.OnFadeTimer
0066057b +00f MService.exe Vcl.ExtCtrls TTimer.Timer
0066045b +02b MService.exe Vcl.ExtCtrls TTimer.WndProc
005490d0 +014 MService.exe System.Classes StdWndProc

Which version of Delphi?

I'm using Delphi 11 (Embarcadero® Delphi 11 Version 28.0.44500.8973) on Windows 11.

Any update on this?