-
Notifications
You must be signed in to change notification settings - Fork 578
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
App crashes randomly while playing videos or scrolling through the log #1504
Comments
You get an sigsegv, which means that there is three possible causes, torrents, software decoding or android being android. So can you please specify:
The crashing logcat may be because it is too large, try to clear it. Someone should really make it a recycleview. |
Yeah, it could be that. |
It sounds like the torrent lib is not entirely stable, can you confirm that even if no torrent is ran for an entire session (from app launch to crash) it will still consistently crash. |
I have also added the option to disable the sw decoding 1eced92 so you can also try to disable that and check. |
You might be correct. I tried disabling SW decoding in the latest version, but that didn't resolve the issue. I, then, modified the profile to prevent the torrent source from loading, and as a result, the app didn't crash – tested for 3 hours, different providers, with and without SW encoding. |
@maivohun how did you modify the profile to stop torrents from loading? |
If the torrent source is currently set as the primary source, start with it, then go into your profile settings and lower its priority so it becomes the last one. This strategy only works if you have multiple sources and at least one working alternative to the torrent. Additionally, be sure to force close the app after changing the source priority when using torrent playback; otherwise, you might still experience app crashes—I certainly did. |
@maivohun so basically you need to do this in sources for each episode/movie you play? |
Not really, you only need to set it up once for each source. So you only need to adjust your profile if a new torrent source pops up when you play the next video. I've only had to modify my profile twice to make this workaround work. |
I think I am a little lost @maivohun - do you mind showing me? Can I add you on discord? |
I don't use it. You can e-mail me ([email protected]) to exchange matrix or xmpp usernames. |
@maivohun cool, sent you a mail |
Disable torrent in preferred media and it will not play. |
Steps to reproduce
Expected behavior
Shouldn't crash
Actual behavior
Crashes completely while playing videos.
App also crashed while I was reading the error log, so I saved it instead to share.
logcat_2025_01_23_22_31.txt
Cloudstream version and commit hash
4.5.0 5691078
Android version
Android 10 (MIUI 12.5.1)
Logcat
Other details
I am using the same set of settings and extensions on 3 other devices that are running fine.
Hope it isn't a duplicate issue, I tried to look for an existing issue but couldn't find one.
Acknowledgements
The text was updated successfully, but these errors were encountered: