All exports from Gamma get stuck at the beginning. (Tried to wait a whole night, no error but no progress) Gamma 2021.4.5 VS Build Tools 16.11.9 VS Studio community 16.10.2
Do you by any chance have access to another computer where you could try it? Or maybe create a local Test user and try in that fresh account? The error you get (ssl stream disposed) doesn’t tell me much except that the net seems to be full of similar reports with no solutions…
It fails to download any packages it seems. All requests seem to time out (from the log). For example https://api.nuget.org/v3-flatcontainer/stride.input/4.0.1.1428/stride.input.4.0.1.1428.nupkg - downloads just fine here. What truly is disturbing why it works in 2021.3. Could be that it’s a different package version it’s looking for which it has cached locally already. Sticking to the Stride.Input example, if you navigate to %HOMPATH%\.nuget\packages\stride.input, do you see the 4.0.1.1428 folder there?
Aha yes, that’s the version we’re using in 2021.3. And you see that folder on both computers? That would explain why it works on 2021.3. In other words if you rename that .nuget/packages folder the export with 2021.3 should also fail.
So we have to figure out why both your computers won’t connect to nuget.org anymore - or let’s say they both fail to download from there.
If you click on that package link above, does you browser download it normally?
Hm from a quick Research in other software tools it seems to behave the same. Nuget.exe works but when run from inside an app it fails. Didn’t find any thread yet where a solution was presented. Not sure what’s going on here :(
I tried on another computer, and with another internet connection : export doesn’t work as well.
Am I totally unlucky with these 3 computers, or this is the same result for everybody ? : it’s right now impossible to export anything when you don’t have already all the nugets previously downloaded in your %HOMEPATH%.nuget\ folder ?
Could somebody try on a computer without a previous VVVV install?
My guess is that something changed recently on the side of nuget.org.
It was working for me previously with this PC (I tried this export feature with success last summer, that’s why some nugets are installed on my pc)
and… it works!
I tried many exemple patches with successful exports.
The weird thing is, when I query the TLS support commands to verify the state of TLS on the computer, I have the same results as before…
But anyway, it works.
Omg. Glad it works now. Do you know did you have any entries there before in the registry? Or if you delete them does it still work then? I simply wonder why it would be configured n different ways. Especially as you say on three computers.
I tried these commands on another computer (laptop Hyperbook) to be sure, and unfortunately, it doesn’t work there, unsuccessful export :(
I’m pretty sure I did not have entries before in the registry of Computer 1 (MSI), and I’m pretty sure these TLS commands did nothing, as when I query the entries now I have the same results than before .
Other things I did on Computer 1 (laptop MSI) that could influence the successful export:
I started trying exporting with another example patch (Branching rather than Repelling Circles)
I installed a new package (Fuse)
I tried these steps on Computer 2 with no success.
I don’t want to bother you more with this problem, but I’ll continue to investigate and I’ll post here if I find anything interesting.
And now it’s working on Computer 1 :)