-
-
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
Building on Windows fails with Update.com Error Code #392
Comments
Please attach |
Assuming this is the relevant part:
Apparently a blank package.json description shits the bed. I fixed that and now I get EDIT: Found it, http icons only for windows. Weird |
Weird, but it is Windows :( Reopened — must be checked on our side, not on *** Windows *** tool. |
Gotcha. Let me know how I can help!
|
We have the same issue, the strange thing is that all worked until yesterday... |
@marcopiraccini The same error in the |
Here, on Windows 7 32 bit. Yesterday it worked! 2016-05-13 04:23:04> Program: Starting Squirrel Updater: --releasify C:\app\dist\win\TestApp-0.1.6-full.nupkg --releaseDir C:\app\dist\win --loadingGif C:\app\build\loading-splash.png --no-msi |
(Indeedm the file |
@marcopiraccini As a workaround, set electron-buidler version to
What exists? Please list files. |
Under "win"? Nothing. |
Is |
@marcopiraccini Fully supported, it is just a warning. Try to set version to 3.20.0 until your issue is not fixed. |
(tried again, forgot the caret in dep, with |
@marcopiraccini Reproduced. Fix will be soon. Our test suite didn't check ia32 and error was not catched during CI run. |
Tnx very much :) |
@marcopiraccini BTW, may be you can just migrate to x64 ;)? |
I cannot, ia32 it's a requirement :( |
@develar Tested with v3.22.1, but I have the same problem :( |
Summarizing, Windows 7 ia32, using (main
...with ...then the |
(why this is not labelled as "bug"? ) |
@marcopiraccini Because this issue about "Apparently a blank package.json description shits the bed. " Please try version |
Still doesn't work on 3.26.3 |
Running
npm run dist
on windows exists with the following error:\node_modules\electron-winstaller-fixed\vendor\Update.com failed with exit code: 4294967295
npm run pack
works just fine. I'm trying to create an MSI and work towards windows autoupdating.Running the latest Windows Technical Preview, in case that matters. Tried both
@latest
and @3.11.0 suggested in #366The text was updated successfully, but these errors were encountered: