Epic Games Launcher 0xc000007b Error

Hi,

Am getting the annoying 0xc000007b Error when trying to launch the Epic Games Launcher on Windows 10 (I have Direct X 12 installed).link text

Can anyone who can understand the Dxwalker Logs better than I can, advise which DLL’s / Runtime’s I may need to re-install?

Thanks,

Use the “Windbg” software to run the exe file in debug mode. It is a gui based debugger and shows what steps are being executed. This will help you to figure out what dll files are causing the problem or which step is actually creating the error. You can find the app in the app store as well.

  1. Try to run the 64 bit version.
  2. When the debugger pauses, input the character ‘g’ to continue the execution at the bottom input section.

First try these steps and see if it is resolved.

I also faced the same problem when I had visual studio 2017 installed. But it was solved when uninstall the 2017 version and installed the 2015 visual studio. Also note that you need microsoft viual c++ 2015 redistributable (both x64 and x86 versions) installed. There might be a problem in installation if you have microsoft viual c++ 2017 redistributable then all you need to do is to uninstall the 2017 version and try again.

The 0xc000007b error may also arise if you don’t have the necessary dll files. You can search the internet to get those dll files. I used the link given in the following video:
https://www.youtube.com/watch?v=1PbnHBkED4s

If all of this does not help then you can try to 32 version using the method that I mentioned earlier.

I have the output from that attached, any idea on what DLL is missing there, is it the GLU32 one?

Thanks,link text

Whenever I’ve installed the Epic Games Launcher, it’s always defaulted to a Win32 Version, even though I have a Windows 10 64 bit.

Is there a way to get it to install Win64 instead?

Looking through your log, it appears you may need to re-install one of the VS C++ Redistributable packages. I would start with the 2015 Redistributable, which you can find here:

https://www.microsoft.com/en-us/download/details.aspx?id=48145

Here’s a post over on Stack Exchange with a lot of good info if that doesn’t solve your problem.

Hope that helps!

So I uninstalled the 2015 packages and re-installed them, I didn’t have the 64 2015 previously. Tried to run the launcher, same error. Uninstalled / reinstalled, same error.

I uninstalled / reinstalled the 2017 packages, same error, and then uninstalled / reinstalled same error.

So i downloaded the DLL’s that were provided on the link and copied / pasted em, same error. However this time it first tried to install an Update for the launcher.

So then I uninstalled and reinstalled again. This time it added a Win64 Folder, but when I try the EpicGamesLauncher.exe in both directories, it’ll still do the same error. Even the CrashReportClient.exe, it won’t launch because of that error.

I feel like it’s getting closer because of adding the Win64 folder, but still getting the same issue unfortunately.

I also went through the same ordeal. Try the “WinDBG” method now with the 64 bit exe file and enter “g” in the input when the output of the WinDBG halts.

Ok I did that, and it started debugging, and then it did this in the code.

ModLoad: 00007ff9a24f0000 00007ff9a2512000 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll

ModLoad: 00007ff973810000 00007ff973842000 C:\WINDOWS\System32\DriverStore\FileRepository\nvdmi.inf_amd64_38508be23829cd8f\nvdlistx.dll

ModLoad: 00007ff9779b0000 00007ff977a9b000 C:\WINDOWS\System32\DriverStore\FileRepository\nvdmi.inf_amd64_38508be23829cd8f\nvldumdx.dll

ModLoad: 00007ff9a37e0000 00007ff9a37f7000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll

ModLoad: 00007ff9a3220000 00007ff9a3253000 C:\WINDOWS\system32\rsaenh.dll

ModLoad: 00007ff9635e0000 00007ff96567d000 C:\WINDOWS\System32\DriverStore\FileRepository\nvdmi.inf_amd64_38508be23829cd8f\nvwgf2umx.dll

ModLoad: 00007ff96af30000 00007ff96afb6000 C:\Program Files\NVIDIA Corporation\Ansel\Tools\NvCameraWhitelisting64.dll

ModLoad: 00007ff94a820000 00007ff94ac24000 C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\ThirdParty\Windows\DirectX\x64\d3dcompiler_47.dll

ModLoad: 0000000051220000 0000000051427000 C:\WINDOWS\SYSTEM32\D3DCOMPILER_43.dll
ModLoad: 0000000051220000 0000000051427000 C:\Windows\system32\D3DCOMPILER_43.dll

ModLoad: 0000000051220000 0000000051427000 C:\WINDOWS\system32\D3DCOMPILER_43.dll

(2544.32cc): Unknown exception - code c06d007e (first chance)
[2018.05.06-18.55.54:630][ 0]LogWindows: Error: === Critical error: ===
[2018.05.06-18.55.54:631][ 0]LogWindows: Error:
[2018.05.06-18.55.54:631][ 0]LogWindows: Error: Fatal error!
[2018.05.06-18.55.54:631][ 0]LogWindows: Error:
[2018.05.06-18.55.54:632][ 0]LogWindows: Error: Unhandled Exception: 0xc06d007e

I’m guessing the D3DCOMPILER_43.dll needs to be replaced?

Any ideas on the above?