Electron-packager: Socket hang up while building win32 x64 distribution on OSX machine

Created on 21 Sep 2015  路  9Comments  路  Source: electron/electron-packager

electron version = 0.29.2
Full command:
electron-packager . sberko --out=distr/sber --platform=win32 --arch=x64 --version=0.29.2 --icon=assets/icon.ico --overwrite --ignore=\"(distr|node_modules/electron-packager|node_modules/electron-prebuilt|debug.log)\"

needs info

All 9 comments

Could you explain what "socket hang up" means?

@malept Yes, of course. As I understood electron-download tries to download the specified version of electron if it is not present. In my case it tries to download electron-v0.29.2-win32-x64.zip release. The same problem goes with later and even latest (v0.33.0) releases.

@Rustem is there any terminal output?

For example below is the log while I am trying to build under electron 0.33

This looks more like a problem with your internet connection, not with electron-packager.

It didn't hang for me. But I'm getting:

Packaging app for platform win32 x64 using electron v0.31.2
spawn wine ENOENT

@jingweno this is a different problem, you do not have Wine installed. Please see the README for creating windows builds with a custom app icon.

Thank you. I think that's closed issue.

@malept Cool thanks. Installing wine makes it work!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wgrhstf picture wgrhstf  路  4Comments

ghost picture ghost  路  3Comments

dland512 picture dland512  路  5Comments

29e7e280-0d1c-4bba-98fe-f7cd3ca7500a picture 29e7e280-0d1c-4bba-98fe-f7cd3ca7500a  路  4Comments

TongDaDa picture TongDaDa  路  3Comments