Jump to content
bswift

Access violation

Recommended Posts

Hello all,

 

Just today I have been getting this error when I start Delphi 10.4:

 

access voilation at address 5505F8F4 in Module 'rtl270.bpl'. Read of address 00000000.

 

It throws this error then quits Delphi.  Any ideas?

 

Thanks.

Edited by bswift

Share this post


Link to post

if your problem can be some component (3rd party) installed, for example, you can try see on REGISTRY in 

HKEY_CURRENT_USER\Software\Embarcadero\BDS\<<NN.0>>\Known IDE Packages

HKEY_CURRENT_USER\Software\Embarcadero\BDS\<<NN.0>>\Known Packages

 

and delete the line where any package non-RAD and try run again... if the problem is here, just try recompile/reinstall the problematic package (3rd party component)

you see?

Share this post


Link to post

Hello programmerdelphi2k...you were right!

I deleted the entries of components I had written myself and Delphi started right up.  I recompiled my bpl's and reinstalled them with no problem.

You are awesome!

 

Thanks...

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

×