Skip to content
⌘ NSIS Forum Archive

BGImage bug

4 posts

iceman_k#

BGImage bug

The compiled installer crashes if BGImage is destroyed in the .onInstFailed or .onInstSuccess callbacks.
Compile the attached .nsi to reproduce.
---
Cheers,
Iceman_K
iceman_k#
Interestingly, if you delete the BgImage::destroy calls from the .onInstSuccess and .onInstFailed callbacks, i.e., you don't destroy the plugin at all, the installer exits normally.
kichik#
Checking...

In the mean while I have managed to fix the border bug and waiting for Sunjammer to respond on another bug that can be caused by this fix.