daily-demos / daily-flutter-demo

BSD 2-Clause "Simplified" License
4 stars 1 forks source link

iOS Crasher: PlatformBridge.renderTrackTexture Bad state: Track no longer exists #14

Open jd-bus opened 2 months ago

jd-bus commented 2 months ago
PlatformBridge.renderTrackTexture
FlutterError - Bad state: Track fe8edb2d-94eb-4c3c-984e-84cc2d9514f1 no longer exists
Fatal Exception: FlutterError
Bad state: Track a7875155-4640-4c5a-9f43-33ef6efcde5a no longer exists
0
platform_bridge.dart - Line 239
PlatformBridge.renderTrackTexture + 239
1
util.dart - Line 15
ObjectExt.let + 15
2
video_view.dart - Line 64
VideoViewController.setTrack.<fn> + 64
3
basic_lock.dart - Line 33
BasicLock.synchronized + 33

It's not clear if this can be caught / worked around because it's not clear where in the code this gets invoked.