Testing out the 1.8 beta on my new MacBook Pro M1 Max, and while everything worked fine I did see this error in the log output right at the end when it was generating the texture:
2021-11-01 20:24:31 Failed to initialize context. Reason: VK Error : VkResult is "ERROR_INITIALIZATION_FAILED" at line 66
It generated the texture just fine. It seems to give this same error on both Orthophoto and Keep UV modes. I didn't try any others to see if it does that for all of them. However, running the exact same project on my old Mac Pro did not yield that error. Here is more the log:
2021-11-01 20:24:31 Found 1 GPUs in 2.1e-05 sec (OpenCL: 1.7e-05 sec)
2021-11-01 20:24:31 Using device: Apple M1 Max, 32 compute units, 43690 MB global memory, OpenCL 1.2
2021-11-01 20:24:31 driver version: 1.2 1.0, platform version: OpenCL 1.2 (Oct 1 2021 19:40:58)
2021-11-01 20:24:31 max work group size 256
2021-11-01 20:24:31 max work item sizes [256, 256, 256]
2021-11-01 20:24:31 max mem alloc size 8192 MB
2021-11-01 20:24:31 Failed to initialize context. Reason: VK Error : VkResult is "ERROR_INITIALIZATION_FAILED" at line 66
2021-11-01 20:24:31 Done "load_model" in 0
2021-11-01 20:24:31 blending textures... ************************************ done in 4.91948 sec
2021-11-01 20:24:36 postprocessing atlas... done in 6.45553 sec
2021-11-01 20:24:43 Finished processing in 12.99 sec (exit code 1)