Windows 10 mscoreei.dll could not be loaded - windows

I'm running Windows 10 . Several programs crash and display an error that mscoreei.dll could not be loaded. Like while write a choco update command on cmd and when installing POSTMAN. I executed sfc /scannow and watched videos but none of them have help. Please tell me what to do
Error Picture

Have you install C++ redistributable? https://aka.ms/vs/17/release/vc_redist.x64.exe
If you have, check if you have install Java.
C++ Build Tool if the 2 above didn't work

Related

Haskell installation on Windows

I try to install Haskell with chcolatey. When I run choco install ghc it downloads ghc as expected. But at some point it says this:
Access to the path 'C:\tools\ghc-9.0.1-x86_64-unknown-mingw32' is denied.
Renamed C:\tools\ghc-9.0.1-x86_64-unknown-mingw32 to C:\tools\ghc-9.0.1
ERROR: Could not find a part of the path 'C:\tools\ghc-9.0.1\bin\ghcii.sh'.
The install of ghc was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\ghc\tools\chocolateyInstall.ps1'.
See log for details.
I run this command in the Windows PowerShell as Administrator, so why he can't access this folder?
Im using Windows 10 Pro.
Found the solution!!!
My Antivirus-Software blocked the access. I just deactivated it for the time of the installation and it worked fine.

How to install GnuPlot on windows?

A Unix (mac/Linux) user who has been forced to work on a windows machine here :)
I have scripted loads of work in GnuPlot and don't want to switch to other programs at this moment. I would appreciate it if you could help me know how to install GnuPlot On windows (more specifically windows 10). questions:
I know there are two options according to this page, Cygwin and MinGW. which one is better?
I have MinGW installed and I know I need to install one of the options from this page but I don't know which one(s)! and how.
I have searched the internet but it seems most of the search results are for compiling. I don't want to go through compiling and all the hassle.
I tried installing the binary from this link, and when I try to run the program this is the error I get:
Unable to execute file:
C:\Program Files\gnuplot\bin\wgnuplot.exe
CreatProcess failed; Code267.
The directory name is invalid.
I would appreciate it if you could give me a very simple stepwise installation (1 2 3 ...), preferably with visuals, and instructions.
P.S. A nice way to install Free, Libre, and Open Source Software (FLOSS) on Windows and keep them updated, is to use package managers like Chocolatey. There are GnuPlot chocolatey packages here. Just install choco as instructed here. Then use choco install Gnuplot to have the software installed.
You don't have to install MinGW or Cygwin. Actually packages compiled in MinGW are compatible with Windows. Just download the binary of gnuplot from Their repo and you are good to go.
Additional points:
When installing, check which terminals you want to set up; also
check if you want the installer to add the PATH variable to your
system. Also, create a desktop shortcut.
After installation, you should see the desktop shortcut. Clicking on it should open a terminal-based gnuplot (which hopefully you are familiar with).
Please note that I have used the x11 terminal (you can get this working by installing xming). There are other options such as windows and qt terminals, but I am not an expert on using these.
You should have Administrator rights on this machine.
Right click on MinGW, Run as Administrator, install - should be OK.
Good luck!
BR, Alex
You can try
$~ scoop install gnuplot
Installing 'Gnuplot' (5.4.5) [64bit] from main bucket
gp545-win64-mingw.7z (37.7 MB) [=======================================] 100%
Checking hash of gp545-win64-mingw.7z ... ok.
Extracting gp545-win64-mingw.7z ... done.
Linking ~\scoop\apps\Gnuplot\current => ~\scoop\apps\Gnuplot\5.4.5
Creating shim for 'gnuplot'.
Creating shortcut for GNUPlot (wgnuplot.exe)
'Gnuplot' (5.4.5) was installed successfully!

Composer setup - "The system cannot find the file specified"

I'm trying to install composer, but it showing an error message. I'm using Windows 8.1, and download composer Windows Installer from https://getcomposer.org/download/.
The command interpreter did not run correctly:
C:\Windows\system32\cmd.exe
The system cannot find the file specified
The cmd file is existing on C:\Windows\System32\cmd.exe. And it run normally
I strongly suggest posting questions regarding the windows installer # https://github.com/composer/windows-setup/issues
The maintainer of our windows installer binary can answer most questions and is very friendly and helpful :-)
1- Open cmd.exe ( administrator mode ).
2- Write this command sfc /scannow (My be take long time for scanning).
2- Re-install composer.

Issue with Julia build on Windows 7 64-bit

I am attempting to install Julia on my Samsung Series 7 laptop, which has OS Windows 7 64-bit. Instructions on how to do this are located at https://github.com/JuliaLang/julia/blob/master/README.windows.md, under the section "Compiling with MinGW/MSYS2".
Step 4-ii says to run the following command in MSYS2:
contrib/windows/get_toolchain.sh 64
When I run this command, I get the following error:
error: this script requires having 7z installed
I have no idea how to get around this. I already had 7zip installed on my computer, but I reinstalled it and am still having the issue. Later, the build step (step 4-iv in the link), which says to run the following command in MSYS2
make -j 4
also fails, giving me the error
bash: make: command not found
I suspect this is because of the earlier failure in step 4-ii, though I can't be sure.
My question: How do I get around these issues to get a good working version of Julia?
Incidentally, the immediate reason I am trying to do this is because I want to do the Julia tutorial located at https://www.youtube.com/watch?v=vWkgEddb4-A&feature=youtu.be&list=PLP8iPy9hna6T0dEHtj0GZymvT6ODIJWj0. I tried to just download the regular Julia installation located at http://julialang.org/downloads/ to do this, but it became apparent as I started going through the tutorial that that a more substantial Julia build was required, and I think this is the one that I need.
Thank you for any help.

Wine error "could not find or load the Qt platform plugin windows"

I´ve been working on porting a program called "Logitech Gaming software" to mac. I've downloaded a wrapper called "steamliner"
http://portingteam.com/files/file/8146-steamliner/
I downloaded this steam wrapper because it had the .net program "mono" and already set windows 7 system...
And when i run the installer for the "Logitech Gaming software" i get an error called
I've been on a lot of sites, that says that i should do some cmd commands or install some programs. I haven't made any terminal commands, but i have tried to install two program called "mingw" and "qt-opensource-windows-x86-1.6.0-8"
Mingw: http://mingw-w64.sourceforge.net
I didn't have any success installing "qt-opensource-windows-x86-1.6.0-8" because of an error called "Connection Closed".
But i did have success installing "Mingw".
Does anyone have an idea to fix this error.
by the way i'm using wine to port the program, and i'm not very good, so would you please answer in non-geek language :)

Resources