tangrams / tangram

WebGL map rendering engine for creative cartography
https://tangram.city
MIT License
2.22k stars 290 forks source link

WebGL context lost #614

Closed davidmanzanares closed 7 years ago

davidmanzanares commented 7 years ago

TANGRAM VERSION:

Reproduced with v0.13.5, master branch, the version on tangram-play and with a one month old master commit.

ENVIRONMENT:

Ubuntu 16.04, Chrome 62.0.3202.75 and 61.X, Chromium 62 and 61.X

Intel® Core™ i7-7500U CPU, Intel® HD Graphics 620 (Kabylake GT2) GPU

I couldn't reproduce it with MacOS X with the same Chrome version, nor in Ubuntu 16.10.

TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS:

RESULT:

When using an app or tangram-play:



WebGL works well with other apps, but this could be a Chromium/Chrome or even a GPU driver bug. However, it would be nice to avoid triggering it.
davidmanzanares commented 7 years ago

This is probably an unimportant problem since this can be fixed by updating MESA to the latest stable version through this PPA: https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/pkppa/

meetar commented 7 years ago

Hi @dv343 – glad to hear you were able to resolve it, and thanks very much for the detailed writeup, this will help others in your situation :)

davidmanzanares commented 7 years ago

You're welcome