-
Notifications
You must be signed in to change notification settings - Fork 160
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
The vmware tools link has changed. #29
Comments
Fixes #29. The vmware tools link has changed.
What happened here with unlocker is that there was this erratic error in my Windows 10 environment. You see, sometimes, I could run unlocker and sometimes it just failed because there are some processes still alive, even after I had completely closed vmware software in Windows 10. I decided to include this process killing in the script after seeing a video where a guy with had some issues with unlocker, and he was closing the vm processes manually in taskmanager before running the unlocker. I was searching and found that psutil would be a good fit for cross platform OSes. If the goal of gettools is to bring always the latest, we cannot really guarantee that, because if those guys in vmware keep changing the paths it would be difficult to keep the binary available. Or, they could just shutdown that address and we won't be able to download the tools anymore. I'm wondering if there is a timeless url to host such tools files, so we could guarantee the tools aren't foverever lost, causing the script to fail. I saw some people pushing some binary files to archive.org or we could embed the main tools files within the repo if there is no license issue around. |
I don´t have that problem. The
Of course, is the way that it works all the time. If a more recent tools are released and the path is different than the current fetch, then I have to update it again. Normally someone open a issue to inform that the tools isn't available.
Well, that isn't possible because they must have that service open for the users.
If that happens would be a bad news, probably we would think they stopping developing it. No problem if that happens we use another software.
No, that it's a bad practice. I only rely on original files. I do not trust on pulling from any non official sources. |
Thankful to @juniormayhe who reported here #28. Probably changed with the
VMware Workstation 17.0.1-21139696
release.I also planed in a next release to remove all the code with all the olds links to get the tools. The
gettools
always get the last version, as I think is the correct behavior. So, if someVMware Workstation
version isn't compatible with the latest vmware tools, the user must update to new vmware version or download and extract the tools manually. So, the worst that could happen is the messageCouldn't find tools
appears. If that happens I appreciate someone can open a new issue, if already not exist one, reporting the error.The text was updated successfully, but these errors were encountered: