我想开始用虚幻引擎4 制作游戏。所以,我从一个可靠的第三方网站下载了一个预编译版本的UE4,这个网站对我的朋友有用
为了运行UE4,我从UE4editor.exe
文件夹开始C:\UE4\Engine\Binaries\Win64
当我运行它时,显示以下错误消息,进度挂起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
答案 0 :(得分:1)
我建议刚从官方github页面上获得官方发布。
您需要向他们注册您的github帐户。您可以按照此处的说明操作: https://github.com/EpicGames/Signup
完成所有操作后,您可以通过下载拉链获取官方4.8版本:
https://github.com/epicgames/unrealengine/tree/4.8
然后,您可以按照说明安装UE4的源代码版本。
否则,我非常确定你可以从Epic Game Launcher获得4.8,大多数开发人员都会从这里开始。
希望这有助于:)