flutter_gaimon
flutter_gaimon copied to clipboard
Getting ERROR: Unable to add an additional player channel
I'm doing this app that will give haptic feedback when the user swipes on the screen. I put Gaimon.soft() in onPanUpdates gesture event, it worked well at first, but after a while i get this error:
[Feedback] failed to create player with pattern for <_UIFeedbackCoreHapticsHapticsOnlyEngine: 0x280f7aa00>: Error Domain=com.apple.CoreHaptics Code=-10851 "(null)"
[hapi] CHHapticEngine.mm:1917 -[CHHapticEngine(CHHapticEngineInternal) getAvailableChannel:]: ERROR: Unable to add an additional player channel
Hum it's seems your pattern has a lot of vibrations, try increasing time between them 👍 https://developer.apple.com/forums/thread/708246
Is this issue can be closed?
Thanks in advance 👍