#1 2015-06-17 14:34:53

docme
Member
Registered: 2014-03-07
Posts: 9

Delphi2007 [Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error

In Delphi 2007 (Version 11.0.2902.10471) IDE, I'm getting an IDE error when using relatively new (1 day old download of) synlog.pas from mORMot_and_Open_Source_friends_2015-06-16_112651_4986fea04f.
If I comment out the {$STACKFRAMES OFF} with '//', then it doesn't keep repeating '[Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error: AV06419F0F-W0000001C-1' in the build messages view.
Not sure if this causes issues I don't know about.

Offline

#2 2015-06-17 14:49:47

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,239
Website

Re: Delphi2007 [Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error

I just tried to compile with Delphi 2007, and no problem on my side.
But I only tested the command line compiler, not the full IDE.

Commenting out Stackframes off may not be an issue.

Offline

#3 2015-06-17 18:12:37

docme
Member
Registered: 2014-03-07
Posts: 9

Re: Delphi2007 [Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error

Yes, that's true.  Sorry, I didn't state in my original post that it compiles fine.  It's just the IDE gives that error and as a result some of the IDE assist features do not work so I had to figure out some sort of workaround or I'm stuck with a lot of asynchronous event driven code to debug and no help from the IDE.  I will most likely forget to uncomment the line when compiling for test or live.  I'm guessing if I moved that {$STACKFRAMES ON} section to the end of the unit just before the initialization section, it would be less of an issue.

Last edited by docme (2015-06-17 18:22:42)

Offline

#4 2015-06-17 19:56:34

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,239
Website

Re: Delphi2007 [Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error

Sounds like an Access Violation within the IDE itself.

Did you install the Andy's IDE fix pack? I guess it may help.

Offline

#5 2015-06-18 07:18:28

docme
Member
Registered: 2014-03-07
Posts: 9

Re: Delphi2007 [Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error

Found it, installed it and seems the problem has gone.  Thanks.
I see there are a bunch of IDE fixes there on Andy's website.
So I installed the others too.  My c:\installs\fixesforDelphi directory is getting full.
Not sure now about the vclfixpack.pas whether it conflicts with syncommons.pas and whether it should go before or after it in uses clause.

Offline

Board footer

Powered by FluxBB