After cloning, building, and compiling pbrt v3, and downloading some scenes at
https://www.pbrt.org/scenes-v3.html the only scene that seems to be able to load properly is killeroo-simple.
Any other scene just leaves me with hundreds of instances of the same error (with different numbers):
Vertex reference 1313293 is out of bounds! Valid range is [0..6052]
Scenes for which I've tried this include: barcelona-pavilion, white-room, sanmiguel.
I am running them by typing into a commandline window things such as:
pbrt ../../scenes/barcelona-pavilion/pavilion-day.pbrt
Is there anything I am missing? What should I do?