Arch Linux Geph GUI出现OS Error 13错误

Arch Linux+AUR gephgui-wry-bin包,开启“自动配置代理”时尝试连接,报OS Error 13错误(权限不够),但挂sudo后问题依旧。关闭“自动配置代理”可以联通服务器,但在系统代理配置界面手动配置代理地址为127.0.0.1:9909/9910无效,仍然无法穿墙。
gephgui-wry-git包无此问题。

命令行报错:

> gephgui-wry                                                                                                                                    ⌚ 21:40:42/CST
2026-04-27T13:40:51.786293Z  INFO geph5_client::client: raised file descriptor limit to 65535
2026-04-27T13:40:51.786377Z DEBUG geph5_client::database: INITIALIZING DATABASE
2026-04-27T13:40:51.793304Z DEBUG gephgui_wry::rpc: JS calling daemon method="latest_news" args=[String("zh-CN")]
2026-04-27T13:40:51.793379Z DEBUG gephgui_wry::rpc: JS calling daemon method="broker_rpc" args=[String("get_free_voucher"), Array [String("905043552855187051404345")]]
2026-04-27T13:40:51.793514Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_free_voucher" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:52.093788Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_free_voucher" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:52.931348Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:53.790114Z DEBUG gephgui_wry::rpc: JS calling daemon method="net_status" args=[]
2026-04-27T13:40:53.790160Z DEBUG gephgui_wry::rpc: JS calling daemon method="broker_rpc" args=[String("get_user_info_by_cred"), Array [Object {"secret": String("905043552855187051404345")}]]
2026-04-27T13:40:53.790480Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_net_status" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:53.790601Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_user_info_by_cred" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:53.933908Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:54.090941Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_net_status" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:54.091256Z DEBUG geph5_client::broker::fronted_http: calling broker through http method="get_user_info_by_cred" url="https://kubernetes.io/" host=Some("svitania-naidallszei-2.netlify.app")
2026-04-27T13:40:54.936515Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:55.940026Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:56.942629Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:57.946756Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:58.948392Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:40:59.950530Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:41:00.440038Z DEBUG gephgui_wry::rpc: JS calling daemon method="recent_logs" args=[]
2026-04-27T13:41:00.953718Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:41:10.179525Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:41:11.382882Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:41:12.385141Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]
2026-04-27T13:41:13.388192Z DEBUG gephgui_wry::rpc: JS calling daemon method="stat_history" args=[String("traffic")]

如果没有懂王回复,不如自己谷歌或AI来的快?

主要的问题是「看不出位置」。
谷歌可知OS Error 13是读写权限的问题,显然是因为geph试图在需要被chmod改权限的目录中进行读写。但我看日志没有任何的关于「Geph试图在哪个目录中读写」的提示,调试日志和命令行输出也一致,没有更多信息。

首次使用?以前正常的版本储存文件在何处?
Win下读写系统用户文件夹(操作者自己把它搞得明明白白)。。。
Win下迷雾通采用WebView2系统框架,数据在
C:\Users\用户名\AppData\Roaming\EBWebView 文件夹
缓存在 C:\Users\用户名\AppData\Roaming 文件夹,文件以 geph5-persist- 打头。。。
迷雾通采用的各系统框架?

依稀记得,貌似有人说,贵系统的迷雾通命令行模式下需要指定某文件夹,但该用户貌似匿了,找不到其人其帖子。。。

两个月前用paru安gephgui-wry-bin就有这个问题,换成gephgui-wry-git(开发版)就没有
然后Arch Linux的gephgui基于webkit2gtk。
命令行的迷雾通我用过,不过不需要指定文件夹,,,

什么自己编译的命令行吧。。。
貌似Win下只有启用全局(VPN、系统)代理时才需要啥权限,对于需要爬墙的尽量自身内部设置代理,如浏览器采用代理扩展、一般禁用全局代理的,只要迷雾通能正常连接就可以了,可同时正常运行N个代理端口不同的代理软件。。。

Win下命令行与图形模式,数据都在同一文件夹EBWebView,缓存文件前者比后者少几个,也在同一处。只有配置文件,一个随用户处置,一个在系统临时文件夹 C:\Users\用户名\AppData\Local\Temp