I downloaded the missing dll files which where mentioned in the error code msvcr120 and msvcp120 placed them in the games folder.
Did you download standalone DLL files? Or did you install the corresponding Microsoft software?
If the latter - that is the way to go about it, nice, but if the
former - that is a severe security risk, to the point that it would not be an exaggeration to say "delete those DLLs immediately". Only ever obtain DLL files by finding out which software they are associated with and installing that software, if need be. Never
ever download standalone DLLs.
MSVCR120.dll and MSVCP120.dll are part of the Visual C++ 2013 package. You can find it on the Microsoft website, and remember to
download and install both the x86 and x64 versions of it. And no, that does not mean "download the latest version" - it means "download the 2013 version": the current version seems to be only backwards compatible with older versions down to 2015, and 2013 was a so-called cutoff for the previous type/version/generation/whatever. Besides, if you ever played any games on your computer, chances are your system already has this "latest version" installed, meaning it is useless for this particular game.