DQLin / ReSTIR_PT

Source Code for SIGGRAPH 2022 Paper "Generalized Resampled Importance Sampling: Foundations of ReSTIR"
BSD 3-Clause "New" or "Revised" License
417 stars 39 forks source link

Unable to download dependencies #3

Closed Jaisiero closed 5 months ago

Jaisiero commented 10 months ago

Compilation of the solution fails after trying to download dependencies:

Build started...
1>------ Build started: Project: Falcor, Configuration: ReleaseD3D12 x64 ------
1>Processing project file 'D:\Third_Party_Repos\ReSTIR_PT\Source\Falcor\\..\\Falcor\dependencies.xml'
1>Package 'falcor_dependencies' at version '6adad071-windows-x86_64' is missing from local storage.
1>packman(ERROR): Unable to download file from 'https://d4i3qtqj3r0z5.cloudfront.net/falcor_dependencies%406adad071-windows-x86_64' (server returned 403)

Cheers, Jaime.

hchoi405 commented 9 months ago

It's the version problem of packman, as mentioned by the author of Falcor. Check this link.

I copied the directory tools/packman of latest Falcor (e.g., 7.0) to Build/packman, and successfully built this project.