Skip to content
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]: App can't be started more then once on RDS/Citrix #34281

Closed
3 tasks done
JtheBAB opened this issue May 19, 2022 · 4 comments
Closed
3 tasks done

[Bug]: App can't be started more then once on RDS/Citrix #34281

JtheBAB opened this issue May 19, 2022 · 4 comments
Labels

Comments

@JtheBAB
Copy link

JtheBAB commented May 19, 2022

Preflight Checklist

Electron Version

18.0.3

What operating system are you using?

Windows

Operating System Version

Windows Server 2019

What arch are you using?

x64

Last Known Working Electron version

13.2.0

Expected Behavior

User A, User B, User C and so on can start the App in each session.

Actual Behavior

  • User A starts the App
  • Everything is working as expected
  • User A lets the App open
  • User B starts the App
  • Nothing happen. No error, no crash, no exe is started in User B session

Testcase Gist URL

No response

Additional Information

I upgraded Mattermost Desktop App (Build with electron) to the latest version. They changed to a newer electron version. I know that Slack Desktop Apphas the same problem (as far as i know that's also electron).

Basically it is impossible to use Apps build with newer electron versions on Remote Desktop Session Hosts (RDS/RDP) (tested), Citrix Virtual Desktop/Apps (tested) or Azure Windows 10 Multi Device (guessing).

@ankar84
Copy link

ankar84 commented May 19, 2022

related to RocketChat/Rocket.Chat.Electron#2408

@ankar84
Copy link

ankar84 commented May 19, 2022

Fix could be in 19 Electron #34160

@JtheBAB
Copy link
Author

JtheBAB commented May 19, 2022

Thanks for pointing to that :)

Fix is in Electron 18.2.4. Successfully tested here

@VerteDinde
Copy link
Member

VerteDinde commented May 23, 2022

Thanks @JtheBAB, glad it's fixed for you! As a heads up, you may run into a similar deadlock error if you try to run two instances of the same app on the same user profile. This PR should also fix that issue: #34297

I'm going to close this issue for now, since it seems to be fixed, but please feel free to open a new issue if you run into more problems 🙇‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@ankar84 @VerteDinde @JtheBAB and others