libsodium not available! You can continue to use discordrb as normal but voice support won't work.
Read https://github.com/shardlab/discordrb/wiki/Installing-libsodium for more details.
The method described in the URL does not solve it no matter how many times it is done (probably because of the explanation for x64-mingw32 version Ruby).
Rename the ** libsodium.dllfor ** 32bit ** to
sodium.dll in
C: \ Windows \ SysWOW64instead of
C: \ Windows \ System32`.
If libopus is not included, you should rename libopus.dll
to opus.dll
.
I couldn't find this kind of information with my search ability, and after a few days of trouble, I finally realized it after trial and error (laughs). I wondered if the developers would understand this as a matter of course, and I thought I had to work harder.
libsodium: https://download.libsodium.org/libsodium/releases/ libopus: https://dsharpplus.github.io/natives/index.html
Recommended Posts