Jump to content
Registration disabled at the moment Read more... ×
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?

  • Like 1

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×