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

Mac desktop builds can only be run once #71

Closed
yoDon opened this issue Nov 29, 2017 · 4 comments
Closed

Mac desktop builds can only be run once #71

yoDon opened this issue Nov 29, 2017 · 4 comments
Assignees
Labels
Milestone

Comments

@yoDon
Copy link
Contributor

yoDon commented Nov 29, 2017

It looks like running OSX builds of the app causes the app to modify itself and breaking itself somehow.

Here's what I'm seeing:

  1. build full desktop OSX app
  2. before running the app, make a copy of the app
  3. run the app, close it, kill the zombie child process (per this issue), and run the app a 2nd time
  • Expected behavior: App runs the same both times
  • Actual behavior: App runs normally the first time, fails to show or populate window the 2nd time
  • Additional info: If you run the app from the commandline, you can see that the initial host processes are dumping less info to the command line on the 2nd run than on the first run but not reporting errors
  1. if needed, kill zombie child process
  2. run the copy of the app
  • Expected behavior: Running the app shouldn't mutate the app, so the original and copied versions of the app should behave the same (eg. the copy shouldn't run if the original app no longer runs)
  • Actual behavior: The copy of the app runs once, then fails to run, demonstrating that running the app modifies the app
@BrianAllred
Copy link

Seeing the same behavior on Linux (although no zombie process for me).

@Jonatthu
Copy link

@robertmuehsig I have the same issue as him still in the latest update until today

@aguedob
Copy link

aguedob commented Mar 16, 2018

Same issue here

@GregorBiswanger GregorBiswanger added this to the 0.0.10 milestone Sep 25, 2018
@GregorBiswanger
Copy link
Member

Fixed with the new version of Electron.NET.

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

6 participants