Jump to content
emileverh

Error F2084: Internal Error: L878 in Delphi 13

Recommended Posts

Hi guys!

 

Last days I get a lot of "Error F2084: Internal Error: L878" errors in Delphi 13. Anyone has seen that also and a solution? 

 

-Emile

 

Share this post


Link to post

When these errors happen, it is often enough to do a complete rebuild of the program (at least that's my experience).

 

If not, you'll have to eliminate code one block at a time to find the one that triggers the issue and then dive down into it and see if you can do that in another way that doesn't provoke that error.

Edited by HeartWare
Grammar Fix

Share this post


Link to post
17 minutes ago, HeartWare said:

see if you can do that in another way that doesn't provoke that error.

... and file a bug report!

Share this post


Link to post

In Delphi 12 I get "F2084 Internal Error L902" all the time if I have code inlining control set to ON and it disappears when I set it to OFF.  I haven't tested D13 yet.

Share this post


Link to post
22 hours ago, A.M. Hoornweg said:

In Delphi 12 I get "F2084 Internal Error L902" all the time if I have code inlining control set to ON and it disappears when I set it to OFF.  I haven't tested D13 yet.

Yes, seems to work!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×