Error when running discord on Slackware 14.2
by Mackyboy123 from LinuxQuestions.org on (#5B079)
Hi,
I installed discord with all its dependencies using sbopkg. But when I run `discord --no-sandbox` as root, I get this error
```
Discord 0.0.12
Fontconfig warning: "/etc/fonts/fonts.conf", line 102: unknown element "blank"
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp-no13px.conf", line 11: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp.conf", line 10: Having multiple values in <test> isn't supported and may not work as expected
Starting app.
Starting updater.
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
[Modules] Module install path: /root/.config/discord/0.0.12/modules
[Modules] Module installed file path: /root/.config/discord/0.0.12/modules/installed.json
[Modules] Module download path: /root/.config/discord/0.0.12/modules/pending
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[Modules] No updates to install
[Modules] Checking for host updates.
[19780:1129/150647.335950:FATAL:nss_util.cc(657)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Error downloading with electron net: net::ERR_FAILED
Falling back to node net library..
[Modules] Host is up to date.
[Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
Error downloading with electron net: net::ERR_FAILED
Falling back to node net library..
[Modules] No module updates available.
[19834:1129/150649.014518:FATAL:nss_util.cc(657)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
```


I installed discord with all its dependencies using sbopkg. But when I run `discord --no-sandbox` as root, I get this error
```
Discord 0.0.12
Fontconfig warning: "/etc/fonts/fonts.conf", line 102: unknown element "blank"
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp-no13px.conf", line 11: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp.conf", line 10: Having multiple values in <test> isn't supported and may not work as expected
Starting app.
Starting updater.
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
[Modules] Module install path: /root/.config/discord/0.0.12/modules
[Modules] Module installed file path: /root/.config/discord/0.0.12/modules/installed.json
[Modules] Module download path: /root/.config/discord/0.0.12/modules/pending
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[Modules] No updates to install
[Modules] Checking for host updates.
[19780:1129/150647.335950:FATAL:nss_util.cc(657)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Error downloading with electron net: net::ERR_FAILED
Falling back to node net library..
[Modules] Host is up to date.
[Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
Error downloading with electron net: net::ERR_FAILED
Falling back to node net library..
[Modules] No module updates available.
[19834:1129/150649.014518:FATAL:nss_util.cc(657)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
```