robby702
Posts: 1
Joined: Tue Apr 30, 2024 10:21 am

Unable to create a build when in trial mode

Works as expected:
1. Create new project in "simple" mode
2. Add a text document to the files
3. Save project
4. Build a single MSI
Result:
The build is created.

Unexpected result:
1. Create new project in "architect" mode
2. Accept entering trial mode
3. Add a text document to the files
4. Save project
5. Build single MSI
Result:
The following message appears: "The application ran into a problem that it couldn't handle. Sorry for the inconvenience."

With the following details:
[EXCEPTION_UNHANDLED] (0xe06d7363) at address [0x76b998b2]

Advanced Installer 21.7 build 14e4fceb
*** Stack Trace (x86) ***

[0x76b998b2] RaiseException()
[0x65417e86] CxxThrowException()
[0x006aadf8] -----
[0x0206d6c7] -----
[0x02049673] -----
[0x0204af21] -----
[0x02050e83] -----
[0x02078de1] -----
[0x02075ccb] -----
[0x00070000] MODULE_BASE_ADDRESS

Closing this error will close the project and no build is created. I saw similar error messages on this board but none of them seemed to be the same issue as mine. Is this intended behaviour for trail mode and the error message is just tripping me up?
Catalin
Posts: 6661
Joined: Wed Jun 13, 2018 7:49 am

Re: Unable to create a build when in trial mode

Hello and welcome to our forums,

Please note I have replied to you over the email.

It looks like this is indeed a bug on our end that we will take care of. :)

Thank you for bringing this to our attention!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Bogdan
Posts: 2792
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Unable to create a build when in trial mode

Hi,

UPDATE - this is a bug introduced by a recent WinUI update in Advanced Installer.

We are working on a release to fix this right now. Until then you can still build your trial projects from our command line or using our Visual Studio integration.

Code: Select all

<install folder>advancedinstaller.com /build <your project path>
You can also contact us via email at support at advancedinstaller dot com and request a temporary license key. Registering your trial version with this key will avoid the bug.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Catalin
Posts: 6661
Joined: Wed Jun 13, 2018 7:49 am

Re: Unable to create a build when in trial mode

Hello everyone,

If you are facing this, another easy workaround would be setting the following registry entry: HKEY_CURRENT_USER\Software\Caphyon\Advanced Installer\Settings --> UseHtmlSmallHelpPage set to "1".
Workaround.png
Workaround.png (216.02 KiB) Viewed 387 times

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Daniel
Posts: 8239
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Unable to create a build when in trial mode

Hi,

This issue was fixed in version 21.7.1 of Advanced Installer released on April 30, 2024.

Let us know if you still have further issues when using the above release.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”