-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [macos-notification-state] failed to load 'notificationstate' #3211
Comments
I can confirm this.
and also window would not open. I have also a possibly related uncaught exception:
Let me also point out the "macos-notification-state" on a Linux system |
That Is there any other information in the logs? Do you have AppArmor running? Are you trying to run as root? |
in
is this what you are asking for? However, the problem is already around for a couple of days for me and I don't remember since when exactly ... I was suspecting it was related to an update of my system packages.
I'm using Debian unstable - so I think it is built into the kernel, no? (if I understood correctly - not sure)
no
just to clarify: the app seems to run, i.e. |
This might be part of the problem, not sure what might have changed in their repo. I would recommended switching back to stable if you can and see if it's reproducible from there. FWIW technically we only support Ubuntu officially, so an unstable Debian build doesn't actually fall under our support umbrella.
I'm not entirely sure either, but if it is you may want to look at this ticket: mattermost/mattermost#28444 |
I noticed something weird, on |
again I can confirm that - but there are even more strange things happening ... I don't have the time at the moment to play around unfortunately, but maybe you can already guess something ... here is what happened in the last 10 min:
|
So the window is still there, but it seems there is a memory leak around:
|
This is also a red herring, this is a message from Node, we just add a lot of listeners to our Main Window object. |
Checks before filing an issue
Mattermost Desktop Version
5.10.0
Operating System
Kali GNU/Linux Rolling
Mattermost Server Version
9.6.1
Steps to reproduce
mattermost desktop app does not open anymore, I tried running mattermost-desktop on cmd and got the following error.
13:21:54.778 › Logger Log level set to: info [macos-notification-state] failed to load 'notificationstate' addon Error: Module did not self-register: '/opt/Mattermost/resources/app.asar.unpacked/node_modules/macos-notification-state/build/Release/notificationstate.node'. at process.func [as dlopen] (node:electron/js2c/node_init:2:2559) at Module._extensions..node (node:internal/modules/cjs/loader:1602:18) at Object.func [as .node] (node:electron/js2c/node_init:2:2786) at Module.load (node:internal/modules/cjs/loader:1295:32) at Module._load (node:internal/modules/cjs/loader:1111:12) at c._load (node:electron/js2c/node_init:2:16955) at Module.require (node:internal/modules/cjs/loader:1318:19) at require (node:internal/modules/helpers:179:18) at bindings (/opt/Mattermost/resources/app.asar/node_modules/bindings/bindings.js:112:48) at safeLoad (/opt/Mattermost/resources/app.asar/node_modules/macos-notification-state/lib/index.js:3:31) { code: 'ERR_DLOPEN_FAILED' } Checking for beta autoupdate feature for deb/rpm distributions Found package-type: deb
Expected behavior
Observed behavior
App wont open
Log Output
Additional Information
No response
The text was updated successfully, but these errors were encountered: