-
Notifications
You must be signed in to change notification settings - Fork 308
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
Rancher Desktop won't start and always chooses the Debian WSL distro for some reason #4560
Comments
It looks similar to #3785 @jandubois , It looks we need to prioritize implementing the try/catch block as you suggested in your comment to gracefully ignore problematic distros. |
I can reproduce the problem:
No Window will be shown, and Required actions
|
I disagree, sort of: we should unhook any previously done integrations in that case, but silently ignore any failures. (Think of the case where you turn off |
Yes, agreed. I was wondering how we could have existing integrations when the distro is not listed in I guess one could argue that factory-reset should undo integrations too, but that is a bigger can of worms. |
Given that the integrations will be cleaned up on each start, deleting them as part of factory-reset is not that important. However, they don't seem to be removed when you uninstall Rancher Desktop, which seems like a bigger problem: #5380. |
Signed-off-by: dmerrill <[email protected]>
Signed-off-by: dmerrill <[email protected]>
Please verify that any fix for this issue also covers #4966! |
Fixes: #4560 ignore WSL Integration Error
I had same issue with fresh install of 1.11, after I was using 0.74 long time ago on the same host. |
Actual Behavior
I can't get Rancher Desktop to start. I looked in the
background.log
file and I see this:I use the Debian distro for something else so I can't remove it, but I'm unsure what's making Rancher Desktop choose it. Output of
wsl --list --verbose
is:Steps to Reproduce
Open Rancher Desktop via desktop icon.
Result
No window or tray icon appears.
Expected Behavior
Rancher Desktop should be choosing
rancher-desktop
orrancher-desktop-data
as the distro.Additional Information
No response
Rancher Desktop Version
1.8.1
Rancher Desktop K8s Version
N/A
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Windows 11
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
Not sure any of this matters yet since Rancher Desktop won't even start.
The text was updated successfully, but these errors were encountered: