alogrep 0 Posted July 9 The IDE keeps freezeng. The event viewer show this erros (repeatedly) Faulting application name: DelphiLSP.exe, version: 29.0.55362.2017, time stamp: 0x67bf9abb Faulting module name: dcc32290.dll, version: 29.0.55362.2017, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x00163819 Faulting process id: 0x2638 Faulting application start time: 0x01dbf12428349f04 Faulting application path: C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\DelphiLSP.exe Faulting module path: C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\dcc32290.dll Report Id: c7279363-c4a3-4237-9b9b-6af86a9eca33 Faulting package full name: Faulting package-relative application ID: I am going razy. What can be done to eliminate this error? Submitting reports is of no help, they never answer them. Share this post Link to post
Lajos Juhász 323 Posted July 10 You should try these steps to report the bug using the e-mail to protect the source code you are working on: https://docwiki.embarcadero.com/RADStudio/Athens/en/Troubleshooting:_Delphi_LSP. Share this post Link to post
acranton 0 Posted Monday at 04:13 PM I have this same error, happening constantly, often triggered by right click in the project details pane and the IDE hangs Share this post Link to post
alogrep 0 Posted Monday at 07:12 PM I removed all paths from the IDE library (and Project search path) that where "suspiciouis" or non existing. The problem seems to have gone. Share this post Link to post
Bruce Eglington 1 Posted Tuesday at 05:45 AM How did you manage to remove paths from the IDE library? I have a similar problem but the IDE freezes during loading of a project so I can never access the project search path Share this post Link to post
Frédéric 0 Posted Tuesday at 07:58 AM IDE library paths can be adjusted without having a project loaded. If your project loads automatically you can start the IDE with the -np flag. If the paths are coming from the project itself, you need perhaps to edit the project file manually ? Share this post Link to post
Rollo62 592 Posted Thursday at 05:50 PM Perhaps Uses KillLSP is still the way to go? https://www.delphipraxis.net/1512626-post2.html Share this post Link to post