Unreal Engine 4.8 启动时出现致命错误

Unreal Engine 4.8 fatal error at startup

我想和Unreal Engine4开始制作游戏。所以,我从一个可靠的第三方网站下载了一个预编译版的UE4,这是为我朋友工作的
对于 运行ning UE4,我从 C:\UE4\Engine\Binaries\Win64 文件夹开始 UE4editor.exe
当我 运行 它时,显示以下错误消息,进度挂在 0% 并退出。

此外,请注意错误消息中提到的地址:D:\Unreal Engine 4.8.0 NV-Techs... 这是不正确的!正如我之前所说,我的 UE4 文件夹是 C:\UE4。怎么了?!!

我该怎么做才能解决这个问题?!!
我附上了日志和转储文件。如果需要任何其他详细信息,请告诉我。
感谢您的关注

系统规格:

日志文件:
UE4 logs.rar

错误信息:

 ---------------------------
 The UE4- Editor has crashed and will close
 ---------------------------
 Fatal error: [File:D:\Unreal Engine 4.8.0 NV-Techs\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp] [Line: 223] 
 Direct3DDevice->CreateTexture2D(TextureDesc,SubResourceData,OutTexture2D) failed 
  at D:\Unreal Engine 4.8.0 NV-Techs\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Texture.cpp:458 
  with error E_INVALIDARG, 
  Size=512x512x1 Format=(0x00000035), NumMips=1, Flags=D3D11_BIND_DEPTH_STENCIL D3D11_BIND_SHADER_RESOURCE 

 KERNELBASE.dll {0x00007ffce1d58b9c} + 0 bytes

 UE4Editor-Core.dll {0x00007ffccc08087f} + 0 bytes

 UE4Editor-Core.dll {0x00007ffccbec9dd8} + 0 bytes

 UE4Editor-Core.dll {0x00007ffccbeaa7a2} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc26f4fd4} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc26efe51} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc269300f} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc26df7bc} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc26fb586} + 0 bytes

 GFSDK_VXGI_x64.dll!VXGI::VoxelTexture::AllocateResources() {0x00007ffcc1f0bbe4} + 18 bytes [c:\p4\sw\devrel\libdev\gi\dev\bugfix_main\giworks\src\gi_voxe

 GFSDK_VXGI_x64.dll!VXGI::GlobalIllumination::AllocateResources() {0x00007ffcc1edc2da} + 8 bytes [c:\p4\sw\devrel\libdev\gi\dev\bugfix_main\giworks\src\gi_base

 GFSDK_VXGI_x64.dll!VXGI::GlobalIllumination::setVoxelizationParameters() {0x00007ffcc1ed92f1} + 11 bytes [c:\p4\sw\devrel\libdev\gi\dev\bugfix_main\giworks\src\gi_base

 UE4Editor-D3D11RHI.dll {0x00007ffcc26c5f19} + 0 bytes

 UE4Editor-D3D11RHI.dll {0x00007ffcc26d4260} + 0 bytes

 UE4Editor-RHI.dll {0x00007ffcddf3f819} + 0 bytes

 UE4Editor.exe {0x00007ff71a1dacee} + 0 bytes

 UE4Editor.exe {0x00007ff71a1d241b} + 0 bytes

 UE4Editor.exe {0x00007ff71a1d2a6a} + 0 bytes

 UE4Editor.exe {0x00007ff71a1e45e9} + 0 bytes

 UE4Editor.exe {0x00007ff71a1e55d9} + 0 bytes

 KERNEL32.DLL {0x00007ffce31913d2} + 0 bytes

 ntdll.dll {0x00007ffce4b35454} + 0 bytes

 ntdll.dll {0x00007ffce4b35454} + 0 bytes

我建议只从官方 github 页面获取正式版本。

http://github.com/epicgames

您需要向他们注册您的 github 帐户。您可以按照此处的说明进行操作: https://github.com/EpicGames/Signup

完成后,您可以通过下载 zip 获得官方 4.8 版本:

https://github.com/epicgames/unrealengine/tree/4.8

然后您可以按照说明安装源代码版本的 UE4。

否则,我很确定您可以从 Epic Game Launcher 中获得 4.8,大多数开发者都被教导从该启动器入手。

希望这对您有所帮助:)