xiaoyaocz / dart_simple_live

简简单单的看直播
GNU General Public License v3.0
7.03k stars 332 forks source link

[BUG] ubuntu24.04点击启动无反应 #450

Open easyTIDollar opened 5 months ago

easyTIDollar commented 5 months ago

非重复的Issue

BUG内容

双击无任何反应

重现步骤

从未成功打开过

截图或视频

No response

日志

No response

版本号

1.6.3

使用版本

正式版(Releases)

运行平台

Linux

操作系统信息

24.04

设备信息

amd5500+5700xt

备注

No response

xiaoyaocz commented 5 months ago

使用控制台打开,看看输出什么日志

Ma-yeah commented 3 months ago

下载simple_live_app-1.7.3+10703-linux.deb后,在终端执行sudo dpkg -i simple_live_app-1.7.3+10703-linux.deb命令,无明显错误提示,查看/var/log/dpkg.log文件内容如下:

2024-08-22 15:22:07 startup archives install
2024-08-22 15:22:07 install simple-live:amd64 1.7.3+10703 1.7.3+10703
2024-08-22 15:22:07 status half-installed simple-live:amd64 1.7.3+10703
2024-08-22 15:22:07 status triggers-pending bamfdaemon:amd64 0.5.6+repack-1
2024-08-22 15:22:07 status triggers-pending desktop-file-utils:amd64 0.26-deepin
2024-08-22 15:22:07 status triggers-pending spark-store:amd64 4.3.0-fix1
2024-08-22 15:22:07 status triggers-pending hicolor-icon-theme:all 0.17-2
2024-08-22 15:22:08 status unpacked simple-live:amd64 1.7.3+10703
2024-08-22 15:22:08 configure simple-live:amd64 1.7.3+10703 1.7.3+10703
2024-08-22 15:22:08 status half-configured simple-live:amd64 1.7.3+10703
2024-08-22 15:22:08 status installed simple-live:amd64 1.7.3+10703
2024-08-22 15:22:08 trigproc bamfdaemon:amd64 0.5.6+repack-1 <none>
2024-08-22 15:22:08 status half-configured bamfdaemon:amd64 0.5.6+repack-1
2024-08-22 15:22:08 status installed bamfdaemon:amd64 0.5.6+repack-1
2024-08-22 15:22:08 trigproc desktop-file-utils:amd64 0.26-deepin <none>
2024-08-22 15:22:08 status half-configured desktop-file-utils:amd64 0.26-deepin
2024-08-22 15:22:08 status installed desktop-file-utils:amd64 0.26-deepin
2024-08-22 15:22:08 trigproc spark-store:amd64 4.3.0-fix1 <none>
2024-08-22 15:22:08 status half-configured spark-store:amd64 4.3.0-fix1
2024-08-22 15:22:08 status installed spark-store:amd64 4.3.0-fix1
2024-08-22 15:22:08 trigproc hicolor-icon-theme:all 0.17-2 <none>
2024-08-22 15:22:08 status half-configured hicolor-icon-theme:all 0.17-2
2024-08-22 15:22:08 status installed hicolor-icon-theme:all 0.17-2

然后在终端 cd 到/usr/share/simple_live_app目录下,执行./simple_live_app有错误提示: ./simple_live_app: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

xiaoyaocz commented 3 months ago

参考 #390

Ma-yeah commented 3 months ago

感谢,安装 libmpv1 库之后可以打开了 ^_^