如题。
环境:Raspberry os (linux arm64)
在org.itxtech.mirainative/plugins文件夹下,我有:
app.json app.release.dll Dice.Driver.CQ.dll Dice.Driver.CQ.json
其中app.release.dll和app.json均为cqhttps的github release页面下载的最新版本。
Dice.Driver.CQ.dll则是我需要使用的插件(mirai-dice最新release)

终端执行:
winster42@raspberry4b ~/mirai $ ./mcl

输出为:
https://paste.ubuntu.com/p/bB4sRtMPhX/

其中,cqhttp与dice插件均被加载,返回值为-1

然而我并不能成功执行dice插件的功能指令
执行npm list:

共 加 载 了 2 个 Mirai Native 插 件
Id: 0 标 识 符 : app.release.dll ( JSON文 件 缺 失 ) 状 态 : 已 启 用 已 卸 载
Id: 1 标 识 符 : Dice.Driver.CQ.dll ( JSON文 件 缺 失 ) 状 态 : 已 启 用 已 卸载

求解如何使我的mirai-native插件正常运行