Hello,
Found a BUG…
Rises EAccessViolation when gets message CM_WININICHANGE…
I notice this behavior while install update for Visual Studio.
Application was run under RAD Studio 10.3 (in Release config), and minimized,
get EAccessViolation many times… so it is stable.
it is here: sSkinProvider.pas (TsSkinProvider.NewWndProc())
CM_WININICHANGE: begin
OldWndProc(Message);
if BorderForm <> nil then
BorderForm.UpdateExBordersPos;
end;
I can’t insert screenshots, so just attach.
bug4.png – Restart Application in Debug config, click on break when rises exception.
Hopes this can help to fix it.
Attachments:
You must be
logged in to view attached files.