apajovejohn
Posts: 19
Joined: Tue Dec 18, 2018 6:11 pm

Suddenly cannot build with Error calling MSI API: 1627 Method: MsiDatabaseImport Table: ControlEvent. Extended Error: 1:

I've been successfully building this project for years, but suddenly I'm getting:

[SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at address [0x00a55ee6]

Advanced Installer 16.1 build c9c5c0c9
*** Stack Trace (x86) ***

[0x00a55ee6] -----
[0x01167096] -----
[0x01162bda] -----
[0x01160173] -----
[0x0115fe57] -----
[0x004c0000] MODULE_BASE_ADDRESS

Can't see any duplicate rows in the table editor for ControlEvents.
Attachments
apajovejohnControlEventError.zip
(129.53 KiB) Downloaded 179 times
Catalin
Posts: 6582
Joined: Wed Jun 13, 2018 7:49 am

Re: Suddenly cannot build with Error calling MSI API: 1627 Method: MsiDatabaseImport Table: ControlEvent. Extended Error

Hello,

Thank you for the provided project file.

I've had a look over it and I was able to find the duplicated rows.

You can see&remove the duplicated events in "Dialogs" page:

- under "Maintenance" --> "CustomizeDlg" dialog --> "Init Events" + "Back" button + "Next" button (all 3 contain duplicated events)

- under "Patch" --> "PathWelcomeDlg" dialog --> "Init Events" tab + "Next" button (both have duplicated events)

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”