Error while installing package - DataAbstract_Server_IDE_D25.bpl

Hi

We’ve facing a problem in a specific system while installing the package - DataAbstract_Server_IDE_D25.bpl

  1. While installing the specific package:

  1. While opening Delphi:

image

Config:
Windows 10
Delphi 10.2 - Tokyo
DataAbstract Version - RemObjects Data Abstract for Delphi, Server Edition - 10.0.0.1495.exe

Is there a way to fix it without reinstall everything?

We’ve already done:
a) Run - C:\Program Files (x86)\RemObjects Software\Build\install_DA.cmd
b) Reinstalling the package - but the error occur while compiling the packages…

Thank you…

Hi,

try to detect what line causes AV in uROServerIDEMenu.pas on your pc:

procedure Register;
begin
  RegisterPackageWizard(TROMenuWizard.Create);
  {$IFDEF RO_RTTI_Support}
  gNotifierIndex := (BorlandIDEServices as IOTAProjectManager).AddMenuItemCreatorNotifier(TRORodlWizard.Create);
  {$ENDIF}
end;

for this comment one line (1st or 2nd) and relaunch install_DA.cmd