You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closed via 2f7fe3a. Our envp variable was MUCH MUCH longer than the maximum NSIS string length and it was causing random crashes. The issue surfaced with #1190 because it performs additional shell commands which echo this to the terminal.
This bug is reproducible with #1190 (
provision
branch checked out exactly 80a71ea) calling the following:.exe
on Windows, the installer crashesThe issue has temporarily gone away with this commit: 38e41b1. My current theory is that there's a bug with
nsExec::ExecToLog
:tray/ant/windows/windows-installer.nsi.in
Line 42 in 3c0ab94
Upstream bug report:
https://sourceforge.net/p/nsis/bugs/1301/
The text was updated successfully, but these errors were encountered: