Hi,
what you see in your screenshot is not a loading error, it's the buggy Chrome CSS3D software rendering.
When Chrome can't use your graphics card (for some reason), the only left available browser API for rendering 3D graphics would be 'CSS-3D-transforms', but without graphics-hardware-support needs to render that via its own software code - and that code is fundamentally buggy in Chrome (they now about that for years but don't care, there are several bug-reports at Google about this).
In the latest krpano releases I have therefore blocked the CSS3D-only situation. That means you using the latest krpano version you would get an error about an unsupported browser.
The only solutions on such systems would be manually disabling the GPU-blacklisting from Chrome by this setting:
|
Source code
|
1
|
chrome://flags/#ignore-gpu-blacklist
|
Best regards,
Klaus