Unable to Open DataModule after 6.3.11 install

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Unable to Open DataModule after 6.3.11 install

Post by FredS » Mon 25 Apr 2016 15:59

Error creating form: Access violation at address 1DFFE7B9 in module 'dac230.bpl'. Read of address 000000A4.
EDIT:
After some testing and removing TUniEncryptor from the DFM the error stopped:

Code: Select all

  object UserGroupNameEncryptor: TUniEncryptor
    Left = 408
    Top = 384
  end
Dropping a new TUniEncryptor allowed the project to be saved and reloaded, at least until I used SVN Merge to re-link the datasets with the UniEncryptor.

Code: Select all

Encryption.Encryptor = UserGroupNameEncryptor

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Unable to Open DataModule after 6.3.11 install

Post by azyk » Wed 27 Apr 2016 12:40

Thank you for the information. We have reproduced and fixed this issue. We will try to upload the new UniDAC version with this fix tomorrow.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unable to Open DataModule after 6.3.11 install

Post by AlexP » Fri 29 Apr 2016 10:27

Hello,

The new version with this fix is already available for download at our website

Post Reply