-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash "Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later." #3098
Comments
@kylba4enko Are you seeing this crash on real devices as well? May be caused by https://github.com/maplibre/maplibre-native/pull/2518/files |
Yes, also on real device iPhone 7 with iOS 15.8.2 |
On iOS 18 everything works fine on real devices and simulators. |
Interesting. We might have to update the check to include not only device support but also iOS version. |
Seeing this crash on iOS 15.5 Simulators (I've tested iPhone 11 Pro and iPhone 12 Pro) with MLN version 6.10.0. |
MapLibre iOS Version
6.9.0
iOS Version
iOS 15.8.2
Device
iPhone 7
What happened?
We are seeing crashes in the map rendering on iPhone and iPad devices (including simulators) with iOS 15 when using the latest MapLibre release (6.9.0).
I already saw an issue with the same error "Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later."
#2447
It seems like it was fixed in 6.5.0 release and yes this crash is not happening on this version but exists on all higher versions.
I was trying to figure out if I can rollback to lower version and it reporoduces on all versions starting from 6.5.1 to latest 6.9.0
Steps to reproduce
Render a map
The app crashes
Relevant log output
MTLValidateFeatureSupport:4854: failed assertion `Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later.'
Additional context
No response
The text was updated successfully, but these errors were encountered: