-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
ZeroMQServer.Start: ZMQ Poller died #302
Comments
ZeroMQ uses TCP sockets to communicate. Do you
Update: You can switch to the beta channel and test a fix for ZMQ being able to escape controlled exception handling |
- updater can now downgrade beta to stable - fix issue with disabled updater frequency textbox - catch receive exception in Server.ReceiveReady (maybe addresses #302)
I found what the problem is - VPN client. From time to time I am connecting to the VPN (for work) and as soon as I connect to the VPN "Auto Dark Mode" crashes. This happened just now on latest Beta update. This is the error now (beta channel) when I connect to VPN: |
I am unable to reproduce your issue, as such you would have to test out a few builds until I figure out what is causing this. You can test out that new build if you want to (10.0.1.35) Please, when testing, note the following: |
I have made the zmq poll thread yet more resilient. In theory, it should now be able to auto-recreate sockets once they have become unavailable. I pushed this to .36 |
Tried, there is still the problem. Error log: To replicate on your end:
|
Alright, I'll try to reproduce. Thanks! Could you please attach the entire service.log file in the meantime? |
Update: I have continued my investigation, and it looks like this is a bug in the NetMQ library we're using. So ADM does crash after all. |
- switch NetMQ to named pipes - should address (#302) as there is no more poller that could die
NetMQ has been replaced by Named Pipes. |
After latest update it works! Thank you. |
damn! This is a big success. |
Description
Program crashes when need to change theme - both from dark to light and light to dark. I am using stable Windows 11, latest version.
Expected behavior
When the time comes to change the theme, nothing happens. Icon disappears from the system tray, process is killed. This happens every day. To fix this, I start the program again and it switch theme as it should. I tried clean install and also installing via Windows store - nothing. Previous version (non "X" one) worked just fine, even on Windows 11.
Log Data
2021-10-11 16:58:43 | Error | ZeroMQServer.Start: ZMQ Poller died An existing connection was forcibly closed by the remote host.
config.yaml.txt
service.log
Commit Hash and Version
Commit: 9faf1f3
Version: 10.0.0.26
Screenshots
The text was updated successfully, but these errors were encountered: