mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Starting application hangs #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uveta on GitHub (Feb 18, 2018).
I ran into an issue where trying to run my project under Electron.NET seems to hang indefinitely. When I was experimenting with Electron.NET on one machine everything worked fine, however when I moved the working project code to another computer the application refuses to start. When I try to run it via dotnet electronize start the process hangs and output is the following
When I am attempting a build via dotnet electronize build win it hangs as well with output
Both machines have the same version of Windows (1709), .NET Core SDK (2.1.4) and Node.JS (8.9.4)
@sebi5000 commented on GitHub (Feb 18, 2018):
I have the same issue on my dev PC with Win10. Tried your example code from Readme with react Template in Visual-Studio. But without success, same problem as described by uveta.
@GregorBiswanger commented on GitHub (Feb 25, 2018):
Hi @uveta, @sebi5000,
did you try the latest version of API and CLI 0.0.9?
Clear the project please and try again.
Important, if you close the "start" process, check if the electron process is actually closed in the background.