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
Electron Version:
Tested on both Latest version and 10.4.0 for the same issue
Electron Type (current, beta, nightly):
current
Target:
Windows 7 SP 1 x64
On Windows 7 SP1 x64 after doing "yarn dist", it creates "dist/name Setup 1.0.2.exe" and as soon as I install it on the same Windows 7 the application is installed and started successfully at the end but at the same time the installer creates a crash which is due to the installer, this crash is:
It doesn't do it again when I run the app directly via dist\win-unpacked.
This crash it only does on Windows 7. I tested the installer on Windows 11 and no problem.
I just put this and indeed the problem goes away. On the other hand, it's a shame because the application does not start automatically and that should, question of UX.
Do you have any idea how to solve this problem?
There must certainly be a problem behind the scenes, like for example a bad dir "C:/ ......" address and maybe this create an error
Electron-Builder Version:
22.13.1
Node Version:
14.17.1
Electron Version:
Tested on both Latest version and 10.4.0 for the same issue
Electron Type (current, beta, nightly):
current
Target:
Windows 7 SP 1 x64
On Windows 7 SP1 x64 after doing "yarn dist", it creates "dist/name Setup 1.0.2.exe" and as soon as I install it on the same Windows 7 the application is installed and started successfully at the end but at the same time the installer creates a crash which is due to the installer, this crash is:
https://www.zupimages.net/up/21/46/9tkt.jpg
It doesn't do it again when I run the app directly via dist\win-unpacked.
This crash it only does on Windows 7. I tested the installer on Windows 11 and no problem.
Where could the problem come from?
Here is the biggest part of my package.json:
Cdt
The text was updated successfully, but these errors were encountered: