-
Notifications
You must be signed in to change notification settings - Fork 310
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
Tilt v0.26.0 does not work on windows #5593
Comments
Oh no! We added some new dependencies in 0.26 which are most likely the cause of this issue. If you could please use 0.25.3 for the time being until we get a new version released that we verify works on Windows. Thanks for the report! |
I was able to tilt up on a basic k8s project on Windows 10 with 0.26.0 (our tilt-avatars project). Would you be able to provide more info about your setup? Are you able to run FYI, my
|
tilt doctor is not working with 0.26.0 but ok with previous version Tilt: v0.25.3, built 2022-03-04
|
I was using Docker Desktop 4.3.2, but same problem with docker desktop 4.6.0 |
Sounds like the issue is that we compiled with Mingw but didn't specify static binaries, so tilt.exe is looking for some msys2 .dll's like libgcc_s_seh-1.dll. We'll release a new 0.26.1 version of Tilt shortly. |
This means that another workaround that you can try to fix the issue is to install msys2. |
Actually, I can use locally 0.25.3, and I ask to my team to not upgrade with the latest version (we are using scoop to update) |
Please try 0.26.1 and let us know if you have any problems with it! |
With 0.26.0 version, tilt starts and stops immediately without error messages
The text was updated successfully, but these errors were encountered: