Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Compiler/Delphi    [ Add a report in this area ]  
Report #:  106210   Status: Need Feedback
Internal error AV079B8AF0
Project:  Delphi Build #:  16.0.4504.48759
Version:    16.4 Submitted By:   Dmitry Burov
Report Type:  Minor failure / Design problem Date Reported:  6/6/2012 1:27:36 AM
Severity:    Infrequently encountered problem Last Updated: 8/6/2012 10:59:42 AM
Platform:    All versions Internal Tracking #:  
Resolution: Need More Info (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
[DCC Fatal Error] RegToIni.pas(229): F2084 Internal Error: AV079B8AF0-R00000010-0
Steps to Reproduce:
has not time to narrow it down

have to convert hundreds of source MB from Delphi 2 till 2006 to current.


Currently i am converting settings from global string vars all around the code to kinda-singleton, Class with a bunch of class functions and class methods.

The unit, that thrown this error, used that class. But i renamed one class property and instead of telling that prop not found, it spitted out internal error.
Workarounds
None
Attachment
None
Comments

Dmitry Burov at 6/6/2012 1:56:51 AM -
one more:
[DCC Fatal Error] RegToIni.pas(256): F2084 Internal Error: AV078D10A4-RFF860016-0

Triggered at line
            EraseSection(REG_KEY + '\' + RegSec);

Which i would convert to
            EraseSection(AppConfig.REG_KEY + '\' + RegSec);

And the error would disappear.


PS: it happened, that Class Completion moved class destructor into separate part of unit, so it seemed like it just did not created it. So i manually made 2nd copy of class destructor for AppConfig class.
I don't think it caount, because i did not saw the error - compilation stopped on the error above.
But it might be related.

Dmitry Burov at 6/10/2012 5:24:43 AM -
got [DCC Fatal Error] F2084 Internal Error: AV037E55DE-R012E0029-0
dunno what triggered it.
was fixed by cleaning and rebuilding of project.

the unit i was fixing was used by a component installed into the Pallette, but i don't think that shoul d cause any influence

Server Response from: ETNACODE01