Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] SeekFast causes crash #1903

Open
Aunter1992 opened this issue Jun 19, 2024 · 10 comments
Open

[Android] SeekFast causes crash #1903

Aunter1992 opened this issue Jun 19, 2024 · 10 comments
Assignees
Labels
Android Android platform Bug 🐛 Something isn't working Fixed A fix will be in the next release
Milestone

Comments

@Aunter1992
Copy link

1、SeekFast causes crash, log
FATAL EXCEPTION: main
Process: com.DefaultCompany.AVProTest, PID: 13025
java.lang.IllegalArgumentException
at androidx.media3.common.util.Assertions.checkArgument(Assertions.java:40)
at androidx.media3.exoplayer.SeekParameters.(SeekParameters.java:71)
at com.renderheads.AVPro.Video.Player_ExoPlayer._seekWithTolerances(Unknown Source:66)
at com.renderheads.AVPro.Video.Player_Base.UpdateCommandQueue(Unknown Source:85)
at com.renderheads.AVPro.Video.Player_Base.Update(Unknown Source:100)
at com.renderheads.AVPro.Video.Manager$1.run(Unknown Source:8)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8223)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)

@MorrisRH MorrisRH added Bug 🐛 Something isn't working Android Android platform labels Jun 19, 2024
@MorrisRH MorrisRH changed the title unity Assets store 3.0.3, SeekFast causes crash [Android] SeekFast causes crash Jun 19, 2024
@Chris-RH
Copy link
Collaborator

Which version of AVPro Video is this please?

@Aunter1992
Copy link
Author

3.0.3

@Chris-RH
Copy link
Collaborator

Is it Vulkan or OpenGLES?
Can you reproduce it in one of our demo scenes?

@Aunter1992
Copy link
Author

Aunter1992 commented Jun 19, 2024

Exoplayer
OpenGLES
DemoScene :AVProVideo\Demos\Scenes\Demo_MediaPlayer.unity
change seek to seekfast
image

click TimeForwardButton

image

@Ste-RH
Copy link
Collaborator

Ste-RH commented Jun 19, 2024

Can you send over a full logcat please?

@rrenderr
Copy link

@Ste-RH
Attach the full log in this thread, as you asked me.
FullLog.log

@MorrisRH MorrisRH added the Could not reproduce 🤷 Could not reproduce label Jun 21, 2024
@Ste-RH
Copy link
Collaborator

Ste-RH commented Jun 25, 2024

Are you able to provide the URL you are using @Aunter1992 ?

@Aunter1992
Copy link
Author

Are you able to provide the URL you are using @Aunter1992 ?
I used avprovideo demo
image

@Ste-RH Ste-RH self-assigned this Jun 26, 2024
@Ste-RH Ste-RH added Fixed A fix will be in the next release and removed Could not reproduce 🤷 Could not reproduce labels Jun 26, 2024
@Ste-RH Ste-RH added this to the 0 - NextRelease milestone Jun 26, 2024
@Ste-RH
Copy link
Collaborator

Ste-RH commented Jun 26, 2024

Reproduced! There will be a fix for this in the next release (v3.0.5).

@Chris-RH
Copy link
Collaborator

AVPro Video version 3.0.5 has been released. Please let us know if it has not fixed your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android platform Bug 🐛 Something isn't working Fixed A fix will be in the next release
Projects
None yet
Development

No branches or pull requests

5 participants