Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Have you tested what is proposed as a solution here?
https://answers.microsoft.com/en-us/windows/forum/all/0xc000007b-error-fix/92f9a9b8-ff58-4489-8833-f0d5437e5d3a
Tried all of the methods; affected games still won't run. Tried reinstalling and repairing Visual C++ and DirectX one more time, restarting PC several times, and verifying game files--still no luck.
It's annoying, but I guess the only way to get the games running is to paste DLLs into the game folder, particularly the ones that start with 'd3dx...' (I think Direct3D is the main culprit here). I have to do that for now until someone knows another solution.
imo you should try on the game's subforum of the games you have issue with.
here it's more about steam and not game or os.
Or you can try to check on https://www.pcgamingwiki.com/wiki/Home
I'm pretty positive it's not the games' issue, but I'll try to find other solution like Reddit or PCGamingWiki. Thanks.
May be curious but what are the games you have issues with ?
ok, reading a bit about 0xc000007b , seems to be a conflict between a 32bits dll and a 64bits you do not have on your os
May be you can use https://dependencywalker.com/ , it's a portable tool, just unzip it and run it then load one of the game exe with it and it will tell you where is your problem :
all dll used by the game you have issue with should be x64
Limbo
God Eater Resurrection
Akiba's Trip: Undead and Undressed
Senran Kagura Shinovi Versus
Mitsurugi Kamui Hikae
Tales of Symphonia
Way of the Samurai 3
...and probably many other games that I haven't tested out yet.
I used Dependecy Walker. I'm not sure where should I be looking, but in the CPU column, the value that says 'x64' are in red, even games that work are like this too.
The errors that I get in the app's log goes something like this:
Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
Error: Modules with different CPU types were found.
OK, so what should I do about this error? I looked up online, but don't know where to start. I also checked for Windows updates and I got an update for Microsoft .NET Framework for 3.5 and 4.8.1 or something like that. Restarted my PC, but still no luck.
Plus, I managed to narrow down the possibly one and only needed DLL, that is "d3dx9_43.dll"
EDIT: I saw a video where you need to put d3dx9_43 into System32 folder (SysWOW64 for x64 OS). I hope this will solve everything.
hello it should appear wihen you have some x86 dll when you needed the x64.
https://i.postimg.cc/tRtGr7XL/1Capture.jpg
you should see the x86 in the column i've colored in yellow
Even a game x86 should use x64 dll on your os as i guess it's a x64 windows
https://i.postimg.cc/4xG5WNxF/1Capture.jpg
here is the steam.exe main launcher, it's a x86 tool but it need all x64 dll and no mixed cpu dll
Yeah, that was what I pointed out in the previous post.
I saw a video where you need to put d3dx9_43 into System32 folder (SysWOW64 for x64 OS). I hope this will solve everything. But before that, I need to create a restore point in case something goes wrong.
But if there's something that I can or have to do with d3dx9_43, let me know.
take care
https://i.postimg.cc/4xG5WNxF/1Capture.jpg
so may be your dll is x86 ? just open the exe it with dependancy walker and it will tell you what cpu is used by your dll
https://answers.microsoft.com/en-us/insider/forum/all/how-to-perform-a-clean-install-or-reinstall-of/aef0ae63-2117-41ee-a8ea-4a3181625b08
Windows 11 Clean Installation Process ::
https://www.microsoft.com/en-us/windowsinsider/cleaninstall
This might help you too, a small important guide from me ::
https://steamcommunity.com/discussions/forum/1/4551533524171091239/#c4526764179302823770
. . . Good Luck !! . . .
I checked and it says that the dll is indeed x86. Any idea?