plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 168 forks source link

Segfault when running on wayland session #1040

Closed ghost closed 2 years ago

ghost commented 2 years ago

Test environment

PMS Version: 4.63.0 PMP Version: 2.58.1 Platform (Windows/macOS/Embedded RPi/Embedded Intel): Arch Linux w/ Plasma desktop under Wayland

Steps to reproduce

  1. Run plexmediaplayer while on a Wayland session

Current behavior

Expected behavior

  1. PMP opens under Wayland.

Here's my log file (note: I use PipeWire and Wayland):

2021-09-22 11:27:21 [ INFO  ] Log.cpp @ 115 - Starting Plex Media Player version: 2.58.0.dev-ae73e074 build date: 2021-08-31 
2021-09-22 11:27:21 [ INFO  ] Log.cpp @ 116 -   Running on: Arch Linux [5.14.6-arch1-1] arch x86_64 
2021-09-22 11:27:21 [ INFO  ] Log.cpp @ 117 -   Qt Version: 5.15.2 [x86_64-little_endian-lp64] 
2021-09-22 11:27:21 [ DEBUG ] UpdateManager.cpp @ 45 - No Update directory found, exiting 
2021-09-22 11:27:21 [ WARN  ] Log.cpp @ 35 - "QObject::connect(SettingsSection, Unknown): invalid nullptr parameter" 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: settings inited 
2021-09-22 11:27:21 [ DEBUG ] HTTPServer.cpp @ 32 - Listening to port: 32433 
2021-09-22 11:27:21 [ INFO  ] InputMapping.cpp @ 113 - Loading inputmaps from: ":/inputmaps" 
2021-09-22 11:27:21 [ WARN  ] InputMapping.cpp @ 92 - Missing element 'idmatcher' from mapping file: ":/inputmaps/dualshock4-xbox-emulate.json" 
2021-09-22 11:27:21 [ INFO  ] InputMapping.cpp @ 113 - Loading inputmaps from: "/home/[NAME]/.local/share/plexmediaplayer/inputmaps" 
2021-09-22 11:27:21 [ INFO  ] InputComponent.cpp @ 54 - Successfully inited input: Keyboard 
2021-09-22 11:27:21 [ INFO  ] LocalJsonServer.cpp @ 33 - Listening to socket: "/tmp/pmp_inputSocket_[NAME].sock" 
2021-09-22 11:27:21 [ INFO  ] InputComponent.cpp @ 54 - Successfully inited input: socket 
2021-09-22 11:27:21 [ INFO  ] InputComponent.cpp @ 54 - Successfully inited input: roku 
2021-09-22 11:27:21 [ INFO  ] InputSDL.cpp @ 207 - SDL found  0  joysticks 
2021-09-22 11:27:21 [ INFO  ] InputComponent.cpp @ 54 - Successfully inited input: SDL 
2021-09-22 11:27:21 [ ERROR ] InputLIRC.cpp @ 82 - LIRC Socket Error :  QLocalSocket::ServerNotFoundError 
2021-09-22 11:27:21 [ WARN  ] InputComponent.cpp @ 50 - Failed to init input: LIRC 
2021-09-22 11:27:21 [ INFO  ] InputCEC.cpp @ 112 - libCEC was successfully initialized, found version 393218 
2021-09-22 11:27:21 [ INFO  ] InputComponent.cpp @ 54 - Successfully inited input: CEC 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: input inited 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: system inited 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 20 - "DisplayManager found 1 Display(s)." 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 26 - "Available modes for Display #0 (XWAYLAND0)" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  0:  1920 x 1080 x  0bpp @59.9628Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  1:  1440 x 1080 x  0bpp @59.9888Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  2:  1400 x 1050 x  0bpp @59.9784Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  3:  1280 x 1024 x  0bpp @59.8948Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  4:  1280 x  960 x  0bpp @59.939Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  5:  1152 x  864 x  0bpp @59.9586Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  6:  1024 x  768 x  0bpp @59.9201Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  7:   800 x  600 x  0bpp @59.8614Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  8:   640 x  480 x  0bpp @59.375Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode  9:   320 x  240 x  0bpp @59.5238Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 10:  1680 x 1050 x  0bpp @59.9543Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 11:  1440 x  900 x  0bpp @59.8874Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 12:  1280 x  800 x  0bpp @59.8103Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 13:   720 x  480 x  0bpp @59.7098Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 14:   640 x  400 x  0bpp @59.952Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 15:   320 x  200 x  0bpp @58.9623Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 16:  1600 x  900 x  0bpp @59.946Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 17:  1368 x  768 x  0bpp @59.882Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 18:  1280 x  720 x  0bpp @59.8551Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 19:  1024 x  576 x  0bpp @59.8992Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 20:   864 x  486 x  0bpp @59.9153Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 21:   720 x  400 x  0bpp @59.5506Hz" 
2021-09-22 11:27:21 [ INFO  ] DisplayManager.cpp @ 30 - "Mode 22:   640 x  350 x  0bpp @59.7678Hz" 
2021-09-22 11:27:21 [ ERROR ] DisplayManager.cpp @ 47 - DisplayManager : unable to retrieve main display 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: display inited 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: updater inited 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: remote inited 
2021-09-22 11:27:21 [ DEBUG ] SettingsComponent.cpp @ 140 - Updated possible values for: "device" to (QVariant(QVariantMap, QMap(("title", QVariant(QString, "Autoselect device"))("value", QVariant(QString, "auto")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 3 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_5__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 2 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_4__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 1 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_3__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller Speaker + Headphones"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PulseEffects(apps)"))("value", QVariant(QString, "pulse/PulseEffects_apps")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PulseEffects(mic)"))("value", QVariant(QString, "pulse/PulseEffects_mic")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Default (alsa)"))("value", QVariant(QString, "alsa")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Rate Converter Plugin Using Samplerate Library"))("value", QVariant(QString, "alsa/samplerate")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Rate Converter Plugin Using Speex Resampler"))("value", QVariant(QString, "alsa/speexrate")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "JACK Audio Connection Kit"))("value", QVariant(QString, "alsa/jack")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Open Sound System"))("value", QVariant(QString, "alsa/oss")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PipeWire Sound Server"))("value", QVariant(QString, "alsa/pipewire")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)"))("value", QVariant(QString, "alsa/speex")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin for channel upmix (4,6,8)"))("value", QVariant(QString, "alsa/upmix")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin for channel downmix (stereo) with a simple spacialization"))("value", QVariant(QString, "alsa/vdownmix")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "sof-hda-dsp, /Default Audio Device"))("value", QVariant(QString, "alsa/sysdefault:CARD=sofhdadsp")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "sof-hda-dsp/USB Stream Output"))("value", QVariant(QString, "alsa/usbstream:CARD=sofhdadsp")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Default (jack)"))("value", QVariant(QString, "jack"))))) 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 977 - Audio devices removed: QSet() 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 978 - Audio devices added: QSet("pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_4__sink", "alsa/samplerate", "alsa/vdownmix", "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink", "alsa", "alsa/speex", "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_5__sink", "alsa/sysdefault:CARD=sofhdadsp", "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_3__sink", "pulse/PulseEffects_apps", "alsa/upmix", "jack", "alsa/usbstream:CARD=sofhdadsp", "alsa/jack", "alsa/pipewire", "alsa/speexrate", "auto", "alsa/oss", "pulse/PulseEffects_mic") 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 979 - Audio device selected: "auto" 
2021-09-22 11:27:21 [ INFO  ] PlayerComponent.cpp @ 1134 - Audio Config - device: auto, channel layout: 2.0, passthrough codecs: none, ac3 transcoding: no 
2021-09-22 11:27:21 [ INFO  ] PlayerComponent.cpp @ 1271 - Codec "mpeg2video" present 
2021-09-22 11:27:21 [ INFO  ] PlayerComponent.cpp @ 1271 - Codec "vc1" present 
2021-09-22 11:27:21 [ INFO  ] PlayerComponent.cpp @ 230 - Present codecs: aasc aic alias_pix agm amv anm ansi apng arbc argo asv1 asv2 aura aura2 avrp avrn avs avui ayuv bethsoftvid bfi binkvideo bitpacked bmp bmv_video brender_pix c93 cavs cdgraphics cdtoons cdxl cfhd cinepak clearvideo cljr cllc cpia cri camstudio cyuv dds dfa dirac dnxhd dpx dsicinvideo dvvideo dxa dxtory dxv eacmv eamad eatgq eatgv eatqi 8bps escape124 escape130 exr ffv1 ffvhuff fic fits flashsv flashsv2 flic flv fmvc 4xm fraps frwu g2m gdv gif h261 h263 h263i h263p h263_v4l2m2m h264 h264_v4l2m2m h264_qsv hap hevc hevc_qsv hevc_v4l2m2m hnm4video hq_hqa hqx huffyuv hymt idcinvideo iff imm4 imm5 indeo2 indeo3 indeo4 indeo5 interplayvideo ipu jpeg2000 jpegls jv kgv1 kmvc lagarith loco lscr m101 magicyuv mdec mimic mjpeg mjpegb mmvideo mobiclip motionpixels mpeg1video mpeg2video mpeg4 mpeg4_v4l2m2m mpegvideo mpeg1_v4l2m2m mpeg2_v4l2m2m mpeg2_qsv msa1 mscc msmpeg4v1 msmpeg4v2 msmpeg4 msp2 msrle mss1 mss2 msvideo1 mszh mts2 mv30 mvc1 mvc2 mvdv mvha mwsc mxpeg notchlc nuv paf_video pam pbm pcx pfm pgm pgmyuv pgx photocd pictor pixlet png ppm prores prosumer psd ptx qdraw qpeg qtrle r10k r210 rasc rawvideo rl2 roqvideo rpza rscc rv10 rv20 rv30 rv40 sanm scpr screenpresso sga sgi sgirle sheervideo simbiosis_imx smackvid smc smvjpeg snow sp5x speedhq srgc sunrast svq1 svq3 targa targa_y216 tdsc theora thp tiertexseqvideo tiff tmv truemotion1 truemotion2 truemotion2rt camtasia tscc2 txd ultimotion utvideo v210 v210x v308 v408 v410 vb vble vc1 vc1image vc1_qsv vc1_v4l2m2m vcr1 vmdvideo vmnc vp3 vp4 vp5 vp6 vp6a vp6f vp7 vp8 vp8_v4l2m2m vp9 vp9_v4l2m2m vqavideo webp wcmv wrapped_avframe wmv1 wmv2 wmv3 wmv3image wnv1 xan_wc3 xan_wc4 xbm xface xl xpm xwd y41p ylc yop yuv4 012v zerocodec zlib zmbv libdav1d libopenjpeg librsvg libvpx libvpx-vp9 bintext xbin idf libaom-av1 av1 av1_cuvid av1_qsv h264_cuvid hevc_cuvid mjpeg_cuvid mjpeg_qsv mpeg1_cuvid mpeg2_cuvid mpeg4_cuvid vc1_cuvid vp8_cuvid vp8_qsv vp9_cuvid vp9_qsv comfortnoise dvaudio 8svx_exp 8svx_fib s302m aac aac_fixed aac_latm ac3 ac3_fixed acelp.kelvin alac als amrnb amrwb ape aptx aptx_hd atrac1 atrac3 atrac3al atrac3plus atrac3plusal atrac9 binkaudio_dct binkaudio_rdft bmv_audio cook dca dolby_e dsd_lsbf dsd_msbf dsd_lsbf_planar dsd_msbf_planar dsicinaudio dss_sp dst eac3 evrc fastaudio wavesynth flac g723_1 g729 gsm gsm_ms hca hcom iac ilbc imc interplayacm mace3 mace6 metasound mlp mp1 mp1float mp2 mp2float mp3float mp3 mp3adufloat mp3adu mp3on4float mp3on4 mpc7 mpc8 nellymoser on2avc opus paf_audio qcelp qdm2 qdmc real_144 real_288 ralf sbc shorten sipr siren smackaud sonic tak truehd truespeech tta twinvq vmdaudio vorbis wavpack wmalossless wmapro wmav1 wmav2 wmavoice ws_snd1 xma1 xma2 pcm_alaw pcm_bluray pcm_dvd pcm_f16le pcm_f24le pcm_f32be pcm_f32le pcm_f64be pcm_f64le pcm_lxf pcm_mulaw pcm_s8 pcm_s8_planar pcm_s16be pcm_s16be_planar pcm_s16le pcm_s16le_planar pcm_s24be pcm_s24daud pcm_s24le pcm_s24le_planar pcm_s32be pcm_s32le pcm_s32le_planar pcm_s64be pcm_s64le pcm_sga pcm_u8 pcm_u16be pcm_u16le pcm_u24be pcm_u24le pcm_u32be pcm_u32le pcm_vidc derf_dpcm gremlin_dpcm interplay_dpcm roq_dpcm sdx2_dpcm sol_dpcm xan_dpcm adpcm_4xm adpcm_adx adpcm_afc adpcm_agm adpcm_aica adpcm_argo adpcm_ct adpcm_dtk adpcm_ea adpcm_ea_maxis_xa adpcm_ea_r1 adpcm_ea_r2 adpcm_ea_r3 adpcm_ea_xas g722 g726 g726le adpcm_ima_amv adpcm_ima_alp adpcm_ima_apc adpcm_ima_apm adpcm_ima_cunning adpcm_ima_dat4 adpcm_ima_dk3 adpcm_ima_dk4 adpcm_ima_ea_eacs adpcm_ima_ea_sead adpcm_ima_iss adpcm_ima_moflex adpcm_ima_mtf adpcm_ima_oki adpcm_ima_qt adpcm_ima_rad adpcm_ima_ssi adpcm_ima_smjpeg adpcm_ima_wav adpcm_ima_ws adpcm_ms adpcm_mtaf adpcm_psx adpcm_sbpro_2 adpcm_sbpro_3 adpcm_sbpro_4 adpcm_swf adpcm_thp adpcm_thp_le adpcm_vima adpcm_xa adpcm_yamaha adpcm_zork libgsm libgsm_ms libopencore_amrnb libopencore_amrwb libopus libspeex libvorbis a64multi(enc) a64multi5(enc) alias_pix(enc) amv(enc) apng(enc) asv1(enc) asv2(enc) avrp(enc) avui(enc) ayuv(enc) bmp(enc) cfhd(enc) cinepak(enc) cljr(enc) comfortnoise(enc) dnxhd(enc) dpx(enc) dvvideo(enc) exr(enc) ffv1(enc) ffvhuff(enc) fits(enc) flashsv(enc) flashsv2(enc) flv(enc) gif(enc) h261(enc) h263(enc) h263p(enc) huffyuv(enc) jpeg2000(enc) jpegls(enc) ljpeg(enc) magicyuv(enc) mjpeg(enc) mpeg1video(enc) mpeg2video(enc) mpeg4(enc) msmpeg4v2(enc) msmpeg4(enc) msvideo1(enc) pam(enc) pbm(enc) pcx(enc) pfm(enc) pgm(enc) pgmyuv(enc) png(enc) ppm(enc) prores(enc) prores_aw(enc) prores_ks(enc) qtrle(enc) r10k(enc) r210(enc) rawvideo(enc) roqvideo(enc) rpza(enc) rv10(enc) rv20(enc) s302m(enc) sgi(enc) snow(enc) speedhq(enc) sunrast(enc) svq1(enc) targa(enc) tiff(enc) utvideo(enc) v210(enc) v308(enc) v408(enc) v410(enc) vc2(enc) wrapped_avframe(enc) wmv1(enc) wmv2(enc) xbm(enc) xface(enc) xwd(enc) y41p(enc) yuv4(enc) zlib(enc) zmbv(enc) aac(enc) ac3(enc) ac3_fixed(enc) alac(enc) aptx(enc) aptx_hd(enc) dca(enc) eac3(enc) flac(enc) g723_1(enc) mlp(enc) mp2(enc) mp2fixed(enc) nellymoser(enc) opus(enc) real_144(enc) sbc(enc) sonic(enc) sonicls(enc) truehd(enc) tta(enc) vorbis(enc) wavpack(enc) wmav1(enc) wmav2(enc) pcm_alaw(enc) pcm_dvd(enc) pcm_f32be(enc) pcm_f32le(enc) pcm_f64be(enc) pcm_f64le(enc) pcm_mulaw(enc) pcm_s8(enc) pcm_s8_planar(enc) pcm_s16be(enc) pcm_s16be_planar(enc) pcm_s16le(enc) pcm_s16le_planar(enc) pcm_s24be(enc) pcm_s24daud(enc) pcm_s24le(enc) pcm_s24le_planar(enc) pcm_s32be(enc) pcm_s32le(enc) pcm_s32le_planar(enc) pcm_s64be(enc) pcm_s64le(enc) pcm_u8(enc) pcm_u16be(enc) pcm_u16le(enc) pcm_u24be(enc) pcm_u24le(enc) pcm_u32be(enc) pcm_u32le(enc) pcm_vidc(enc) roq_dpcm(enc) adpcm_adx(enc) adpcm_argo(enc) g722(enc) g726(enc) g726le(enc) adpcm_ima_amv(enc) adpcm_ima_alp(enc) adpcm_ima_apm(enc) adpcm_ima_qt(enc) adpcm_ima_ssi(enc) adpcm_ima_wav(enc) adpcm_ms(enc) adpcm_swf(enc) adpcm_yamaha(enc) ssa(enc) ass(enc) dvbsub(enc) dvdsub(enc) mov_text(enc) srt(enc) subrip(enc) text(enc) ttml(enc) webvtt(enc) xsub(enc) libaom-av1(enc) libgsm(enc) libgsm_ms(enc) libmp3lame(enc) libopencore_amrnb(enc) libopenjpeg(enc) libopus(enc) librav1e(enc) libspeex(enc) libsvtav1(enc) libtheora(enc) libvorbis(enc) libvpx(enc) libvpx-vp9(enc) libwebp_anim(enc) libwebp(enc) libx264(enc) libx264rgb(enc) libx265(enc) libxvid(enc) h263_v4l2m2m(enc) h264_amf(enc) h264_nvenc(enc) h264_qsv(enc) h264_v4l2m2m(enc) h264_vaapi(enc) nvenc(enc) nvenc_h264(enc) nvenc_hevc(enc) hevc_amf(enc) hevc_nvenc(enc) hevc_qsv(enc) hevc_v4l2m2m(enc) hevc_vaapi(enc) mjpeg_qsv(enc) mjpeg_vaapi(enc) mpeg2_qsv(enc) mpeg2_vaapi(enc) mpeg4_v4l2m2m(enc) vp8_v4l2m2m(enc) vp8_vaapi(enc) vp9_vaapi(enc) vp9_qsv(enc) 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: player inited 
2021-09-22 11:27:21 [ INFO  ] ComponentManager.cpp @ 41 - Component: power inited 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: switch mapped to DisplayComponent::switchCommand 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: recreateRpiUI mapped to DisplayManagerX11::resetRendering 
2021-09-22 11:27:21 [ ERROR ] InputComponent.cpp @ 273 - Slot for host command missing, or has incorrect signature! 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: player mapped to PlayerComponent::userCommand 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: poweroff mapped to PowerComponentX11::PowerOff 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: reboot mapped to PowerComponentX11::Reboot 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: suspend mapped to PowerComponentX11::Suspend 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: cycle_setting mapped to SettingsComponent::cycleSettingCommand 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: set_setting mapped to SettingsComponent::setSettingCommand 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: crash! mapped to SystemComponent::crashApp 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: script mapped to SystemComponent::runUserScript 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: message mapped to SystemComponent::hostMessage 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 264 - Host command maps to method with an argument. 
2021-09-22 11:27:21 [ DEBUG ] SettingsComponent.cpp @ 783 - () 
2021-09-22 11:27:21 [ WARN  ] Log.cpp @ 35 - "QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future." 
2021-09-22 11:27:21 [ WARN  ] Log.cpp @ 35 - "Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created." 
2021-09-22 11:27:21 [ DEBUG ] HelperLauncher.cpp @ 52 - Connecting to helper 
2021-09-22 11:27:21 [ DEBUG ] HelperLauncher.cpp @ 148 - Connected to helper 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: close mapped to KonvergoWindow::close 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: toggleDebug mapped to KonvergoWindow::toggleDebug 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: reload mapped to KonvergoWindow::reloadWeb 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: fullscreen mapped to KonvergoWindow::toggleFullscreen 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: minimize mapped to KonvergoWindow::minimizeWindow 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 255 - Adding host command: switchMode mapped to KonvergoWindow::toggleWebMode 
2021-09-22 11:27:21 [ DEBUG ] InputComponent.cpp @ 269 - Host command maps to method without arguments. 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 297 - Restoring geo: QRect(0,27 1920x1023) 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 219 - Window state when saving geometry: QWindow::Hidden 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 230 - Saving window geometry: QRect(0,27 1920x1023) 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 518 - QWindow visibility set to QWindow::Windowed 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 297 - Restoring geo: QRect(0,27 1920x1023) 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 219 - Window state when saving geometry: QWindow::Windowed 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 230 - Saving window geometry: QRect(0,27 1920x1023) 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 724 - Screen 0 QScreen(0x563d1a42ad10, name="eDP-1") QRect(0,0 1920x1080) QRect(0,0 1920x1080) active: true selected: false 
2021-09-22 11:27:21 [ DEBUG ] SettingsComponent.cpp @ 140 - Updated possible values for: "forceFSScreen" to (QVariant(QVariantMap, QMap(("title", QVariant(QString, "Auto"))("value", QVariant(QString, "")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "0,0 1919x1079 (eDP-1) *"))("value", QVariant(QString, "eDP-1"))))) 
2021-09-22 11:27:21 [ DEBUG ] SettingsComponent.cpp @ 775 - Using web-client URL:  "file:////usr/share/plexmediaplayer/web-client/tv/index.html" 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: display to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: input to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: player to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: power to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: remote to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: settings to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: system to webchannel 
2021-09-22 11:27:21 [ DEBUG ] ComponentManager.cpp @ 88 - Adding component: updater to webchannel 
2021-09-22 11:27:21 [ INFO  ] Log.cpp @ 91 - Setting log level to: "debug" 
2021-09-22 11:27:21 [ DEBUG ] SettingsComponent.cpp @ 140 - Updated possible values for: "device" to (QVariant(QVariantMap, QMap(("title", QVariant(QString, "Autoselect device"))("value", QVariant(QString, "auto")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 3 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_5__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 2 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_4__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller HDMI / DisplayPort 1 Output"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_3__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Tiger Lake-LP Smart Sound Technology Audio Controller Speaker + Headphones"))("value", QVariant(QString, "pulse/alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PulseEffects(apps)"))("value", QVariant(QString, "pulse/PulseEffects_apps")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PulseEffects(mic)"))("value", QVariant(QString, "pulse/PulseEffects_mic")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Default (alsa)"))("value", QVariant(QString, "alsa")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Rate Converter Plugin Using Samplerate Library"))("value", QVariant(QString, "alsa/samplerate")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Rate Converter Plugin Using Speex Resampler"))("value", QVariant(QString, "alsa/speexrate")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "JACK Audio Connection Kit"))("value", QVariant(QString, "alsa/jack")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Open Sound System"))("value", QVariant(QString, "alsa/oss")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "PipeWire Sound Server"))("value", QVariant(QString, "alsa/pipewire")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)"))("value", QVariant(QString, "alsa/speex")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin for channel upmix (4,6,8)"))("value", QVariant(QString, "alsa/upmix")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Plugin for channel downmix (stereo) with a simple spacialization"))("value", QVariant(QString, "alsa/vdownmix")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "sof-hda-dsp, /Default Audio Device"))("value", QVariant(QString, "alsa/sysdefault:CARD=sofhdadsp")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "sof-hda-dsp/USB Stream Output"))("value", QVariant(QString, "alsa/usbstream:CARD=sofhdadsp")))), QVariant(QVariantMap, QMap(("title", QVariant(QString, "Default (jack)"))("value", QVariant(QString, "jack"))))) 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 977 - Audio devices removed: QSet() 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 978 - Audio devices added: QSet() 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 979 - Audio device selected: "auto" 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: option --hwdec-preload was replaced with --opengl-hwdec-interop and might be removed in the future. 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: option --opengl-hwdec-interop was replaced with --gpu-hwdec-interop and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: mpv 0.33.1-dirty Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:  built on UNKNOWN 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: FFmpeg library versions: 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libavutil       56.70.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libavcodec      58.134.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libavformat     58.76.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libswscale      5.9.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libavfilter     7.110.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:    libswresample   3.9.100 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: FFmpeg version: n4.4 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer:  
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-cdda --enable-dvb --enable-dvdnav --enable-libarchive --enable-libmpv-shared --disable-build-date --disable-caca 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: List of enabled features: 52arch alsa asm cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband shaderc shaderc-shared stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vt.h vulkan wayland wayland-protocols x11 xv zimg zlib 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Waiting for scripts... 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - ao/pulse: Library version: 15.0.0 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - ao/pulse: Proto: 35 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - ao/pulse: Server proto: 4294967295 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: audio-exclusive=false -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: audio-device="auto" -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: option --af-defaults is deprecated and might be removed in the future (use --af + enable/disable flags). 
2021-09-22 11:27:21 [ ERROR ] PlayerComponent.cpp @ 604 - cplayer: Option af-defaults: lavrresample doesn't exist. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: af-defaults="lavrresample:normalize=yes:o=[surround_mix_level=1]" -> -4 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: audio-spdif="" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: audio-channels="2.0" -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Option af-del: -del is deprecated! Use -remove (removes by content instead of by index). 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Option af-del: item label @ac3 not found. 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'sub-text-font-size' was replaced with 'sub-font-size' and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-font-size=32 -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-text-font-size=32 -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'sub-text-color' was replaced with 'sub-color' and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-color="#EEEEEE" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-text-color="#EEEEEE" -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'sub-text-border-color' was replaced with 'sub-border-color' and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-border-color="#000000" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-text-border-color="#000000" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: libass API version: 0x1501000 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: libass source: commit: 0.15.1-0-g5447214643eacef71776350e779adf4b6c07bb3b-dirty 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: Shaper: FriBidi 1.0.10 (SIMPLE) HarfBuzz-ng 2.9.1 (COMPLEX) 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: Setting up fonts... 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: Using font provider fontconfig 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - osd/libass: Done. 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'sub-text-align-x' was replaced with 'sub-align-x' and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-align-x="center" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-text-align-x="center" -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'sub-text-align-y' was replaced with 'sub-align-y' and might be removed in the future. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-align-y="bottom" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: sub-text-align-y="bottom" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: video-sync="audio" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: hwdec="no" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: videotoolbox-format="nv12" -> -3 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: deinterlace="no" -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Setting the display-fps property is deprecated; set the override-display-fps property instead. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: display-fps=0.000000 -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: audio-delay=0.000000 -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Done loading scripts. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: cache=76800 -> -4 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: video-unscaled=false -> 1 
2021-09-22 11:27:21 [ WARN  ] PlayerComponent.cpp @ 602 - cplayer: Warning: property 'video-aspect' is deprecated, refer to 'video-params/aspect' and 'video-aspect-override'. 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: video-aspect="-1" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: keepaspect=true -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: panscan=0.000000 -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: video-unscaled=false -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: video-aspect="-1" -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: keepaspect=true -> 1 
2021-09-22 11:27:21 [ DEBUG ] PlayerComponent.cpp @ 598 - cplayer: Set property: panscan=0.000000 -> 1 
2021-09-22 11:27:21 [ DEBUG ] HelperLauncher.cpp @ 93 - Helper is running version: "2.58.0.dev-ae73e074" 
2021-09-22 11:27:21 [ DEBUG ] KonvergoWindow.cpp @ 635 - resize event: QSize(1920, 1023) 

The segfault I mentioned happens after the resize event.

gbooker commented 2 years ago

A simple search reveals that this has been discussed numerous times before.