mapbox-maps-flutter
mapbox-maps-flutter copied to clipboard
gl_InstanceID0.0'. Error: 'program failed to link'. Retrying with compilation from source
I'm getting many of these messages in amber text color in the debug console. What could be the problem? The MapWidget is working fine, but there are crashes sometimes on that page.
Debug Console
[mapbox-maps-flutter] [maps-core]: {}[Shader]: glProgramBinary failed for shader 'symbol_sdf_text#version 310 es
#define HAS_ATTRIBUTE_a_pos_offset
#define HAS_ATTRIBUTE_a_tex_size
#define HAS_ATTRIBUTE_a_pixeloffset
#define HAS_ATTRIBUTE_a_projected_pos
#define HAS_ATTRIBUTE_a_fade_opacity
#define HAS_UNIFORM_u_texb
#define HAS_UNIFORM_u_globe_anchor
#define HAS_UNIFORM_u_globe_normal
#define HAS_UNIFORM_u_auto_z_offset
#define HAS_UNIFORM_u_occlusion_query_opacity
#define HAS_ATTRIBUTE_a_opacity
#define HAS_UNIFORM_u_occlusion_opacity
#define HAS_ATTRIBUTE_a_fill_color
#define HAS_UNIFORM_u_halo_color
#define HAS_UNIFORM_u_halo_width
#define HAS_UNIFORM_u_halo_blur
#define HAS_UNIFORM_u_emissive_strength
#define HAS_UNIFORM_u_z_offset
#define HAS_TEXTURE_u_texture
#define HAS_TEXTURE_u_texture_icon
#define TERRAIN
#define TERRAIN_DEM_FLOAT_FORMAT
#define LIGHTING_3D_MODE
#define DEPTH_OCCLUSION
#define DEPTH_D24
#define RENDER_SDF
'. Error: 'program failed to link'. Retrying with compilation from source
[mapbox-maps-flutter] [maps-core]: {}[Shader]: glProgramBinary failed for shader 'occlusion#version 310 es
#define HAS_ATTRIBUTE_a_offset_xy
#define TERRAIN
#define TERRAIN_DEM_FLOAT_FORMAT
gl_InstanceID0.0'. Error: 'program failed to link'. Retrying with compilation from source
Environment
Flutter 3.27Android Virtual Device
- API 34
- Graphics: Hardware
- OpenGL Renderer: Desktop native OpenGL
- OpenGL API level: Autoselect
+1