You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching Discord without any packages in the package directory, it crashes on boot.
See crash log:
$ discord
Loading Kernel.
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Object.getOgre (/home/ruthenic/Kernel/electron/dist/kernel.asar/core/packageLoader/getOgre.js:67:34)
at Object.<anonymous> (/home/ruthenic/Kernel/electron/dist/kernel.asar/index.js:72:42)
at Module._compile (internal/modules/cjs/loader.js:967:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
The text was updated successfully, but these errors were encountered:
When launching Discord without any packages in the package directory, it crashes on boot.
See crash log:
The text was updated successfully, but these errors were encountered: