Hello ilia,
The error VkResult is "ERROR_DEVICE_LOST" usually indicates that there's an issue with the driver or hardware - the GPU wasn't able to handle the given instruction.
You can try to download the latest compatible NVIDIA driver (512.95 for the current moment) and make a clean driver install:
https://www.nvidia.com/Download/index.aspxIn case the issue with the texturing of the same model persists, please send to support@agisoft.com the following data from the project.files directory contents for the problematic chunk:
project.zip, chunk.zip, frame.zip and all the contents of /model/ sub-directory. We would then try to perform some tests with the synthetic imagery.
Some other tests that you can try:
- disable ghosting filter and try to rebuild the texture with the same parameters (it should reduce the VRAM requirements and GPU usage at certain step),
- try using 8K texture pages - 4-5 pages of this size should give the similar effective resolution of the texture.
Also check that there are no other applications running in parallel, which could use GPU intensively at some point (video rendering in the Internet browser, for example).