KenR 29 Posted November 19, 2021 This happens when selecting some code and right-mouse clicking on it to invoke the menu or when doing so and clicking on the main search menu. This only seems to happen in very large projects. Also happens in Delphi 11. Has anyone else experienced this or knows a work around as it is driving me crazy? Share this post Link to post
Lajos Juhász 293 Posted November 19, 2021 I don't use that so no idea. Tried for fun in Delphi 11 to select an instance and hit Search - Find class first time I got: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Share this post Link to post
KenR 29 Posted November 19, 2021 I guess I'll have to stop using it too but more than 30 years of ingrained habit to overcome! Share this post Link to post
David Hoyle 68 Posted November 19, 2021 Do you have a a plain Delphi installation or do you have any IDE Experts installed? You could try using the -rNewRegPoint command line to BDS.exe to see of any extra packages/DLL are causing this. Share this post Link to post
KenR 29 Posted November 19, 2021 I do have EurekaLog IDE Expert installed but it is set to not catch IDE errors. Share this post Link to post
David Hoyle 68 Posted November 19, 2021 Enabling Eurekalog to show the error can give you a call stack if you do not get one already. We might be able to see what is causing the issue. Share this post Link to post
KenR 29 Posted November 19, 2021 Didn't work I'm afraid. Delphi just closes with no message at all. Share this post Link to post
dummzeuch 1505 Posted November 19, 2021 You could use the IDE to debug a second instance of it. That might give you a call stack and a hint what causes the problem. Just don't do what causes the crash in the first instance. Share this post Link to post