-
-
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
Hanging at packaging #3113
Comments
Please set env |
• electron-builder version=20.20.4 • writing effective config file=dist\electron-builder-effective-config.yaml 7-Zip (a) 18.01 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-01-28 Scanning the drive for archives: Extracting archive: C:\Users<me>\AppData\Local\electron\Cache\electron-v2.0.4-win32-x64.zipPath = C:\Users<me>\AppData\Local\electron\Cache\electron-v2.0.4-win32-x64.zip Everything is Ok Files: 117 And it just hangs there. Thanks. |
If you need anything else from me just let me know. Thank you. |
After letting it run for awhile there is a stack overflow.
|
Thanks for a clear stack trace, fixed. |
The problem seems to persist with version 20.21.2. Here is the stack trace.
electron-bundle.js 168 kB 0 [emitted] main runtime stack: goroutine 1 [running]: goroutine 18 [syscall, 4 minutes]: |
Is it possible to provide project? |
So note that I am currently using 20.15.0, which is the last known working version for me. You will need to update it to see the issue. Use "npm run dist" to build. |
Please try |
Same issue. Cleaned the project (node_modules, dist, and build folders removed). Also cleared the npm cache using --force. Now running 20.22.1 as seen below. Asset Size Chunks Chunk Names |
Please attach a new stack trace. |
Sorry for the late reply, I was out of town. Here is the stack trace. Files: 117 runtime stack: goroutine 1 [running]: goroutine 18 [syscall, 5 minutes]: |
It appears that with version 20.26.1 the infinite loop is caught, but still an issue.
electron-bundle.js 168 kB 0 [emitted] main |
Any update on this? I am facing the same issue |
1 similar comment
Any update on this? I am facing the same issue |
I've just found the same issue, I've run on the Azure DevOps build pipeline taht was successfully (in the past) build the electron app but today all fails with the error: This doesnt manifest when run on my local machine, is there any resolution to this?
|
Is it possible to provide sample project? |
Sadly no, I'll try to create a sample project that I will use to replicate the issue. |
I've got it working when I've rolled back to v |
Thanks, email sent. |
@develar Like I've mentioned we've rolled to 20.15.1 to have the buildpipeline working, but we've found other issue. The artifact created now is taken and used in the installation process and we've found that the electron apps installer waits for user interaction which than blocks other installation steps to proceed. The electron installer from the latest version doesnt behave like that, it close itself at the end as expected. Can we get that correct behaviour for the electron installer generated with 20.15.1? The config looks like this:
|
Just tried, It works now, thanks. |
I had same issue, it looks like there is some issue with cache with node_modules. I tried Lastly I relocate my repository location from D:/ to Desktop and it worked perfectly fine. |
Updated from 20.15.1 to 20.20.4 and now it hangs at packaging with an eventual stack overflow.
The text was updated successfully, but these errors were encountered: