-
Notifications
You must be signed in to change notification settings - Fork 84
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
Wincompose stops working every other day #316
Comments
Any progress, comments, ideas regarding this? I observed the behavior repeatedly 3~4 times since I opened the ticket. Best |
Workaround:
|
Hi, 6f
Thanks so far, but this alters only the way wincompose is launched from being defined in the task scheduler to being launched by autostart shortcut. I'll try this, but does that have any influence on the major problem, that is wincompose ceasing operation without notice or reason every other few days? Best |
@phioe it looks like a crash that .NET is unable to catch… would you mind activating user-mode dumps and send a dump the next time the software crashes? I don’t know yet how to collect these in a more automated way. |
@ samhocevar
Are these settings I just made correct? (See attached screenshot) I'll look into the folder the next time wincompose crashes. Thanks |
This seems correct. I have just tested the exact same settings and it worked for me. |
It does. The Windows Task Scheduler kills the task if it runs longer than three days: Unchecking the box probably also works. |
@6f ah, thanks for spotting this! It may be the actual cause… the installer is supposed to set I have a very simple fix for that. |
Oh! That would just about explain ist, very good hint. I'll uncheck it and see how it behaves from now on. Thanks a lot for this! |
This ensures that the Task Manager cannot kill us when some system limit (e.g. maximum run time) is reached. Addresses #316.
Thanks everyone for the debugging help. The fix will be in the next release. |
Hi! You’ll be happy to know the issue is fixed in WinCompose 0.9.5! |
Using Wincompose 0.9.4 on Windows 10 Pro 64b 1903:
Came here via ticket #35 since the described behaviour is similar to what I'm observing. But the ticket is quite old, closed and after all slightly different and it seems not to exist a current issue on this, so I open a new one.
My PC is usually continuously in operation, Wincompose autostarts with a reboot and runs smoothly. But every other 2~4 days (no excact timekeeping), Wincompose just ceases to operate and the icon disappears from the system tray. It is no problem to restart via start menu …
… which also brings back the icon to the systrem tray:
Everything then works again, but this behaviour ist quite annoying. Is this known and under investigation?
I also noticed that when restarting from start menu as described the UAC dialog doesn't announce Wincompose but the configuration tool for task scheduler:
Does that give hints?
Bye
Philipp
The text was updated successfully, but these errors were encountered: