flutter_gaimon icon indicating copy to clipboard operation
flutter_gaimon copied to clipboard

Getting ERROR: Unable to add an additional player channel

Open shenghan97 opened this issue 2 years ago • 2 comments

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

shenghan97 avatar Jun 04 '23 01:06 shenghan97

Hum it's seems your pattern has a lot of vibrations, try increasing time between them 👍 https://developer.apple.com/forums/thread/708246

istornz avatar Jun 25 '23 13:06 istornz

Is this issue can be closed?

Thanks in advance 👍

istornz avatar Mar 28 '24 10:03 istornz