You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the container attempts to execute git clone --recursive https://github.com/aseprite/aseprite.git
on a device which is slow (hard disk, slow internet connection, bogged down by other software running, etc.), the clone will take too long and timeout.
Update drivers, OS, install docker, download repo, setup windows containers related configs, restart
Run start.bat
Wait 20, 30 minutes
Additional information:
My issue was most likely the HDD, as my internet speed was clocked at 334 MBPS download, 20.5 MBPS upload, 20ms latency
I was after the first time resorting to installing the dependencies manually as stated in the original post here: https://www.reddit.com/r/PixelArt/comments/on9pw6/guide_how_to_build_aseprite_from_source_aseprite/?rdt=60732,
Primarily, I was installing VS Community 2022 with all optional packages for the Desktop C++ part
My WD HDD writes at 40-50 MB/s
The text was updated successfully, but these errors were encountered:
Hmm, maybe I should consider an option to download the zip archive manually or clone the repo on the host machine instead of inside of the container. Thanks for the feedback.
When the container attempts to execute
git clone --recursive https://github.com/aseprite/aseprite.git
on a device which is slow (hard disk, slow internet connection, bogged down by other software running, etc.), the clone will take too long and timeout.
This causes an issue similar to the one posted in
https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
This is the first error received verbatim.
Steps I took:
start.bat
Additional information:
![error](https://private-user-images.githubusercontent.com/27376947/334162314-ebb7fc9f-f038-4339-99b0-f2d8326b78c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk4MjIsIm5iZiI6MTczOTQ1OTUyMiwicGF0aCI6Ii8yNzM3Njk0Ny8zMzQxNjIzMTQtZWJiN2ZjOWYtZjAzOC00MzM5LTk5YjAtZjJkODMyNmI3OGM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE1MTIwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY0ZTc5MmMxNWJkMDdhYjVlZTUzMWY4MmNhOWY0ZGUxMmUwZTcyZTk3NTZiODI0NjMwMTQyYTlmODdmNTZlYzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BdTZcA2aFd5Utlf6t_Ou09w0noWPOGwa8tEFgpSj8dc)
My issue was most likely the HDD, as my internet speed was clocked at 334 MBPS download, 20.5 MBPS upload, 20ms latency
I was after the first time resorting to installing the dependencies manually as stated in the original post here:
https://www.reddit.com/r/PixelArt/comments/on9pw6/guide_how_to_build_aseprite_from_source_aseprite/?rdt=60732,
Primarily, I was installing VS Community 2022 with all optional packages for the Desktop C++ part
My WD HDD writes at 40-50 MB/s
The text was updated successfully, but these errors were encountered: