Skip to content

experiment running error: 0:1(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Hi, I'm running the experiment in tutorials/02_EP_tissue/07_extracellular and meet an issue.

Steps to reproduce

cd experiments/tutorials/02_EP_tissue/07_extracellular/
./run.py --sourceModel monodomain --duration 60 --visualize

Error

Destroying Electrics ..
#-----------------------------------------------------------------------------------------------------------------------
#                                                 Launching Meshalyzer
#-----------------------------------------------------------------------------------------------------------------------

/usr/local/lib/meshalyzer/meshalyzer \
  2022-10-08_ecg_250.0_um_monodomain_tm_endo_ab_mid_dur_60.0_ms/block_i \
  2022-10-08_ecg_250.0_um_monodomain_tm_endo_ab_mid_dur_60.0_ms/init_acts_LATs-thresh.dat \
  ./view_lat.mshz

Unknown variable ignored: cabledisp
Unknown variable ignored: cabbut
Unknown variable ignored: lightx
Unknown variable ignored: lighty
Unknown variable ignored: lightz
Unknown variable ignored: showLightDir
Unknown variable ignored: mwtb->deadData->deadopac
ERROR::SHADER::VERTEX::COMPILATION_FAILED
0:1(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

ERROR::SHADER::FRAGMENT::COMPILATION_FAILED
0:1(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

ERROR::SHADER::PROGRAM::LINKING_FAILED
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
ERROR::SHADER::VERTEX::COMPILATION_FAILED
0:1(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES

Do you have any suggestions about it? Thank you so much!