Friday, February 27, 2015

Delphi: Access violation in module 'bindcomp210.bpl'


I keep getting an "Access violation at address 1204F872 in module 'bindcomp210.bpl'. Read of address 1423C764" message during Delphi startup.

After poking around I have found the solution: delete the
"Project" and/or "SaveFileDirectory" keys in [HKEY_CURRENT_USER\Software\Embarcadero\BDS\15.0\Session]


2 comments:

  1. This only hides the symptom. The error comes right back with an access of address 0 in modules bds.exe as soon as you open the project.

    ReplyDelete
    Replies
    1. Sorry. It worked for me :(
      Delphi XE7 IDE is as unstable as Delphi 2005.
      Actually the only stable versions I encountered were Delphi 7 and Delphi XE.

      Delete