[problem help] 升级 beta3 后 scrcpy 无法运行
Tofloor
poster avatar
王猛龙
deepin
2024-02-27 13:39
Author
$ /opt/apps/scrcpy.genymobile.github/files/AppRun
scrcpy: error while loading shared libraries: libavformat.so.58: cannot open shared object file: No such file or directory

提示报错,无法使用了:

image.png

Reply Favorite View the author
All Replies
何不向雕陵
deepin
2024-02-27 14:10
#1

可以尝试卸载重装

如果不行可以手动安装缺少的库:sudo apt install libavformat-dev

Reply View the author
王猛龙
deepin
2024-02-27 14:46
#2
何不向雕陵

可以尝试卸载重装

如果不行可以手动安装缺少的库:sudo apt install libavformat-dev

image.png

Reply View the author
deepin-superuser
deepin
2024-02-27 15:00
#3

显然是没有适配 ffmpeg 6.0

Reply View the author
Ziggy
deepin
2024-02-27 15:09
#4

like

感谢反馈,初步判断为ffmpeg适配不完整,已经新建issue单并联系维护者处理了:

https://gitee.com/openapps-over-os/maintainer-hub/issues/I943O2

由于Beta3对比Beta2软件仓库变动较大,相关软件兼容性适配将在Beta3镜像发布后陆续开展

对于下载失败、依赖错误等兼容性问题欢迎大家积极通过应用商店或论坛反馈

Reply View the author
王猛龙
deepin
2024-02-27 15:12
#5
Ziggy

like

感谢反馈,初步判断为ffmpeg适配不完整,已经新建issue单并联系维护者处理了:

https://gitee.com/openapps-over-os/maintainer-hub/issues/I943O2

由于Beta3对比Beta2软件仓库变动较大,相关软件兼容性适配将在Beta3镜像发布后陆续开展

对于下载失败、依赖错误等兼容性问题欢迎大家积极通过应用商店或论坛反馈

主要是这个工具 我总用,一下就发现了 哈哈

Reply View the author
神末shenmo
deepin
Spark-App
2024-02-27 15:13
#6

这个我最后用ACE解决了,即使启动了也有显示黑屏的问题

Reply View the author
王猛龙
deepin
2024-02-27 15:14
#7
Ziggy

like

感谢反馈,初步判断为ffmpeg适配不完整,已经新建issue单并联系维护者处理了:

https://gitee.com/openapps-over-os/maintainer-hub/issues/I943O2

由于Beta3对比Beta2软件仓库变动较大,相关软件兼容性适配将在Beta3镜像发布后陆续开展

对于下载失败、依赖错误等兼容性问题欢迎大家积极通过应用商店或论坛反馈

这是运行文件的内容,应该是某个变量变了导致的:

$ cat /opt/apps/scrcpy.genymobile.github/files/AppRun
#!/bin/bash

SELF=$(readlink -f "$0")
HERE=${SELF%/*}

export PATH="${HERE}/bin${PATH:+:$PATH}:/usr/local/bin:/usr/bin"


exec scrcpy -Sw $*

Reply View the author
Ziggy
deepin
2024-02-27 16:07
#8
神末shenmo

这个我最后用ACE解决了,即使启动了也有显示黑屏的问题

黑屏可能是mesa的问题,我后面可能会维护一个ffmpeg6,稳定性就好很多了

Reply View the author