NVIDIAGameWorks/NvCloth

can not find nvgtl host in china,vpn is not OK too.

ddayy opened this issue · 13 comments

ddayy commented
can not find nvgtl host in china,vpn is not OK too.

We are working on a solution.
We will let you know when the problem is solved.
In the mean time you can use the workaround described here: #13 (comment)

The latest commit should resolve this issue as well.
Please get latest and try again. Let me know if there are still issues.

ddayy commented

still issues @mtamis-NV

Can you give more details about the issues you are having?
Did you try with the latest changes on github?

ddayy commented

I have pull the lastest changes.
BuildProjectsOsx.sh
Processing project file 'scripts/packman/packages/cmake.packman.xml'
Package 'cmake-mac-x86_64' at version '3.7.2' is missing from local storage.
packman(ERROR): NVGTL is unreachable or returned HTTP error. Retrying after 20 seconds (2 retries left) ...
packman(ERROR): NVGTL is unreachable or returned HTTP error. Retrying after 20 seconds (1 retry left) ...
packman(ERROR): NVGTL is unreachable. Retries exhausted. Is VPN disconnected or network down? ([Errno 8] nodename nor servname provided, or not known) @mtamis-NV

@ddayy Could you please post the contents of the NvCloth/scripts/packman/config.packman.xml file that you're having here?

It should be something like

<config remotes="s3 gtl">
...
</config>

If it's correct for you, please try removing gtl from the remotes on the first line.

Same problem here in US
If I remove the gtl in the remotes, will get the following error:

No configuration found for remote named 'project:s3'

The problem is in

<project toolsVersion="3.1" remotes="s3">

Please remove the remotes="s3" part.

@yugiohdark we have the change suggested by @halldorfannar in master now. Could you please try it out and tell us whether it solves the problem?

Still get the following error after getting the latest commit:
packman(ERROR): NVGTL is unreachable. Retries exhausted. Is VPN disconnected or network down? ([Errno 8] nodename nor servname provided, or not known)

@yugiohdark we've switched to a new remote package source. does it work now for you?

@leavittx work like a charm. thanks for fixing that!