-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Build win ia32 exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE #4629
Comments
Instead of darwin use squirrel by 'yarn add electron-builder-squirrel-windows' or 'npm install electron-builder-squirrel-windows'. Then run the build command. Hope it will work for you, it worked for me. |
I have same problem when building win x32 and x64 on mac. Only helps downgrading builder to v. 21.2.0 |
Even building on a Windows machine throws the same error |
I ran into the same problem:
Confirmed failure on 22.3.6, 22.4.0 and 22.4.1
After downgrading to 21.2.0 it seems to be stable. |
Could it be that currently ia32 is not supported for OSX < 10.15 (aka Catalina)? |
I have this issue using the wine linux docker.
|
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This is still happening. I had to downgrade to 21.2.0 to make it work. |
even after downgrading the issue still happening. |
@jontonsoup Same problem, how did you solve it? |
Forced my users to get off 32 bit windows |
Same problem when try build with vue cli ui. Also my |
Problem persists. Downgrading to 21.2.0 works for me as well. |
How do you do the downgrade procedure?If I try to do it, vue ui will always
use the last version of electron builder.
Il giorno ven 15 gen 2021 alle ore 19:37 Engin A <[email protected]>
ha scritto:
… Problem persists. Downgrading to 21.2.0 works for me as well.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4629 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMKZMURROJLC5AMZZXMY3YDS2CDPNANCNFSM4KOQ7OLQ>
.
|
Same error at |
So frustrating. |
+1 electron-builder: 22.10.5 |
I was getting same error while trying to build on Mac and the solution was to agreeing the Xcode agreement or something like that using this command:
|
"electron": "^7.1.11",
"electron-builder": "^22.3.2"
"electron-updater": "^4.2.0"
Mac 10.13.6
electron-builder --win --ia32
target: nsis
which was built for Mac OS X 10.15 ??
The text was updated successfully, but these errors were encountered: