TigerLilly 16 Posted January 10, 2023 - manually rebuild latest GExperts - Start D11.1 - show GExperts config dialog + close with ok - in the Delphi code editor click right mouse for popup menu --> there is a bit of delay and then Delphi exits without any message or error tx! Share this post Link to post
baka0815 12 Posted January 10, 2023 (edited) Doing this with the latest GExperts release (1..3.21#3833 with Delphi 11.2) I'm getting the following message, but Delphi "survives" this: Edited January 10, 2023 by baka0815 Share this post Link to post
Ian Branch 127 Posted January 10, 2023 D11.2 - I don't get the error message but Delphi falls over.. 😞 Share this post Link to post
dummzeuch 1505 Posted January 11, 2023 Check whether the two editor experts "Goto Previous Modification" and "Goto Next Modification" are enabled. If they are, disable them and see whether the problem goes away. And please report the result. Share this post Link to post
dummzeuch 1505 Posted January 11, 2023 Alternatively update to the current sources, compile a new DLL and try again. I just commented out these experts. They are more trouble than they are worth. 1 Share this post Link to post
baka0815 12 Posted January 11, 2023 I can confirm that deactivating both experts the error goes away. If I then reactivate either of them the error returns. 1 Share this post Link to post
baka0815 12 Posted January 11, 2023 (edited) Is the problem in the following Procedure? procedure TGotoModificationBaseExpert.InstallPopupHook(_pm: TPopupMenu); I think it's calling itself somewhere down the line of popup hooks and that causes the stack overflow because it's recursively called. Edit: Yes, it seems to be the popup hook. Edited January 11, 2023 by baka0815 Share this post Link to post