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

Python 3.11 Crash when Selecting Shaders #433

Open
agarlow23 opened this issue Jan 17, 2025 · 0 comments
Open

Python 3.11 Crash when Selecting Shaders #433

agarlow23 opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@agarlow23
Copy link

Describe the bug

Just installed the flatpak and tried using bundled shaders (Anime4K but any will cause this) but I just get a crash with a notification that python3.11 crashed.

To Reproduce
Steps to reproduce the behavior:

  1. Install flatpak
  2. disable wayland socket in flatseal (necessary to get it to run at all)
  3. connect to server and play media
  4. try to change player settings to use Anime4K shader

Expected behavior
I expected that I could open the on screen menu, select a shader, see some visual change (hopefully improvement), and resume watching. Instead it crashes to dekstop and I get a warning that python 3.11 has crashed. Restarting and trying to play the same media shows no visual changes vs source so even if it is respecting the setting change prior to crashing, its not using the shader.

Desktop (please complete the following information):

  • OS: Fedora 41
  • Version 2.8.0 (flatpak)
  • Nvidia RTX 3080 with proprietary drivers.

Error Messages
Please provide logs, as they are often needed for me to understand and quickly troubleshoot the issue. You can read instructions for how to do so here:
2025-01-17 02:55:06,765 [ INFO] mpv: thumbfast: Clearing trickplay.

2025-01-17 02:55:06,782 [ INFO] mpv: cplayer: (+) Video --vid=1 (*) (av1 1920x1080 29.970fps)

2025-01-17 02:55:06,782 [ INFO] mpv: cplayer: (+) Audio --aid=1 --alang=eng (*) 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:06,782 [ INFO] mpv: cplayer: Audio --aid=2 --alang=jpn 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:06,782 [ INFO] mpv: cplayer: Subs --sid=1 --slang=eng (hdmv_pgs_subtitle)

2025-01-17 02:55:06,782 [ INFO] mpv: display-tags: File tags:

2025-01-17 02:55:06,782 [ INFO] mpv: display-tags: Title: ****** Disc 1

2025-01-17 02:55:07,176 [ INFO] mpv: vd: Using hardware decoding (nvdec-copy).

2025-01-17 02:55:07,200 [ INFO] mpv: cplayer: AO: [pulse] 48000Hz stereo 2ch float

2025-01-17 02:55:07,205 [ INFO] mpv: cplayer: VO: [gpu] 1920x1080 p010

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: Track switched:

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: (+) Video --vid=1 (*) (av1 [Main] 1920x1080 29.970fps)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: (+) Audio --aid=1 --alang=eng (*) 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: Audio --aid=2 --alang=jpn 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: Subs --sid=1 --slang=eng (hdmv_pgs_subtitle)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: Track switched:

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: (+) Video --vid=1 (*) (av1 [Main] 1920x1080 29.970fps)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: (+) Audio --aid=1 --alang=eng (*) 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:07,316 [ INFO] mpv: cplayer: Audio --aid=2 --alang=jpn 'Stereo' (opus 2ch 48000Hz)

2025-01-17 02:55:07,317 [ INFO] mpv: cplayer: Subs --sid=1 --slang=eng (hdmv_pgs_subtitle)

2025-01-17 02:55:07,490 [ INFO] update_check: Checking for updates...
2025-01-17 02:55:07,490 [ INFO] trickplay: Collecting trickplay images...
2025-01-17 02:55:07,491 [ WARNING] trickplay: No trickplay data available
2025-01-17 02:55:07,491 [ INFO] trickplay: No chapters available
2025-01-17 02:55:10,914 [ INFO] mpv: mouse: Enabled shim menu mouse events.

2025-01-17 02:55:14,146 [ INFO] video_profile: Unloading shader profile.
2025-01-17 02:55:14,477 [ INFO] video_profile: Loading shader profile anime4k-fast-a.
*****@linuxdesk ~ [SIGSEGV]>

@agarlow23 agarlow23 added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant