jyapayne / Electrify

Unmaintained, do not use!
MIT License
64 stars 11 forks source link

There were one or more errors with your zip/7z file #3

Open tajnymag opened 8 years ago

tajnymag commented 8 years ago

Hi, I've wanted to compare Web2Executable and Electify to find out which one packs better but I've ran to this erro message which comes up right after pressing Export. Using different download location or changing Electron version doesn't help. Also I've tried to export to all of the platforms with no luck.

I'm running W10 x64.

PChild commented 8 years ago

I had this same error and decided to track down where the message was coming from. That message comes from line 715 in main.py, and is part of the done_extracting function. The error is pretty vague as any error in the extraction process will cause it to show up. In my case, the user account I was using didn't have permission to modify files at the output location. Some quick testing showed that changing the output location and using 'Run as Administrator' both fixed the error. Hope this helps!

Nabu0001 commented 7 years ago

Same issue, I did everything with permissions, tested many folders with write access, etc... Does not work at all.

2braincells2go commented 7 years ago

On one of my Win 10 laptops I have to use "Users/Public/Public Documents" to get exporting working. Not sure why and never found solution. On desktop (and another laptop) can export without any issues.