Hello everyone,
I tried to build to NvRTX-5.5 UE from github but I got a failure during the “Setup.sh” script about a dependencies unavailable.
The script show that only 4 remain, and stop with an error for “https://dlss.download.nvidia.com/uedeps/6bb7b37a17fedf8969b9d7a56c704088c06a1fd5”. If we try to go to that page, we got a 404 with an XML error message.
I assume something changed or broke on the NVIDIA’s download website and the UE branch wasn’t updated for those changes?
The full error is:
Registering git hooks... (this will override existing ones!)
Checking dependencies...
Updating dependencies: 0% (0/4)...
Failed to download 'https://dlss.download.nvidia.com/uedeps/6bb7b37a17fedf8969b9d7a56c704088c06a1fd5': InvalidDataException: The archive entry was compressed using an unsupported compression method.
at System.IO.Compression.Inflater.Inflate(FlushCode flushCode)
at System.IO.Compression.Inflater.ReadInflateOutput(Byte* bufPtr, Int32 length, FlushCode flushCode, Int32& bytesRead)
at System.IO.Compression.Inflater.ReadOutput(Byte* bufPtr, Int32 length, Int32& bytesRead)
at System.IO.Compression.Inflater.InflateVerified(Byte* bufPtr, Int32 length)
at System.IO.Compression.DeflateStream.ReadCore(Span`1 buffer)
at System.IO.Compression.DeflateStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at GitDependencies.Program.ExtractFilesFromRawStream(Stream RawStream, IncomingFile[] Files, SHA1 RawStreamHasher)Wrapped by CorruptPackFileException: Can't read from pack stream
at GitDependencies.Program.ExtractFilesFromRawStream(Stream RawStream, IncomingFile[] Files, SHA1 RawStreamHasher)
at GitDependencies.Program.ExtractFilesThroughCache(Stream InputStream, String FileName, Int64 CompressedSize, String ExpectedHash, IncomingFile[] Files)
at GitDependencies.Program.DownloadAndExtractFiles(String Url, String CacheFileName, Int64 CompressedSize, String ExpectedHash, IncomingFile[] Files, NotifyReadDelegate NotifyRead)Wrapped by AggregateException: One or more errors occurred. (Can't read from pack stream)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at GitDependencies.Program.DownloadWorker(ConcurrentQueue`1 DownloadQueue, AsyncDownloadState State, Int32 MaxRetries, CancellationToken CancellationToken)
Result: 1