bswift 0 Posted April 2, 2023 (edited) 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 April 2, 2023 by bswift Share this post Link to post
programmerdelphi2k 237 Posted April 2, 2023 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? 1 Share this post Link to post
bswift 0 Posted April 2, 2023 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