Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

visual c++ runtime required but when i go to download it, it says i already have it

A topic by paprikaboss123 created Feb 24, 2024 Views: 352 Replies: 8
Viewing posts 1 to 6
(1 edit)

Developer

Hello. That's the first time anyone reported that, strange.

It looks like you already have it installed, but it's an older version maybe? Just uninstall the one you have and install this one. It says so in the details right there.

Give it a try and let me know if it works.

still doesnt work

did you find a workaround?

Developer

Hey. Yeah, no, I have no idea what's causing it. When I build the game, I specifically tick the option to include the required prerequisite installers as well. So I don't know.. You're one of like maybe 2 or 3 people that have had this issue, out of tens of thousands, so I have no idea. Sorry.

same error message here, you are not the only one :) , the problem persists even after I installed the latest VS C++ environment software package. 

by the way, I then played another Ureal Engine based game, it also prompted same error message but the good thing is the game files already have the required VS C++ installer so it just started installing it and then try downloading something else that is also required, after everything is done, I can play that game! maybe this can help?

Same here

its Telling me i dont have some audio2.7 that goes with direct.11 or something along those lines.

As far as I know the problem comes from the fact that most people nowadays have the Microsoft Visual C++ 2015-2022 Redistributable (x64) and not the requested 2015 edition, I own one game from itch that will launch and work when I open the exe in the folder from the .zip but when I launch the game from the itch launcher it wants to install Microsoft Visual C++ 2015 Redistributable Update 3 (x64) which it can't install scince Microsoft Visual C++ 2015-2022 Redistributable (x64) is already installed (note: deinstalling the 2015-2022 edition so you can install the 2015 edition is not a good idea for 2 reasons. The first reason is that 2015-2022 includes the 2015 edition, which is the reason I can play the game from the exe (the launcher probably fails because it only look for the 2015 version instead of any working version). The second reason is that newer games usually don't run with the 2015 edition scince the need the newer updates.

(sorry for all the bolding I just wanted to make it easier to understand)