mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Hibernation problems #133
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 @pardahlman on GitHub (Feb 26, 2018).
Originally assigned to: @GregorBiswanger on GitHub.
Hello, gang! I played around with my Electron.NET application and left it running over the night (after starting it with
dotnet electronize start). When I came back to it the day after, and "woke up" my computer, I could see the application was still running. None of the windows where visible (expected), but I tried to open a window through the use of a hotkey binding and also through an item in the tray that I've added. Nothing happened, and I could see no new entries in the terminal from which I run the application. I didn't really know how to trouble shoot any further, so I just restarted the application and it started working.I'm wondering if this is a known issue or if there is anything I can do to make the application more resilient to hibernation.
Thanks!
@BrainSlugs83 commented on GitHub (Apr 13, 2018):
Can you share a simplified version of your project and reproduction steps?
@pardahlman commented on GitHub (Apr 16, 2018):
Give me a few days to try to create a deterministic step-by-step guide. It has happened a few times, but always as a result of me leaving the computer for a large period of time.
@GregorBiswanger commented on GitHub (Apr 16, 2018):
Hi @pardahlman
What OS do you use?
A step-by-step guide would help us :)
@TheOneAndOnlyFox commented on GitHub (Jun 18, 2018):
Hi there,
I ran into the same issue with my app on win10 & macOS. Same as @pardahlman reported. I installed a global ExceptionFilter in my app to log any exceptions in vain...
It's more or less a polling client with a local tcp listener... What we can see is that the listener is still working in the background and receives messages. But there is no way to get the renderer process back.
@GregorBiswanger commented on GitHub (May 22, 2019):
fixed in the new Electron.NET update 5.22.12.