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
We are using the latest version of Rive and this morning we had a spike in crashes from Sentry in RiveLinearAnimationInstance .cxx_construct and the final exception is:
C++ Exception: St13runtime_error
The crash is happening in RiveLinearAnimationInstance .cxx_construct with 77 occurrences
This is not happening to all users, so it seems isolated
The user has 500~800 MB of free RAM
We are using SwiftUI and our Minimum Deployment Target is iOS 15.0
Device & Versions
Device: iPhone 12 Pro Max
iOS version: 17.0
The text was updated successfully, but these errors were encountered:
Hi - do you have a reproducible example to share here? That will be helpful to try and see what's going on on the Rive side. Noticed you included iPhone 12 Pro Max at iOS 17.0. Are all the errors only coming from this subset of users with this setup?
Description
We are using the latest version of Rive and this morning we had a spike in crashes from Sentry in
RiveLinearAnimationInstance .cxx_construct
and the final exception is:C++ Exception: St13runtime_error
The crash is happening in
RiveLinearAnimationInstance .cxx_construct
with 77 occurrencesThis is not happening to all users, so it seems isolated
The user has 500~800 MB of free RAM
We are using SwiftUI and our Minimum Deployment Target is iOS 15.0
Device & Versions
The text was updated successfully, but these errors were encountered: