The log clearly shows that the viewer can't allocate any new "curl handle" as it ran out of them:
You should either raise the number of curl handles (CurlMaximumNumberOfHandles setting) to 128 (the default is 256: 64 is especially low and risky) and/or lower the number of simultaneous HTTP connections for texture fetches.