Feng Yu
Feng Yu
如果你是需要跑nox版本,试试预编译好的,如果是图形界面的可能得你自己编译的,当前我维护的只有AppImage版本,以及基于musl构建的nox版本。如果nox版本无法运行,你可以直接反馈,我可以帮助维护一下
我在Manjaro上偶尔也有这个问题,用的是archlinuxcn构建的二进制版本:  好像用着用着莫名其妙的窗口就卡死,如果这个时候窗口是关闭到托盘的,那么就崩溃了。而且似乎文件都没有写进去。卡死或者崩溃的时候下载进度已经有了,但是重开的时候进度又是0%,感觉没有成功写入文件。 EDIT: 在终端运行了下,卡死或闪退前终端的确有异常输出,但是没有堆栈,原因不明: ```sh $ qbittorrent qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 675, resource id: 0, major code: 18 (ChangeProperty), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error:...
应该是原版的问题,我准备给上游提交issue了。编译上游原版的qbittorrent一样有这个问题
> 我这边使用自己维护的Docker镜像,Libtorrent版本1.2.11,qBittorrent-EE版本4.3.1.11同样也有类似的问题 > > Log > > ``` > QSqlDatabase: QSQLITE driver not loaded > > QSqlDatabase: available drivers: > > ******** 信息 ******** > 欲通过 Web UI 控制 qBittorrent,请访问...
You could try release assets.
GUI:   WebUI:  
Seems you are using official qbittorrent, would you please double check it? Did you download and run qbittorrent from https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 ? What's the version? ```sh /path/to/qbittorrent-nox --version ``` Should be:...
You may check version from webui: Help --> About:  And what OS are you running on your pi 4 ?
If you are using Ubuntu, you may try to add PPA: https://launchpad.net/~poplite/+archive/ubuntu/qbittorrent-enhanced Otherwise you could download static linked build from: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 and unzip it and run it manually.
You should download it in your machine, of couse you can do it through ssh. E.g: ```sh wget https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.3.9.10/qbittorrent-nox_aarch64-linux-musl_static.zip unzip qbittorrent-nox_aarch64-linux-musl_static.zip ./qbittorrent-nox ``` Also if you want to run it...