Fix for 0xc000007b error Unreal games

asrhdjgjkyrhb

New Member
Sep 30, 2017
6
7
I found a easy fix for a game error I was getting and wanted to share to hopfully save someone some time. On almost all Unreal engine games I would get this error.

"Application Error. The application was unable to start correctly (0x000007b)."

I tried litterally everthing short of a fresh windows install, gave up several times and tried again. Yes I reinstalled directx and microsoft NET framework, several times. Updated drivers and windows, nothing worked. This went on for a few months. I never did figure out the root cause of my issue. I assume its some corrupt dll in windows somewhere but I don't have the skill set to do anymore troubleshooting.

Then I came across this youtube video from 8 years ago. The dude explains and gives a link containing a archive of dll files. Just unpack those into the same folder as the problem game .exe file. And start the game as normal. It fixed every 0x000007b error I had so far.

I know it is more of a work-around, since I still have a screwed up file somewhere. But its easy enough to just keep the dll archive and unpack it into a game folder as needed. Takes all of 2 minutes and is Soooo much easier than dicking around troubleshooting windows.
Here are the links, hope it helps.


 
  • Like
Reactions: zonesamabaka

Kernels

Newbie
Oct 11, 2021
43
90
After you dump this archive to the game root, determine which file is used by deleting some files from the root of the game and testing if its still working, most likely it's one of d3d or Xinput, when you determine which one, move this file to C:Windows\System32 and C:Windows\SysWOW64 with replacement and reboot. Then these files will work globally