CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.82k stars 3.46k forks source link

Invalid array length exception in Sandcastle Geometry and Appearances Example #2317

Open pjcozzi opened 9 years ago

pjcozzi commented 9 years ago

image

CC #1477

hpinkos commented 8 years ago

@pjcozzi I can't reproduce this

mramato commented 8 years ago

Someone else recently reported this on the forum, so it's definitely still happening. Here's the link. They are on a Mac as well, so this could be platform specific.

kainino0x commented 8 years ago

I just accidentally reproduced this while zooming around aimlessly in Hello World. I'm on Chrome on Windows. Here's a trace with updated line numbers, too:

An error occurred while rendering.  Rendering has stopped.
undefined
RangeError: Invalid array length
RangeError: Invalid array length
    at updateFrustums (http://localhost:8090/Source/Scene/Scene.js:1037:36)
    at createPotentiallyVisibleSet (http://localhost:8090/Source/Scene/Scene.js:1202:13)
    at render (http://localhost:8090/Source/Scene/Scene.js:1806:9)
    at Scene.render (http://localhost:8090/Source/Scene/Scene.js:1845:13)
    at CesiumWidget.render (http://localhost:8090/Source/Widgets/CesiumWidget/CesiumWidget.js:659:25)
    at render (http://localhost:8090/Source/Widgets/CesiumWidget/CesiumWidget.js:68:32)