error

Delphi bug: Exception EAccessViolation in module rtl210.bpl at 00016A9C [SOLVED]

I keep getting this error at Delphi shut down: Application Error – Exception EAccessViolation in module rtl210.bpl at 00016A9C. Access violation at address 50066A9C in module ‘rtl210.bpl’. Read of address 06152AF8. Solution 1: The problem is fixed by restoring this registry key to its original state: [HKEY_CURRENT_USERSoftwareEmbarcaderoBDS15.0Known IDE Packages] Here is the pristine value for […]

Delphi bug: Exception EAccessViolation in module rtl210.bpl at 00016A9C [SOLVED] Read More »

How to solve the “Cannot load a form that has itself as ancestor” error in Delphi

How to solve the “Cannot load a form that has itself as ancestor” error in Delphi This is how a new/empty project should look like: uses Forms, Unit1 in ‘Unit1.pas’ {Form1}; And this how your project probably looks like: uses Forms, Unit1 in ‘Unit1.pas’ {Form}; I spent on hour to find the well hidden culprit.

How to solve the “Cannot load a form that has itself as ancestor” error in Delphi Read More »

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error)

I hate Google Drive. It is haunted by too many bugs.  Recently my GDrive application started showing a “primary key must be unique” error message, asking me to disconnect the drive and start all over again. I did that. Took few hours to resynchronize it all. But the next day I got the same error

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error) Read More »

Scroll to Top