Skip to content

zip files failing to unzip #7

@TheGershon

Description

@TheGershon

asesrc.zip and skia.zip fail to unzip after downloading. Manually unzipping them seems to work.

When running the script for the first time:

>aseprite-build-script.bat
Checking for ninja...
Ninja was found
Checking for cmake...
Cmake was found
Checking for Visual Studio...
Visual Studio was found
Checking for Desktop Development with C++
Desktop Development with C++ was found
Checking for Windows SDK...
Correct Windows SDK was found
All dependencies met
Checking for working directory...
Working directory found
Checking for temp directory...
Creating temp directory
Checking for deps directory...
Creating deps directory
Checking for aseprite checkout...
Aseprite was not found
Downloading aseprite...
Could Not Find C:\asebuild\temp\asesrc.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
100 70.4M  100 70.4M    0     0  2930k      0  0:00:24  0:00:24 --:--:-- 8597k
Unzipping to C:\asebuild\deps\aseprite...
C.lan: Connection refused
tar: C\:\\asebuild\\temp\\asesrc.zip: Cannot open: Input/output error
tar: Error is not recoverable: exiting now
Aseprite failed to download and extract
Is Windows Defender blocking it as a false positive?
Is TEMP correctly set?
Are you connected to the internet?
Does ASEZIP point to the correct URL?
Fatal error. Aborting...

After unzipping asesrc.zip into C:\asebuild\deps\aseprite:

>aseprite-build-script.bat
Checking for ninja...
Ninja was found
Checking for cmake...
Cmake was found
Checking for Visual Studio...
Visual Studio was found
Checking for Desktop Development with C++
Desktop Development with C++ was found
Checking for Windows SDK...
Correct Windows SDK was found
All dependencies met
Checking for working directory...
Working directory found
Checking for temp directory...
Temp directory found
Checking for deps directory...
Deps directory found
Checking for aseprite checkout...
Aseprite was found
Checking for Skia...
Skia was not found
Downloading Skia m102...
Could Not Find C:\asebuild\temp\skia.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
100 27.4M  100 27.4M    0     0  1453k      0  0:00:19  0:00:19 --:--:-- 6677k
Unzipping to C:\asebuild\deps\skia...
C.lan: Connection refused
tar: C\:\\asebuild\\temp\\skia.zip: Cannot open: Input/output error
tar: Error is not recoverable: exiting now
Skia failed to download and extract
Is TEMP correctly set?
Are you connected to the internet?
Does SKIAZIP point to the correct URL?
Fatal Error. Aborting...

After extracting skia.zip into C:\asebuild\deps\skia:

>aseprite-build-script.bat
Checking for ninja...
Ninja was found
Checking for cmake...
Cmake was found
Checking for Visual Studio...
Visual Studio was found
Checking for Desktop Development with C++
Desktop Development with C++ was found
Checking for Windows SDK...
Correct Windows SDK was found
All dependencies met
Checking for working directory...
Working directory found
Checking for temp directory...
Temp directory found
Checking for deps directory...
Deps directory found
Checking for aseprite checkout...
Aseprite was found
Checking for Skia...
Skia was found
All checks okay

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions