emileverh 28 Posted September 29 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
HeartWare 10 Posted Monday at 11:32 AM (edited) 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 Monday at 11:32 AM by HeartWare Grammar Fix Share this post Link to post
Uwe Raabe 2223 Posted Monday at 11:50 AM 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
A.M. Hoornweg 161 Posted yesterday at 09:22 AM 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
emileverh 28 Posted 2 hours ago 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