-
Notifications
You must be signed in to change notification settings - Fork 256
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
Mintty issue? Problem could be me... #78
Comments
This is very likely an issue with some kind of anti virus software. The AV "memory protection" or "realtime protection" features sometimes interferes with Cygwin/MSYS2 fork implementation. There was a similar issue #72 lately. Cygwin maintains a list of such applications. Can you please check whether you're using one of these products and reinstall RubyInstaller with it disabled? |
Ok. I reviewed and double checked the list you linked to (thank you for the btw.) None of the other programs are installed and of the ones I do have, they are either inactive (as per Glasswire) or really should not be interacting in any way. To be honest, I really don't know what to do with that mintty window. Should I close it? Should I uninstall it? I can't type anything into it. Pressing enter simply gives me either a blank line or something like the above or: What's funny is that I have no idea who is giving it these commands. |
The MSYS2 installer opens a mintty window on it's last page. You can ignore and close this window, it isn't needed for Ruby. However the error message |
Ok. |
Just an update... I do have a quick question... I assume that Ruby installed over the previous files, although there was no prompt to say that. So my question is, should I uninstall 2.4.1 through the Start Menu? Or have they in fact 'merged' and that Windows (through Start) is simply displaying the structure in an incorrect way? |
I'm glad to hear, that the mintty issue is solved for you! Regarding the start menu entries you're right - this is confusing. And it's actually a flaw in the installer. It doesn't tidy up old entries. I'll fix this in the next release. You can open a command prompt and type |
The installer is updated to do uninstall before install when installing a new version of the same Ruby-2.x branch since this commit. This makes sure, that the entries in the start menu are correct. Uninstalling Ruby will only remove bundled or default gems which comes with RubyInstaller, but will not remove gems installed subsequently. You can download daily snapshot files of RubyInstaller from the artifacts section from Appveyor. |
RubyInstaller-2.4.3-1 - 2017-12-19 ### Changed - Update to ruby-2.4.3, see [release notes](https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/). - Ignore invalid character encodings when scaning registry for MSYS2. [#86](#86) - Update of the SSL CA certificate list. - Uninstall old RubyInstaller version when doing update. It avoids broken and orphaned links in the startmenu [#78](#78 (comment)). See also [updating RubyInstaller](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#q-what-is-recommended-way-to-update-a-ruby-installation). ### Removed - Remove package 'winstorecompat' from default dev tools, to make `ridk install` step 2 optional. [#88](#88)
This project is for Ruby version 2.4 and newer.
For Ruby versions < 2.4 please file an issue here.
What problems are you experiencing?
Not sure...yet. First time user so getting stuck on first stage. This could be simply my complete and utter ignorance. And if it is, very sorry. But could not find any info on it.
Installed latest version 2.4.1-2 x64 so I can install Sass. While install went through (seemed ok), the Minnty window popped up. No clue what to do with it. Tried typing something next to $, no text appears. Message I get upon enter:
$ 602992160 [main] bash 5624 child_info::sync: wait failed, pid 2012, Win32 error 0
602993446 [main] bash 5624 fork: child -1 - forked process 2012 died unexpectedly, retry 0, exit code 0x1, errno 11
bash: fork: retry: No child processes
bash: cut: command not found
This is the only thing that keeps repeating. Like I said, curser is flashing but cannot type anything.
Steps to reproduce:
It was just after install. Simply started auto install, then pressed 'Enter' when it suggested to do so if I don't know what I'm doing :) - it was something like ENTER [1,2,3] but I just pressed enter. The process continued and then the Mintty window popped up and the rest is explained above.
What's the output from
ridk version
?Don't understand this. Sorry.
OTHER: Not sure if this is an issue or not. Sass appears to have installed ok but I haven't tried to use it yet. I truly do not understand the purpose of Mintty (yes.. I read their wiki - trying to translate into english :) ). But it seems to me that it is a form of CMD and as such, I should be able to type commands into it. I cannot.
A response in plain english would be really really appreciated. I would hate to waste your time by asking 'what does that mean?' over and over again.
Thx.
The text was updated successfully, but these errors were encountered: