CesiumGS / cesium

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

Geo-fs uses censium for rendering, it crashes #11366

Closed Cube5x59999 closed 1 year ago

Cube5x59999 commented 1 year ago

I dont know is this the right place to report geo fs crashes, cuz im new to this. Heres the crash report :-

RuntimeError: Fragment shader failed to compile. Compile log: ERROR: 0:274: 'in' : storage qualifier supported in GLSL ES 3.00 and above only ERROR: 0:276: 'texture' : no matching overloaded function found ERROR: 0:276: '=' : dimension mismatch ERROR: 0:276: '=' : cannot convert from 'const mediump float' to 'highp 4-component vector of float' ERROR: 0:277: 'texture' : no matching overloaded function found ERROR: 0:277: '=' : dimension mismatch ERROR: 0:277: '=' : cannot convert from 'const mediump float' to 'highp 4-component vector of float'

Error at new sS (https://www.geo-fs.com/js/Cesium/build/Cesium.js:89:4593) at BNe (https://www.geo-fs.com/js/Cesium/build/Cesium.js:723:122) at Rie (https://www.geo-fs.com/js/Cesium/build/Cesium.js:724:1411) at VR (https://www.geo-fs.com/js/Cesium/build/Cesium.js:724:1361) at cp._bind (https://www.geo-fs.com/js/Cesium/build/Cesium.js:724:2213) at drt (https://www.geo-fs.com/js/Cesium/build/Cesium.js:6033:35077) at Of.draw (https://www.geo-fs.com/js/Cesium/build/Cesium.js:6033:35847) at Aw.execute (https://www.geo-fs.com/js/Cesium/build/Cesium.js:721:7123) at mC.execute (https://www.geo-fs.com/js/Cesium/build/Cesium.js:7977:4942) at vm (https://www.geo-fs.com/js/Cesium/build/Cesium.js:9007:10816)

ggetz commented 1 year ago

Hi @Cube5x59999, I would suggest you report this to the GeoFS maintainers. It often helps to include system information like browser and OS used.

@xtassin What's the best way for users to submit reports?

Once GeoFS determines the issue, if there is an outstanding problem with CesiumJS, they can file a report with more context.

Thanks all!