google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.02k forks source link

StyledPlayerControlView : java.lang.RuntimeException: Could not read input channel file descriptors from parcel #10635

Closed nuclearmagneton closed 1 year ago

nuclearmagneton commented 2 years ago

ExoPlayer Version

2.18.1

Devices that reproduce the issue

OnePlus5 Android 7.1.1

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

received from crash report

Expected result

without crash

Actual result

android.view.InputChannel.nativeReadFromParcel InputChannel.java android.view.InputChannel.readFromParcel InputChannel.java:148 android.view.IWindowSession$Stub$Proxy.addToDisplay IWindowSession.java:841 android.view.ViewRootImpl.setView ViewRootImpl.java:640 android.view.WindowManagerGlobal.addView WindowManagerGlobal.java:342 android.view.WindowManagerImpl.addView WindowManagerImpl.java:93 android.widget.PopupWindow.invokePopup PopupWindow.java:1378 android.widget.PopupWindow.showAsDropDown PopupWindow.java:1234 android.widget.PopupWindow.showAsDropDown PopupWindow.java:1191 com.google.android.exoplayer2.ui.StyledPlayerControlView.displaySettingsWindow StyledPlayerControlView.java:-1 com.google.android.exoplayer2.ui.StyledPlayerControlView.access$3000 StyledPlayerControlView.java:-1 com.google.android.exoplayer2.ui.StyledPlayerControlView$ComponentListener.onClick StyledPlayerControlView.java:-1 android.view.View.performClick View.java:5794 android.view.View$PerformClick.run View.java:22728 android.os.Handler.handleCallback Handler.java:751 android.os.Handler.dispatchMessage Handler.java:95 android.os.Looper.loop Looper.java:154 android.app.ActivityThread.main ActivityThread.java:6138 java.lang.reflect.Method.invoke Method.java com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run ZygoteInit.java:893 com.android.internal.os.ZygoteInit.main ZygoteInit.java:783

Media

any demo links

Bug Report

icbaker commented 1 year ago

This looks like an issue in the OS, rather than the library. Are you able to reproduce it locally with the demo app? Does it reproduce on any recent Pixel devices?

google-oss-bot commented 1 year ago

Hey @nuclearmagneton. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 1 year ago

Since there haven't been any recent updates here, I am going to close this issue.

@nuclearmagneton if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.