mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
143 stars 67 forks source link

[MacOS] Moolticute not opening if moolticuted is already running #1146

Open KDederichs opened 1 year ago

KDederichs commented 1 year ago

Expected behavior

The GUI always opens when you open it.

Actual behavior

Especially after a crash you can not open the Moolticute GUI without killing the moolticuted task first using the activity monitor or something.

Step by step guide to reproduce the problem

  1. Open Moolticute on mac
  2. Kill the Moolticute process using Activity Monitor
  3. Try opening Moolticute again without killing moolticuted

Moolticute Version

1.01.0

Operating System

Maybe as a solution try to see if the moolticuted process is already running during UI start and either connect to it again or kill it and spawn a new one.

(Maybe faintly related to https://github.com/mooltipass/moolticute/issues/833 since that's also not quitting the moolticuted if you close the UI via the updater)

limpkin commented 1 year ago

@deXol could you describe here your attempts at debugging this one? :)

Drakx commented 1 year ago

I've noticed the same behaviour also.

seviu commented 1 year ago

I got the same problem