Skip to content
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

Closed
drano opened this issue Mar 14, 2022 · 8 comments · Fixed by #5594
Closed

Tilt v0.26.0 does not work on windows #5593

drano opened this issue Mar 14, 2022 · 8 comments · Fixed by #5594
Labels
bug Something isn't working

Comments

@drano
Copy link

drano commented Mar 14, 2022

With 0.26.0 version, tilt starts and stops immediately without error messages

@drano drano added the bug Something isn't working label Mar 14, 2022
@nicksieger
Copy link
Member

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!

@nicksieger
Copy link
Member

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 tilt doctor with 0.26.0? If not, can you run it with 0.25.3 and provide its output here, along with the Windows version you're using?

FYI, my tilt doctor output on my Windows 10 system looks like this:

Tilt: v0.26.0, built 2022-03-14
System: windows-amd64
---
Docker
- Host: [default]
- Server Version: 20.10.11
- API Version: 1.41
- Builder: 2
- Compose Version: v1.29.2 (build 5becea4c)
---
Kubernetes
- Env: docker-for-desktop
- Context: docker-desktop
- Cluster Name: docker-desktop
- Namespace: default
- Container Runtime: docker
- Version: v1.22.4
- Cluster Local Registry: none
---
Thanks for seeing the Tilt Doctor!

@drano
Copy link
Author

drano commented Mar 15, 2022

tilt doctor is not working with 0.26.0 but ok with previous version

Tilt: v0.25.3, built 2022-03-04
System: windows-amd64

Docker

  • Host: [default]
  • Server Version: 20.10.11
  • API Version: 1.41
  • Builder: 2
  • Compose Version: v1.29.2 (build 5becea4c)

Kubernetes

  • Env: minikube
  • Context: minikube
  • Cluster Name: minikube
  • Namespace: default
  • Container Runtime: containerd
  • Version: v1.21.2
  • Cluster Local Registry: {Host:localhost:50954 hostFromCluster: SingleName:}

@drano
Copy link
Author

drano commented Mar 15, 2022

I was using Docker Desktop 4.3.2, but same problem with docker desktop 4.6.0

@nicksieger nicksieger linked a pull request Mar 15, 2022 that will close this issue
@nicksieger
Copy link
Member

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.

@nicksieger
Copy link
Member

This means that another workaround that you can try to fix the issue is to install msys2.

@drano
Copy link
Author

drano commented Mar 15, 2022

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)

@nicksieger
Copy link
Member

Please try 0.26.1 and let us know if you have any problems with it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants