Skip to content
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

Hangs extracting zip file on Windows 7 #1025

Closed
alepac opened this issue Jul 2, 2019 · 4 comments
Closed

Hangs extracting zip file on Windows 7 #1025

alepac opened this issue Jul 2, 2019 · 4 comments
Labels
build-host:windows Running Electron Packager on Windows

Comments

@alepac
Copy link

alepac commented Jul 2, 2019

Preflight Checklist

  • [ x ] I have read the contribution documentation for this project.
  • [ x ] I agree to follow the code of conduct that this project follows, as appropriate.
  • [ x ] I have searched the issue tracker for a bug that matches the one I want to file, without success.

Issue Details

  • Electron Packager Version:
    • Electron Packager 14.0.0
    • Node v10.15.3
    • Host Operating system: win32 (x64)
  • Electron Version:
    • v5.0.6
  • Operating System:
    • Windows 7
  • Last Known Working Electron Packager version::

Expected Behavior

Actual Behavior

The CLI hangs when extracting the electron zip file

To Reproduce

Additional Information

I try to remove the C:\Users\pacificia\AppData\Local\electron folder but with no success

  • Console output when you run electron-packager with the environment variable DEBUG=electron-packager.
> set DEBUG=electron-packager && electron-packager . --out dist/

  electron-packager Electron Packager 14.0.0
  electron-packager Node v10.15.3
  electron-packager Host Operating system: win32 (x64) +0ms
  electron-packager Packager Options: {"_":["."],"deref-symlinks":true,"derefSymlinks":true,"download":{"rejectUnauthorized":true,"reject-unauthorized":true},"junk":true,"prune":true,"out":"dist/","dir":".","protocols":[]} +3ms
  electron-packager Target Platforms: win32 +1ms
  electron-packager Target Architectures: x64 +0ms
  electron-packager Inferring application name from productName in C:\Users\pacificia\Documents\Workspace\ilapak-hmi-electron\package.json +0ms
  electron-packager Inferring appVersion from version in C:\Users\pacificia\Documents\Workspace\ilapak-hmi-electron\package.json +1ms
  electron-packager Inferring win32metadata.CompanyName from author in C:\Users\pacificia\Documents\Workspace\ilapak-hmi-electron\package.json +1ms
  electron-packager Inferring target Electron version from electron in C:\Users\pacificia\Documents\Workspace\ilapak-hmi-electron\package.json +4ms
  electron-packager Application name: ilapak-hmi +19ms
  electron-packager Target Electron version: 5.0.6 +0ms
  electron-packager Ignored path regular expressions: [ '/\\.git($|/)', '/node_modules/\\.bin($|/)', '\\.o(bj)?$' ] +0ms
  electron-packager Downloading Electron with options {"rejectUnauthorized":true,"reject-unauthorized":true,"platform":"win32","arch":"x64","version":"5.0.6","artifactName":"electron"} +0ms
Packaging app for platform win32 x64 using electron v5.0.6
  electron-packager Creating C:\Users\PACIFI~1\AppData\Local\Temp\electron-packager\win32-x64-template +12ms
  electron-packager Extracting C:\Users\pacificia\AppData\Local\electron\Cache\electron-v5.0.6-win32-x64.zip to C:\Users\PACIFI~1\AppData\Local\Temp\electron-packager\win32-x64-template +3ms
@alepac alepac added the bug 🐛 label Jul 2, 2019
@welcome
Copy link

welcome bot commented Jul 2, 2019

👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@malept malept changed the title Electron Packager hangs extracting zip file Hangs extracting zip file on Windows 7 Jul 2, 2019
@malept malept added build-host:windows Running Electron Packager on Windows and removed bug 🐛 labels Jul 2, 2019
@malept
Copy link
Member

malept commented Jul 2, 2019

This is a duplicate of #1018

@malept malept closed this as completed Jul 2, 2019
@alepac
Copy link
Author

alepac commented Jul 3, 2019

@malept I'm using the "Git Bash" not power shell, is it the same issue?

@malept
Copy link
Member

malept commented Jul 3, 2019

Yes. cross-zip invokes Powershell, it doesn't matter which shell you actually use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-host:windows Running Electron Packager on Windows
Projects
None yet
Development

No branches or pull requests

2 participants