App Version: 2.9.0 amd 64
[x] I have tested with the latest version
After downloading ans installation of rocketchat_2.9.0_amd64.deb on Ubuntu x64 17.10 I could start the application and see the UI. Then I restarted my PC and started the applicaiton after login again. There was no UI shown. The application was still running yet no window was shown. The application only appears in the applications bar on the left side for a split second then it disappears again. htop/ps show the process still running. Notifications do not appear. I don't know if I am connected to the chat server or not.
I have the same problem and the same setup like you.
same here as well
I got the same issue... is it possible to debug the client to see some logs while starting ?
same here
same here
Same here :(
The installation of the latest version: 2.10.1 fixed my problem.
I too have the same issue and upgrade to 2.10.1 hasn't fixed it for me
@hprem You should try to uninstall rather than update the application. Before reinstalling remove the config folder ".config/Rocket.Chat+".
It worked for me.
Deleting the .config/Rocket.Chat+ folder always made it to work, but I would loose all my settings.
So I know it was something under that folder it didn't like. After a lot of trial and error runs, I found that it was due to the .config/Rocket.Chat+/window-state-main.json file. If I rename that file, i could start rocket chat client without any issues. So I examined that file and found that rocket chat fails to load when "isHidden": true is present in that file. On changing it to false, it works fine
@hprem thanks for the workaround. Your investigation will help us fix the issue.
steps to reproduce:
i've found this discussion which might help with closing and hiding the window: https://discuss.atom.io/t/how-to-catch-the-event-of-clicking-the-app-windows-close-button-in-electron-app/21425/8
same here. any updates?
Make sure you guys are using the latest version of the Rocket.Chat app, if this is still a problem, report here with the version and OS you are using.
I fixed this a few months ago by manually installing a newer version of RocketChat+ - not using the version being packaged within Ubuntu. After changing my domain password, I run into the same issue though. RocketChat+ did not start up any longer. Removing the config folder did not fix the issue.
I am using fedora and I am having the same problem.
@alencarandre Which version is misbehaving? Have you tried any suggested workaround in those comments?
This is the error I am getting in Xubuntu 14.04. Running 4.4.0-138-generic. I installed it via Snap. Snap version is 2.7.0.
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /run/user/1000/snap.rocketchat-desktop/.org.chromium.Chromium.s4mQWW: failed to map segment from shared object
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:598:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:187:18)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at bindings (/snap/rocketchat-desktop/4/resources/app.asar/node_modules/bindings/bindings.js:76:44)
at Object.<anonymous> (/snap/rocketchat-desktop/4/resources/app.asar/node_modules/@paulcbetts/system-idle-time/addon.js:1:192)
@davidgut1982 Could you open a new issue, please? Your error doesn't look similar to the ones reported here. Also, some users of recent Ubuntu/Debian versions are reporting issues with the snap package (#928).
@tassoevan Done. Check it out here. https://github.com/RocketChat/Rocket.Chat.Electron/issues/993
Most helpful comment
Deleting the
.config/Rocket.Chat+folder always made it to work, but I would loose all my settings.So I know it was something under that folder it didn't like. After a lot of trial and error runs, I found that it was due to the
.config/Rocket.Chat+/window-state-main.jsonfile. If I rename that file, i could start rocket chat client without any issues. So I examined that file and found that rocket chat fails to load when"isHidden": trueis present in that file. On changing it tofalse, it works fine