0% found this document useful (0 votes)
399 views2 pages

Crash - 0xc000007b Error On Unreal Engine 4 - Stack Overflow

The document is a discussion on a technical support forum about an error the user is receiving when trying to launch Unreal Engine 4 on their Windows 10 64-bit system. The error code is 0xc000007b. The user provides their system specifications, which do not meet the minimum requirements for Unreal Engine 4. One response suggests asking the question on Epic's support forums instead as it likely relates to missing system libraries rather than programming. Another response recommends deleting and reinstalling specific DLL files then repairing the Visual C++ Redistributable installation packages to resolve the issue.

Uploaded by

deivy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
399 views2 pages

Crash - 0xc000007b Error On Unreal Engine 4 - Stack Overflow

The document is a discussion on a technical support forum about an error the user is receiving when trying to launch Unreal Engine 4 on their Windows 10 64-bit system. The error code is 0xc000007b. The user provides their system specifications, which do not meet the minimum requirements for Unreal Engine 4. One response suggests asking the question on Epic's support forums instead as it likely relates to missing system libraries rather than programming. Another response recommends deleting and reinstalling specific DLL files then repairing the Visual C++ Redistributable installation packages to resolve the issue.

Uploaded by

deivy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

xDismiss

netealacomunidaddeStackOverflow

Stack Overflow es una comunidad de 6.8 millones


de programadores como t que se ayudan
mutuamente.
nete a ellos, slo te llevar un minuto:

Registrarse

0xc000007berroronUnrealEngine4

IhaverecentlydownloadedUnrealEngine4fromitsofficialsiteandtriedtostartitbutgotthiserror.

Itriedtogooglesolutionsandfoundsomebutdidn'tworkforme.Fewofthemewererelatedtoxinput1_3.dllfileandsomewere
relatedtoc++.

Solutionforxinput1_3.dllwastoconvertitsversionof32bitto64bit.
Solutionforc++wassameasabove,32bitto64bit.

Specification
Windows1064bit
Core2Duo3.0Ghz
5GBRam
Don'tworryaboutGraphicCard.

crash 32bit64bit unrealengine4

askedJan1'16at10:58
Murtaza
118 6

ThisisbetteraskedontheEpicsupportforumsasit'sgotmoretodowithsystemlibrariesthan
programmingdirectly.Alsoyoursystemdoesn'tmeetminimumsystemrequirements,evenwithoutknowing
theGPU.trojanfoeJan1'16at11:51

@trojanfoedoesitmeanthisissueisbecauseofit? Murtaza Jan3'16at4:37

Iwouldsayso,yes.ButEpicGameswillbeabletoconfirm. trojanfoe Jan3'16at9:52

1Answer

Deletethemsvcr120.dllandmsvcp120.dllfiles,afterthatrepairtheVC++Redistributable
installation.

Itworkedforme

Source

answeredJan1'16at11:07
ammar26
685 1 10 32

Therearenumberofversionsof VC++Redistributable,whichversionareyoutalkingabout. Murtaza Jan


1'16at11:13
Youcanrepairallofthembecauseyouarenotsurewhichoneneedstoberepaired,oryoucanuse
dependencywalkertoexactlycheckwhichDLLsaremissingandthenyoucanonlyreplacethoseinsteadof
repairingallversions.dependencywalker.com/depends22_x64.zipammar26Jan1'16at11:17

You might also like