-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSIS installer crashes on Windows 10 #7921
Comments
I've also got the dump file if that is of any help? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
I can confirm that removing the System::Store calls here fixed the crashes for me - I'd submit a PR but I don't fully understand why they're necessary |
I have a similar issue with electron-builder version 24.13.3 on Windows 11. |
NSIS-installer randomly crashes for a fresh installation when installing for a single user.
Similar issues:
I was able to catch the crash in WinDBG:
And here is the actual crash:
And the stack:
Only place in the source code that calls
System::Store
can be found here:electron-builder/packages/app-builder-lib/templates/nsis/multiUser.nsh
Lines 25 to 41 in b8d6905
The text was updated successfully, but these errors were encountered: