0

我想开始使用Unreal Engine 4制作游戏。因此,我从可靠的第三方网站下载了 UE4 的预编译版本,它为我的朋友工作。
为了运行 UE4,我UE4editor.exeC:\UE4\Engine\Binaries\Win64文件夹开始。
当我运行它时,显示以下错误消息,进度挂在 0% 并退出。

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

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

系统规格:

  • 视窗 8.1
  • CPU:酷睿i5
  • 内存:4GB
  • 显卡:AMD Radeon 6300M 系列

日志文件:
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
4

1 回答 1

1

我建议从官方 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,大多数开发人员都被教导从该启动器开始。

希望这会有所帮助:)

于 2016-04-24T06:23:45.993 回答