Closed AndisGrossteins closed 6 years ago
Thanks for reporting this.
As it's not a showstopper, though, I'm going to leave it alone, since wabash isn't being developed any more.
To explain: The addition of background task support in recent Insider builds - per https://blogs.msdn.microsoft.com/commandline/2017/12/04/background-task-support-in-wsl/ - has made it unnecessary to hold a session open, and its other functionality readily replaceable by a batch file along the lines of:
@echo off
wsl sudo service rsyslog start
wsl sudo service binfmt-support start
wsl sudo service dbus start
wsl sudo service cron start
wsl sudo service atd start
... that can be run by Task Scheduler on logon. As such, I'm just keeping the current version on life support until this functionality ships in a production release.
Aha! I hadn't followed latest developments in WSL and I'm not using an insider build. Nice to know.
I suggest archiving this repo to make it read-only when the WSL background tasks land in a future Windows release.
Wabash.exe crashes after clicking Exit in the context menu of the notification tray icon.
Here's what I see in Event Viewer:
That is followed by a less relevant Application Error:
This might not be a high-priority bug but it's worth taking a look at, if/when possible.