Page 1 of 1

TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Posted: Tue Jul 07, 2020 8:23 am
by Malcolm
Is it just me or can others see these issues?

Using the Expert to Save Project (as .SIB) raises an AV in coreide270.bpl
Using the Expert to Load Project raises an AV in vcl270.bpl

These are not TsiLang AVs. There are several QP reports about similar AVs and I can't believe that Embarcadero have not managed to release a Patch fixing them by now.

Re: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Posted: Tue Jul 07, 2020 8:37 am
by isiticov
Yes, there are such problems in IDE, at least I've discovered and reported similar problem to QP. It is even reproducible if you just open project with a lot of forms and then open ALL forms in IDE, after that just try to use menu File | Close All and the AV will appear. Anyway, as a workaround till they fix this you can try the following:
1. Open ALL forms of project in IDE.
2. Then use TsiLang Expert to Save or Load project.
3. Save project (if Load was used).
In this scenario in most cases AV doesn't appear while Save\Load action. But might appear when you close the project. :)

Re: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Posted: Tue Jul 07, 2020 10:23 am
by Malcolm
Thanks for the confirmation.
Yes, trying to use the Code Editor on any TStrings component gives an AV.

Re: TsiLang Expert 7.8.2 raising AVs in Delphi 10.4

Posted: Sat Jul 18, 2020 8:32 am
by Malcolm
Seems to be fixed by EMB's Patch2.
(But not all/some of the other AVs in the Delphi IDE)