You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting a blank map when trying my app with the Galaxy Tab Active 3, so I tried flutter-maplibre-gl's example app, and I had the same result. It could be an OpenGL version issue; from the Dart console, I see:
D/OpenGLRenderer(26545): setSurface called with nullptr
D/OpenGLRenderer(26545): setSurface() destroyed EGLSurface
D/OpenGLRenderer(26545): destroyEglSurface
And filtering Logcat with gralloc shows the following:
2025-01-14 15:09:55.201 26545-26620 Gralloc4 org.maplibre.example I mapper 4.x is not supported
2025-01-14 15:09:55.202 26545-26620 Gralloc3 org.maplibre.example W mapper 3.x is not supported
2025-01-14 15:09:55.217 26545-26620 gralloc org.maplibre.example I Arm Module v1.0
2025-01-14 15:09:55.224 26545-26620 Gralloc4 org.maplibre.example W allocator 4.x is not supported
2025-01-14 15:09:55.224 26545-26620 Gralloc3 org.maplibre.example W allocator 3.x is not supported
2025-01-14 15:09:55.243 1087-2884 gralloc [email protected] E ERROR: Format allocation info not found for format: 38
2025-01-14 15:09:55.243 1087-2884 gralloc [email protected] E ERROR: Format allocation info not found for format: 0
2025-01-14 15:09:55.243 1087-2884 gralloc [email protected] E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2025-01-14 15:09:55.243 1087-2884 gralloc [email protected] E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2025-01-14 15:09:55.243 1087-2884 gralloc [email protected] E Failed to allocate buffer.
2025-01-14 15:09:55.245 1087-1087 gralloc [email protected] E ERROR: Format allocation info not found for format: 38
2025-01-14 15:09:55.245 1087-1087 gralloc [email protected] E ERROR: Format allocation info not found for format: 0
2025-01-14 15:09:55.245 1087-1087 gralloc [email protected] E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2025-01-14 15:09:55.245 1087-1087 gralloc [email protected] E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2025-01-14 15:09:55.245 1087-1087 gralloc [email protected] E Failed to allocate buffer.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
I was getting a blank map when trying my app with the Galaxy Tab Active 3, so I tried flutter-maplibre-gl's example app, and I had the same result. It could be an OpenGL version issue; from the Dart console, I see:
And filtering Logcat with gralloc shows the following:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: