[ Technical exchange] 玲珑构建出的Layer文件和UAB在其他机器上无法打开 Resolved
Tofloor
poster avatar
璃晨Kass
deepin
2025-08-02 22:11
Author

近几日在deepin 25上编译Aegisub的玲珑版本,构建出的layer文件和UAB包在自己的机器打开正常,在别的机器上打开错误。

layer安装报错内容

Yuan0866@Yuan0866-PC:~/Downloads$ ll-cli install ./com.github.aegisub.linyaps_3.4.2.0_x86_64_binary.layer
(13981) ./libs/linglong/src/linglong/cli/cli.cpp:1012 install from file "/home/Yuan0866/Downloads/com.github.aegisub.linyaps_3.4.2.0_x86_64_binary.layer"
Error: CODE=-1
./libs/linglong/src/linglong/cli/cli.cpp:1059 install from file /home/Yuan0866/Downloads/com.github.aegisub.linyaps_3.4.2.0_x86_64_binary.layer: ./libs/linglong/src/linglong/package/layer_file.cpp:46 open layer: open layer failed

UAB包安装报错内容

(16600) ./libs/linglong/src/linglong/cli/cli.cpp:1012 install from file "/home/Yuan0866/Downloads/com.github.aegisub.linyaps_x86_64_3.4.2.1_main.uab"
Error: CODE=-1
./libs/linglong/src/linglong/cli/cli.cpp:1059 install from file /home/Yuan0866/Downloads/com.github.aegisub.linyaps_x86_64_3.4.2.1_main.uab: ./libs/linglong/src/linglong/package/uab_file.cpp:48 load uab file: open uab failed: Permission denied

不知道这是什么原因产生的

Reply Favorite View the author
All Replies
MeGusta
deepin
2025-08-02 23:11
#1

别的机器上面玲珑版本是多少?

Reply View the author
璃晨Kass
deepin
2025-08-02 23:37
#2
MeGusta

别的机器上面玲珑版本是多少?

1.82

Reply View the author
root
deepin
2025-08-03 09:35
#3

linglong 应用能否运行取决于运行环境的内核对 erofsfuse 的支持能力

Reply View the author
MeGusta
deepin
2025-08-03 10:53
#4
璃晨Kass

1.82

升级到最新的1.9.x试试?

Reply View the author
璃晨Kass
deepin
2025-08-03 22:39
#5
MeGusta

升级到最新的1.9.x试试?

无效

Reply View the author
会飞的鱼11
deepin
Community Developer
2025-08-04 14:36
#6

先看看原文件的权限是什么,看是不是只有只读权限,如果是只有只读权限,会出现这个问题,这个问题内部研发正在修复,可以先将原文件权限改成755后再试试

Reply View the author
璃晨Kass
deepin
2025-08-04 18:09
#7
会飞的鱼11

先看看原文件的权限是什么,看是不是只有只读权限,如果是只有只读权限,会出现这个问题,这个问题内部研发正在修复,可以先将原文件权限改成755后再试试

确实是权限问题 改成755权限就可以安装了

Reply View the author