qqmusic 无响应

#报BUG#
CPU:龙芯 3A6000
主板:华硕 XC-LS3A6M
内存:光威悍将 8G 2666 *2
显卡:华硕 AMD RX580

官网下载 qqmusic 的龙架构版本的 deb 安装包,安装后运行 qqmusic,终端出现如下错误提示:

zeitaway@loong-aosc [ ~ ] $ /opt/qqmusic/qqmusic
[10140:0711/201422.442416:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox he
lper binary was found, but is not configured correctly. Rather than run without
sandboxing I’m aborting now. You need to make sure that /opt/qqmusic/chrome-sand
box is owned by root and has mode 4755.
追踪或断点陷阱(核心已转储)

在沙盒内运行,加入如下参数,终端显示:

zeitaway@loong-aosc [ ~ ] ! /opt/qqmusic/qqmusic --no-sandbox %U
[10170:0711/201436.106326:FATAL:thread_helpers.cc(41)] : 没有那个文件或目录 (2)
Gtk-Message: 20:14:37.301: Failed to load module “appmenu-gtk-module”
Gtk-Message: 20:14:37.472: Failed to load module “window-decorations-gtk-module”
Gtk-Message: 20:14:37.472: Failed to load module “colorreload-gtk-module”
(electron) The default value of app.allowRendererProcessReuse is deprecated, it
is currently “false”. It will change to be “true” in Electron 9. For more info
rmation please check [Discussion] Requiring Native Modules in the Renderer Process to be NAPI or Context Aware · Issue #18397 · electron/electron · GitHub
[10205:0711/201439.353893:FATAL:thread_helpers.cc(41)] : 没有那个文件或目录 (2)
(node:10163) UnhandledPromiseRejectionWarning: undefined
(node:10163) UnhandledPromiseRejectionWarning: undefined
(node:10163) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This
error originated either by throwing inside of an async function without a catch
block, or by rejecting a promise which was not handled with .catch(). (rejectio
n id: 1)
(node:10163) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This
error originated either by throwing inside of an async function without a catch
block, or by rejecting a promise which was not handled with .catch(). (rejectio
n id: 1)
(node:10163) [DEP0018] DeprecationWarning: Unhandled promise rejections are depr
ecated. In the future, promise rejections that are not handled will terminate th
e Node.js process with a non-zero exit code.
(node:10163) [DEP0018] DeprecationWarning: Unhandled promise rejections are depr
ecated. In the future, promise rejections that are not handled will terminate th
e Node.js process with a non-zero exit code.
login refresh fail
(node:10163) PromiseRejectionHandledWarning: Promise rejection was handled async
hronously (rejection id: 1)
(node:10163) PromiseRejectionHandledWarning: Promise rejection was handled async
hronously (rejection id: 1)
[10163:0711/201448.298848:FATAL:gpu_data_manager_impl_private.cc(1034)] The disp
lay compositor is frequently crashing. Goodbye.
追踪或断点陷阱(核心已转储)
应用随后自动退出。

qqmusic 是 x86 模拟应用,而 LATX 暂不支持沙箱程序,添加 --no-sandbox 选项方能启动

添加上述 --no-sandbox 选项后出现上述错误。