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

Fatal Exception: java.lang.IllegalThreadStateException: Thread already started #2

Open
mohamedrashik opened this issue Jun 12, 2018 · 2 comments

Comments

@mohamedrashik
Copy link

Fatal Exception: java.lang.IllegalThreadStateException: Thread already started
at java.lang.Thread.checkNotStarted(Thread.java:849)
at java.lang.Thread.start(Thread.java:1059)
at fi.finwe.orion360.OrionVideoPlayerAsync.initializePlayer(OrionVideoPlayerAsync.java:108)
at fi.finwe.orion360.OrionVideoView.onContextStatusChanged(OrionVideoView.java:579)
at fi.finwe.orion360.OrionSurfaceView.onSurfaceChanged(OrionSurfaceView.java:477)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1520)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)

DEVICE : SAMSUNG GALAXY NOTE 3
OS : 5

@trantako
Copy link
Contributor

This might be related to how your OrionVideoView is initialized and used.

Please provide more information, such as:

  • Does this problem occur every time or occasionally
  • Does this occur on all test devices or only on some models
  • What actions user performs before the problem occurs

A code sample that demonstrates the issue would be very helpful.

@mohamedrashik
Copy link
Author

  • This crash occur on a particular device occasionally

  • No issues on other devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants