-
Notifications
You must be signed in to change notification settings - Fork 34
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
pacman -Syu breaks shell #62
Comments
Edit: is this the correct repo? The last commit is from 2016 Having the same problem and just crashed my installation again after finding #38 to reproduce the exact steps and provide logs and screenshots before trying the solutions from #38. I have Win10 1909 (OS Build 18363.836) and installed msys2-x86_64-20200517.exe. Clicked through the installer and started a shell by having the checkbox ticked at the end of the installation, then tried
I saw on the website and by the warning that I should not exit but close the whole window. However, after not being able to restart and trying to search the error in msys2_shell.cmd by echoing everything I could not find the error. So I Cltr+C and and run
I then uninstalled cygwin and Android SDK that contained a cygwin1.dll as I wasn’t using them anymore on my system. I had 2 cygwin1.dll in another folder that was not in my path variable but to be sure I renamed them. Still did not help. So I uninstalled MSYS2 again via Windows and C:\msys2 (my installation path, which is the default) is completely removed but I‘m not sure if there are other locations where files are installed. And then tried to install again with the before mentioned installer and as @DweebsUnited mentioned, the installation cannot be completed until a Windows reboot. The following error is shown I checked RAM and disk space as I wasn’t sure if memory really refers to RAM but I was quite confident. Both are totally fine. A Windows reboot fixes the problem and msys2 can be installed again with the installer. Let me know if there are some logs that I could provide but I’m gonna try just upgrading msys2-runtime first and hopefully it works and then maybe have a working version and no logs anymore. However, the current version seems to cause a lot of headaches for some (all?) users when following the instructions on https://www.msys2.org/. Haven’t tried everything from https://www.msys2.org/wiki/MSYS2-installation/ yet but will after my Windows reboot :D |
Just encountered this problem too. Any help appreciated.. |
I btw just ended up not updating. So, install and then do whatever you want but not update. I have absolutely no idea what this means (what old versions am I stuck on, how bad this is) but I just wanted to get something to work real quick and I didn’t want to invest another few other hours. |
See the FAQ entry no. 6. |
I had the same problem. After "pacman -Suy" I closed the terminal window, and then in the task manager in the "Detail" tab I killed the "pacman" process. This allowed the terminal to be opened again and everything was still working properly |
Following the exact steps on the wiki: https://www.msys2.org/
After running ´pacman -Syu´ the first time, it tells me to close the shell and restart.
After I close the shell, I am no longer able to start a new shell via the .cmd file, nor the .exe files.
At this point, my installation is completely useless. Additionally, trying to uninstall after such a failure results in broken files that I have to restart Windows to clear.
I have tried solutions like #38 by first only updating the ´msys2-runtime´, but this package seems to be the one causing the problem.
Is there a new way of starting a shell that is not yet on the installation guides?
The text was updated successfully, but these errors were encountered: