Recent

Author Topic: Internal error 200611031  (Read 17175 times)

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: Internal error 200611031
« Reply #30 on: August 19, 2018, 11:34:05 am »
I sometimes get this, always here:
win32wsmenus.pp(253,1) Error: Internal error 200611031

Only a clean rebuild helps unfortunately.

Bart

Soner

  • Sr. Member
  • ****
  • Posts: 305
Re: Internal error 200611031
« Reply #31 on: April 21, 2019, 06:48:58 pm »
I sometimes get this, always here:
win32wsmenus.pp(253,1) Error: Internal error 200611031

Only a clean rebuild helps unfortunately.

Bart
Also I get this error there, I made this:
Code: Pascal  [Select][+][-]
  1.   if AMenuItem.ShortCut <> scNone then
  2.     Result := Result + Spacing + MenuItemShortCut(AMenuItem);
  3.  
to this:
Code: Pascal  [Select][+][-]
  1.   if AMenuItem.ShortCut <> scNone then Result := Result + Spacing + MenuItemShortCut(AMenuItem);
  2.  
Then the error is gone.

Here is my topic with this error:
https://forum.lazarus.freepascal.org/index.php/topic,45133.0.html

hubblec4

  • New Member
  • *
  • Posts: 25
Re: Internal error 200611031
« Reply #32 on: August 25, 2022, 01:32:35 am »
Hello all,
I got the same issue for a while now (but with 3 lines).
It does not want to compile showing that error.
The workaround is to add and then delete a line for example (anywhere in the code and because 3 lines show the error, I have to do this 3 times), then it compiles correctly...
Very weird bug.
Cleaning all and installing again lazarus makes it work for some time, then it starts again to show that error...


Many thanks for this info.
I had also this error and I have installed many times all from scratch. But no luck, the error occurs again.

I use Lazarus 2.2.0 x64 on Win7.

After add a new line and delete them, all works fine.

 

TinyPortal © 2005-2018