Multiple crashes with external subtitles
Important information
Android version: 14 UKQ1.240116.001
mpv-android version: mpv-android 2024-09-15-release-oldapi / 8039 (release) mpv v0.38.0-772-g429e379c7f Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on Sep 15 2024 16:58:35 libplacebo version: v7.349.0 (v7.349.0-10-g76bb9718) FFmpeg version: N-117043-g8707c8660d FFmpeg library versions: libavcodec 61.13.100 libavdevice 61.2.101 libavfilter 10.2.102 libavformat 61.5.101 libavutil 59.36.100 libswresample 5.2.100 libswscale 8.2.100 Configuration: -Diconv=disabled -Dlua=enabled -Dlibmpv=true -Dcplayer=false -Dmanpage-build=disabled -Ddefault_library=shared --cross-file=/var/tmp/mpv-android/buildscripts/prefix/arm64/crossfile.txt List of enabled features: android android-media-ndk build-date cplugins dvbin egl-android ffmpeg gl glibc-thread-name gpl libass libavdevice libdl libplacebo linux-fstatfs lua memrchr opensles posix ppoll pthread-condattr-setclock vector vt.h zlib
Description
- Open video
- In settings press "Open external subtitle..."
- When nothing is pressed application does not crash, when I select "PICK FILE (LEGACY)" after some time it says "mpv isn't responding".
If I pick "OPEN DOCUMENT" half time it lets me pick the file, other half crashes like legacy pick file. When I successfully picked the file it either works as intended or crashes in the video player with the same "mpv isn't responding"
Log output
Logcat did not return any logs even with hangups present during testing. Lowering logging priority to INFO or ERROR did not return any logs either. I'm a noob at this so these are the commands I used with USB debugging enabled:
adb logcat -s 'mpv:*' '*:I'
adb logcat -s 'mpv:*' '*:E'
adb logcat -s 'mpv:*' '*:F'
Can't reproduce.
Logcat did not return any logs
Run adb logcat -v tag | grep mpv
Should be good enough.
Yeah, for some reason it worked this time, here are the logs:
09-17 20:35:18.168 11277 11277 V mpv : FilePickerActivity: created
09-17 20:35:18.173 11277 11277 V mpv : FilePickerActivity: showing document picker at "content://com.android.externalstorage.documents/tree/primary%3ADownload%2F***"
09-17 20:35:19.244 11277 11277 V mpv : FilePickerActivity: picked "content://com.android.externalstorage.documents/tree/primary%3ADownload%2F***/document/primary%3ADownload%2F***"
09-17 20:35:19.326 11277 11277 V mpv : Skipping copy of asset file (exists same size): subfont.ttf
09-17 20:35:19.326 11277 11277 V mpv : Skipping copy of asset file (exists same size): cacert.pem
09-17 20:35:19.336 11277 11277 V mpv : Resolving content URI: content://com.android.externalstorage.documents/tree/primary%3ADownload%2F***/document/primary%3ADownload%2F***%2F***.mkv
09-17 20:35:19.351 11277 11277 V mpv : Display 0 reports FPS of 120.00001
09-17 20:35:19.361 11277 11277 V mpv : You're using the 64-bit build of mpv!
09-17 20:35:19.361 11277 11577 V mpv : [cplayer:v] mpv v0.38.0-772-g429e379c7f Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
09-17 20:35:19.361 11277 11577 V mpv : [cplayer:v] built on Sep 15 2024 16:58:35
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libplacebo version: v7.349.0 (v7.349.0-10-g76bb9718)
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] FFmpeg version: N-117043-g8707c8660d
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] FFmpeg library versions:
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libavcodec 61.13.100
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libavdevice 61.2.101
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libavfilter 10.2.102
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libavformat 61.5.101
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libavutil 59.36.100
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libswresample 5.2.100
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] libswscale 8.2.100
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] Configuration: -Diconv=disabled -Dlua=enabled -Dlibmpv=true -Dcplayer=false -Dmanpage-build=disabled -Ddefault_library=shared --cross-file=/var/tmp/mpv-android/buildscripts/prefix/arm64/crossfile.txt
09-17 20:35:19.362 11277 11577 V mpv : [cplayer:v] List of enabled features: android android-media-ndk build-date cplugins dvbin egl-android ffmpeg gl glibc-thread-name gpl libass libavdevice libdl libplacebo linux-fstatfs lua memrchr opensles posix ppoll pthread-condattr-setclock vector vt.h zlib
09-17 20:35:19.363 11277 11577 V mpv : [cplayer:v] Waiting for scripts...
09-17 20:35:19.366 11277 11577 E mpv : mpv_get_property(metadata/by-key/Artist) format 1 returned error property unavailable
09-17 20:35:19.366 11277 11577 E mpv : mpv_get_property(metadata/by-key/Album) format 1 returned error property unavailable
09-17 20:35:19.366 11277 11577 V mpv : event: idle
09-17 20:35:19.366 11277 11577 E mpv : mpv_get_property(metadata/by-key/Artist) format 1 returned error property unavailable
09-17 20:35:19.367 11277 11577 E mpv : mpv_get_property(metadata/by-key/Album) format 1 returned error property unavailable
09-17 20:35:19.367 11277 11577 V mpv : [cplayer:v] Done loading scripts.
09-17 20:35:19.392 11277 11277 W mpv : attaching surface
09-17 20:35:19.393 11277 11577 V mpv : event: start-file
09-17 20:35:19.393 11277 11577 V mpv : [cplayer:v] Running hook: auto_profiles/on_before_start_file
09-17 20:35:19.393 11277 11577 V mpv : [cplayer:v] Set property: android-surface-size="1220x2712" -> 1
09-17 20:35:19.394 11277 11577 V mpv : [cplayer:v] Running hook: ytdl_hook/on_load
09-17 20:35:19.394 11277 11577 E mpv : mpv_get_property(metadata/by-key/Artist) format 1 returned error property unavailable
09-17 20:35:19.395 11277 11577 E mpv : mpv_get_property(metadata/by-key/Album) format 1 returned error property unavailable
09-17 20:35:19.395 11277 11577 V mpv : [cplayer:v] Running hook: ytdl_hook/on_load
09-17 20:35:19.395 11277 11577 V mpv : [ytdl_hook:v] playlist hook
09-17 20:35:19.395 11277 11577 V mpv : [cplayer:v] Running hook: auto_profiles/on_load
09-17 20:35:19.396 11277 11577 V mpv : [fd:v] Opening fd://123
09-17 20:35:19.396 11277 11577 V mpv : [demux:v] Trying demuxers for level=normal.
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] New edition 0
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] Default edition flag: 0
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] Seeking to 6683155672 to read header element 0x1c53bb6b.
09-17 20:35:19.397 11277 11577 V mpv : [fd:v] stream level seek from 131072 to 6683155672
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] Parsing cues...
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] Seeking to 6683189915 to read header element 0x1254c367.
09-17 20:35:19.397 11277 11577 V mpv : [fd:v] stream level seek from 6683190745 to 6997
09-17 20:35:19.397 11277 11577 V mpv : [mkv:v] All headers are parsed!
09-17 20:35:19.397 11277 11577 V mpv : [demux:v] Detected file format: Matroska
09-17 20:35:19.397 11277 11577 V mpv : [cplayer:v] Opening done: fd://123
09-17 20:35:19.398 11277 11577 V mpv : [cplayer:v] Running hook: ytdl_hook/on_preloaded
09-17 20:35:19.398 11277 11577 V mpv : [cplayer:v] Running hook: auto_profiles/on_preloaded
09-17 20:35:19.398 11277 11577 V mpv : [mkv:v] select track 1
09-17 20:35:19.398 11277 11577 V mpv : [mkv:v] select track 0
09-17 20:35:19.398 11277 11577 V mpv : [cplayer:info] ● Video --vid=1 (h264 1920x1080 23.976 fps)
09-17 20:35:19.398 11277 11577 V mpv : [cplayer:info] ● Audio --aid=1 --alang=jpn (flac 2ch 48000 Hz) [default]
09-17 20:35:19.399 11277 11577 V mpv : [vo/gpu/opengl:v] Initializing GPU context 'android'
09-17 20:35:19.399 11277 11577 V mpv : [vo/gpu/opengl:v] EGL_VERSION=1.5 Android META-EGL
09-17 20:35:19.399 11277 11577 V mpv : [vo/gpu/opengl:v] EGL_VENDOR=Android
09-17 20:35:19.399 11277 11577 V mpv : [vo/gpu/opengl:v] EGL_CLIENT_APIS=OpenGL_ES
09-17 20:35:19.399 11277 11577 V mpv : [vo/gpu/opengl:v] Trying to create GLES 2.x + context.
09-17 20:35:19.401 11277 11577 V mpv : [vo/gpu/opengl:v] GL_VERSION='OpenGL ES 3.2 [email protected] (GIT@af856151b0, Id776b0abd7, 1713867805) (Date:04/23/24)'
09-17 20:35:19.401 11277 11577 V mpv : [vo/gpu/opengl:v] Detected GLES 3.2.
09-17 20:35:19.401 11277 11577 V mpv : [vo/gpu/opengl:v] GL_VENDOR='Qualcomm'
09-17 20:35:19.401 11277 11577 V mpv : [vo/gpu/opengl:v] GL_RENDERER='Adreno (TM) 735'
09-17 20:35:19.401 11277 11577 V mpv : [vo/gpu/opengl:v] GL_SHADING_LANGUAGE_VERSION='OpenGL ES GLSL ES 3.20'
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu/opengl:v] Loaded extension GL_EXT_texture_norm16.
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu/opengl:v] Loaded extension GL_EXT_disjoint_timer_query.
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu/opengl:v] Loaded extension GL_EXT_buffer_storage.
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu:v] Testing FBO format rgba16f
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu:v] Using FBO format rgba16f.
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu:v] No advanced processing required. Enabling dumb mode.
09-17 20:35:19.402 11277 11577 V mpv : [vo/gpu:v] Assuming 120.000010 FPS for display sync.
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] Container reported FPS: 23.976024
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] Codec list:
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] h264_mediacodec (h264) - H.264 Android MediaCodec decoder
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] Opening decoder h264
09-17 20:35:19.403 11277 11577 V mpv : [vd:v] Looking at hwdec h264_mediacodec-mediacodec...
09-17 20:35:19.403 11277 11577 V mpv : [vo/gpu:v] Loading hwdec drivers for format: 'mediacodec'
09-17 20:35:19.403 11277 11577 V mpv : [vo/gpu:v] Loading hwdec driver 'aimagereader'
09-17 20:35:19.406 11277 11577 V mpv : [vd:v] Trying hardware decoding via h264_mediacodec-mediacodec.
09-17 20:35:19.406 11277 11577 V mpv : [vd:v] Using underlying hw-decoder 'h264_mediacodec'
09-17 20:35:19.407 11277 11577 V mpv : [vd:v] Pixel formats supported by decoder: mediacodec
09-17 20:35:19.407 11277 11577 V mpv : [vd:v] Codec profile: High (0x64)
09-17 20:35:19.407 11277 11577 V mpv : [vd:v] Requesting pixfmt 'mediacodec' from decoder.
09-17 20:35:19.407 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Using surface 0x7116b427e0
09-17 20:35:19.457 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Output crop parameters top=0 bottom=1079 left=0 right=1919, resulting dimensions width=1920 height=1080
09-17 20:35:19.457 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: MediaCodec started successfully: codec = c2.qti.avc.decoder, ret = 0
09-17 20:35:19.457 11277 11577 V mpv : [ffmpeg/video:warn] h264_mediacodec: Input packet is missing PTS
09-17 20:35:19.466 11277 11577 V mpv : [vd:v] Selected decoder: h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
09-17 20:35:19.466 11277 11577 V mpv : [vf:v] User filter list:
09-17 20:35:19.466 11277 11577 V mpv : [vf:v] (empty)
09-17 20:35:19.466 11277 11577 V mpv : event: audio-reconfig
09-17 20:35:19.466 11277 11577 V mpv : [ad:v] Codec list:
09-17 20:35:19.466 11277 11577 V mpv : [ad:v] flac - FLAC (Free Lossless Audio Codec)
09-17 20:35:19.466 11277 11577 V mpv : [ad:v] Opening decoder flac
09-17 20:35:19.467 11277 11577 V mpv : [ad:v] Requesting 1 threads for decoding.
09-17 20:35:19.467 11277 11577 V mpv : event: audio-reconfig
09-17 20:35:19.467 11277 11577 V mpv : [ad:v] Selected decoder: flac - FLAC (Free Lossless Audio Codec)
09-17 20:35:19.467 11277 11577 V mpv : [af:v] User filter list:
09-17 20:35:19.467 11277 11577 V mpv : [af:v] (empty)
09-17 20:35:19.467 11277 11577 V mpv : event: file-loaded
09-17 20:35:19.467 11277 11577 V mpv : [cplayer:v] Starting playback...
09-17 20:35:19.489 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Output MediaFormat changed to {crop-right=1919, max-height=4050, sar-width=1, color-format=2130708361, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], priority=4, color-standard=1, feature-secure-playback=0, color-transfer=3, sar-height=1, crop-bottom=1079, max-width=7680, crop-left=0, width=1920, color-range=2, crop-top=0, rotation-degrees=0, frame-rate=1, height=1088}
09-17 20:35:19.489 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Output crop parameters top=0 bottom=1079 left=0 right=1919, resulting dimensions width=1920 height=1080
09-17 20:35:19.489 11277 11577 V mpv : [vd:info] Using hardware decoding (mediacodec).
09-17 20:35:19.489 11277 11577 V mpv : [vd:v] Decoder format: 1920x1080 [0:1] mediacodec bt.709/bt.709/bt.1886/limited/auto CL=unknown crop=1920x1080+0+0
09-17 20:35:19.489 11277 11577 V mpv : [vd:v] Using container aspect ratio.
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [in] 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [userdeint] 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [userdeint] (disabled)
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [autorotate] 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [autorotate] (disabled)
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [convert] 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [convert] (disabled)
09-17 20:35:19.489 11277 11577 V mpv : [vf:v] [out] 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.490 11277 11577 V mpv : [af:v] [in] 48000Hz stereo 2ch s16
09-17 20:35:19.490 11277 11577 V mpv : [af:v] [userspeed] 48000Hz stereo 2ch s16
09-17 20:35:19.490 11277 11577 V mpv : [af:v] [userspeed] (disabled)
09-17 20:35:19.490 11277 11577 V mpv : [af:v] [convert] 48000Hz stereo 2ch s16
09-17 20:35:19.540 11277 11577 E mpv : mpv_get_property(metadata/by-key/Artist) format 1 returned error property not found
09-17 20:35:19.542 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.542 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.543 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.543 11277 11577 E mpv : mpv_get_property(metadata/by-key/Album) format 1 returned error property not found
09-17 20:35:19.543 11277 11577 V mpv : event: audio-reconfig
09-17 20:35:19.543 11277 11577 V mpv : event: video-reconfig
09-17 20:35:19.543 11277 11577 V mpv : event: video-reconfig
09-17 20:35:19.560 11277 11577 V mpv : event: playback-restart
09-17 20:35:19.561 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.562 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.562 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.563 11277 11577 V mpv : [ao:v] Trying audio driver 'audiotrack'
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] requested format: 48000 Hz, stereo channels, s16
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] AudioTrack.nativeOutputSampleRate = 48000
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] Channel layouts:
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - mono
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - stereo
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - 3.0
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - quad
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - 5.0
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - 5.1
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - 6.1(back)
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] - 7.1
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] result: stereo
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] Setting bufferSize = 28800 (driver=15376, min=14400, max=28800)
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] Using NIO ByteBuffer
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] Using API21 initializer
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] AudioTrack.getBufferSizeInFrames = 7200
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] device buffer: 7200 samples.
09-17 20:35:19.563 11277 11577 V mpv : [ao/audiotrack:v] using soft-buffer of 9600 samples.
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:info] AO: [audiotrack] 48000Hz stereo 2ch s16
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] AO: Description: Android AudioTrack audio output
09-17 20:35:19.563 11277 11577 V mpv : [af:v] [convert] (disabled)
09-17 20:35:19.563 11277 11577 V mpv : [af:v] [out] 48000Hz stereo 2ch s16
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:info] VO: [gpu] 1920x1080 mediacodec
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] VO: Description: Shader-based GPU Renderer
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] reconfig to 1920x1080 mediacodec bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1920x1080+0+0
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Resize: 1220x2712
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Window size: 1220x2712 (Borders: l=0 t=0 r=0 b=0)
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Video source: 1920x1080 (1:1)
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Video display: (0, 0) 1920x1080 -> (0, 1013) 1220x686
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Video scale: 0.635417/0.635185
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] OSD borders: l=0 t=1013 r=0 b=1013
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Video borders: l=0 t=1013 r=0 b=1013
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Reported display depth: 8
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Testing FBO format rgba16f
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] Using FBO format rgba16f.
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu:v] No advanced processing required. Enabling dumb mode.
09-17 20:35:19.563 11277 11577 V mpv : [vo/gpu/aimagereader:v] Texture dimensions changed to 1920x1088
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] first video frame after restart shown
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:v] libass API version: 0x1703000
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:v] libass source: commit: 0.17.3-29-g1d826b9946b9cf91fed46137ffec5e906e47c1fd
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:v] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 9.0.0 (COMPLEX)
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:v] Setting up fonts...
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:info] can't find selected font provider
09-17 20:35:19.563 11277 11577 V mpv : [osd/libass:v] Done.
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] audio ready
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] starting audio playback
09-17 20:35:19.563 11277 11577 V mpv : [cplayer:v] playback restart complete @ 0.000000, audio=playing, video=playing
09-17 20:35:19.569 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.569 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.569 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.570 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.670 11277 11277 E mpv : mpv_get_property(track-list/0/title) format 1 returned error property unavailable
09-17 20:35:19.670 11277 11277 E mpv : mpv_get_property(track-list/1/lang) format 1 returned error property unavailable
09-17 20:35:19.670 11277 11277 E mpv : mpv_get_property(track-list/1/title) format 1 returned error property unavailable
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Resize: 1220x2712
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Window size: 1220x2712 (Borders: l=0 t=0 r=0 b=0)
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video source: 1920x1080 (1:1)
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video display: (0, 0) 1920x1080 -> (0, 1013) 1220x686
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video scale: 0.635417/0.635185
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] OSD borders: l=0 t=1013 r=0 b=1013
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video borders: l=0 t=1013 r=0 b=1013
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Reported display depth: 8
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Resize: 2712x1220
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Window size: 2712x1220 (Borders: l=0 t=0 r=0 b=0)
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video source: 1920x1080 (1:1)
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video display: (0, 0) 1920x1080 -> (272, 0) 2168x1220
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video scale: 1.129167/1.129630
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] OSD borders: l=272 t=0 r=272 b=0
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Video borders: l=272 t=0 r=272 b=0
09-17 20:35:19.689 11277 11577 V mpv : [vo/gpu:v] Reported display depth: 8
09-17 20:35:19.690 11277 11577 V mpv : [cplayer:v] Set property: android-surface-size="2712x1220" -> 1
09-17 20:35:21.476 11277 11577 V mpv : [cplayer:v] Set property: pause -> 1
09-17 20:35:22.245 11277 11577 V mpv : [cplayer:v] Set property: pause=true -> 1
09-17 20:35:22.979 11277 11577 V mpv : [cplayer:v] Set property: pause=true -> 1
09-17 20:35:22.994 11277 11277 V mpv : FilePickerActivity: created
09-17 20:35:23.563 11277 11277 W mpv : detaching surface
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Resize: 2712x1220
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Window size: 2712x1220 (Borders: l=0 t=0 r=0 b=0)
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Video source: 1920x1080 (1:1)
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Video display: (0, 0) 1920x1080 -> (272, 0) 2168x1220
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Video scale: 1.129167/1.129630
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] OSD borders: l=272 t=0 r=272 b=0
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Video borders: l=272 t=0 r=272 b=0
09-17 20:35:23.564 11277 11577 V mpv : [vo/gpu:v] Reported display depth: 8
09-17 20:35:23.605 11277 11577 V mpv : event: video-reconfig
09-17 20:35:23.611 11277 11577 V mpv : event: video-reconfig
09-17 20:35:23.612 11277 11577 V mpv : [vo/null:v] Assuming 120.000010 FPS for display sync.
09-17 20:35:23.612 11277 11577 V mpv : [vo/null:v] reconfig to 960x540 unknown auto/auto/auto/auto/auto CL=unknown
09-17 20:35:23.613 11277 11577 V mpv : event: video-reconfig
09-17 20:35:23.613 11277 11577 V mpv : [vd:v] Container reported FPS: 23.976024
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Codec list:
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] h264_v4l2m2m (h264) - V4L2 mem2mem H.264 decoder wrapper
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] h264_mediacodec (h264) - H.264 Android MediaCodec decoder
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Opening decoder h264
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Looking at hwdec h264_mediacodec-mediacodec...
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Could not create device.
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Looking at hwdec h264_mediacodec-mediacodec-copy...
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Trying hardware decoding via h264_mediacodec-mediacodec-copy.
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Using underlying hw-decoder 'h264_mediacodec'
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Pixel formats supported by decoder: mediacodec
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Codec profile: High (0x64)
09-17 20:35:23.614 11277 11577 V mpv : [vd:v] Requesting pixfmt 'mediacodec' from decoder.
09-17 20:35:23.614 11277 11577 V mpv : [ffmpeg/video:error] h264_mediacodec: Both surface and native_window are NULL
09-17 20:35:23.614 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Using surface 0x0
09-17 20:35:23.675 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: Output crop parameters top=0 bottom=1079 left=0 right=1919, resulting dimensions width=1920 height=1080
09-17 20:35:23.675 11277 11577 V mpv : [ffmpeg/video:v] h264_mediacodec: MediaCodec started successfully: codec = c2.qti.avc.decoder, ret = 0
09-17 20:35:23.675 11277 11577 V mpv : [ffmpeg/video:warn] h264_mediacodec: Input packet is missing PTS
09-17 20:35:23.687 11277 11577 V mpv : [vd:v] Selected decoder: h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
09-17 20:35:23.687 11277 11577 V mpv : [vf:v] User filter list:
09-17 20:35:23.687 11277 11577 V mpv : [vf:v] (empty)
09-17 20:35:23.687 11277 11577 V mpv : [cplayer:v] Set property: vo="null" -> 1
Here it displays the "mpv isn't responding", after I press the OK or whatever the button is - it outputs this:
09-17 20:35:47.637 11744 11744 V mpv : returned from player
That is missing any exception / backtrace info, unfortunately.
Logcat did not return any logs
Run
adb logcat -v tag | grep mpvShould be good enough.
I already got the log from this command but with time, for some reason it lists all my installed apps and maybe other things, I'll go through it and post it after I edit out some things
Here https://pastebin.com/V0mYtxdJ
The only relevant part I see is "MIUIScout", which I can guess reports ANRs with a backtrace. Better than nothing but unfortunately doesn't clue me in either.
Can you check if this happens with hwdec disabled?
The only relevant part I see is "MIUIScout", which I can guess reports ANRs with a backtrace. Better than nothing but unfortunately doesn't clue me in either.
Can you check if this happens with hwdec disabled?
If I understand correctly you mean "Hardware decoding". It is enabled
Yes. I am asking if the issue happens if you disable it.
Now the video does not open at all, just goes back to file picker.
https://pastebin.com/b8eKAiS6
If I press enough times on the video it crashes the app also
https://pastebin.com/E9byXTeA
You are clicking on a subtitle file in the file picker. What do you expect to happen?
My bad, the problem goes away with hardware decoding disabled.