Jump to content
alogrep

IDE freezes (DelphiLSP.exe)

Recommended Posts

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×