Settlements Rising

Settlements Rising

Zobacz statystyki:
 Ten wątek został przypięty, więc pewnie jest ważny
CanerTonbul  [producent] 15 września 2024 o 2:33
Potential Fix for Game Crashes
If you got error that says "LowLevelFatalError" that originates from the D3D12Util.cpp file in the Unreal Engine. This error likely relates to DirectX 12 (D3D12), specifically a failure with the graphics adapter, which could point to several issues such as:

Graphics Driver Issues: Outdated or incompatible GPU drivers.
DirectX Corruption: Corrupt or missing DirectX components.
File Corruption: Certain system files related to DirectX or other components may have become corrupted.

Why the Error Happens
DirectX 12 Issues: The Unreal Engine relies heavily on DirectX for rendering. If there's a problem with your DirectX installation or your graphics driver, the engine might fail to initialize correctly, leading to crashes like this.

System File Corruption: System files related to DirectX or graphics processing could be damaged, which affects the game's ability to launch.

Possible fix
1- Open the command in windows CMD in administrator mode (Required)
2- Type : DISM.exe /Online /Cleanup-image /Restorehealth , enter and wait.
3- Type : sfc /scannow , enter and wait, then close


The sfc /scannow command (System File Checker) is used to scan and repair corrupted system files. When the game encounters a DirectX error, it's possible that one or more critical system files or components related to the game, DirectX, or even Windows itself may have become corrupted.

SFC checks your system files against a protected backup and replaces any corrupted or missing files. If the root cause of the issue is a corrupted system file (such as a DirectX file), this command will repair it and potentially resolve the issue.
Ostatnio edytowany przez: CanerTonbul; 7 października 2024 o 4:08
< >
Wyświetlanie 1-5 z 5 komentarzy
76561199065678304 7 października 2024 o 3:02 
i cant even launch the game it pops up a crash report
CanerTonbul  [producent] 7 października 2024 o 3:22 
Początkowo opublikowane przez ibnalahad4915:
i cant even launch the game it pops up a crash report
A few other people experienced this but we couldn't solve it. you can try playing with DX11, a few people solved it that way but not all of them. You can try deleting and reinstalling the DirectX drivers. The problem is a DirectX related problem.
76561199065678304 7 października 2024 o 13:22 
I have installed fresh windows updated everything still cant launch the game
my laptop specs are
intel core i5
8gb ram
integrated graphics HD520
another game i played had this same issue and DEVs said its bcz they dont support integrated graphics
ERROR DETAILS LowLevelFatalError [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp] [Line: 433]
Direct3DDevice->CreateUnorderedAccessView(Texture->GetResource(),&UAVDesc,(ID3D11UnorderedAccessView**)UnorderedAccessView.GetInitReference())
failed with error E_INVALIDARG (Name='RT_SaveGameFOW',
Format='DXGI_FORMAT_B8G8R8A8_UNORM' (0x00000057), FormatSupport=0x31FEF3F3, FormatSupport2=0x00000600) at
D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11UAV.cpp:113
CanerTonbul  [producent] 7 października 2024 o 23:33 
Początkowo opublikowane przez ibnalahad4915:
I have installed fresh windows updated everything still cant launch the game
my laptop specs are
intel core i5
8gb ram
integrated graphics HD520
another game i played had this same issue and DEVs said its bcz they dont support integrated graphics
ERROR DETAILS LowLevelFatalError [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp] [Line: 433]
Direct3DDevice->CreateUnorderedAccessView(Texture->GetResource(),&UAVDesc,(ID3D11UnorderedAccessView**)UnorderedAccessView.GetInitReference())
failed with error E_INVALIDARG (Name='RT_SaveGameFOW',
Format='DXGI_FORMAT_B8G8R8A8_UNORM' (0x00000057), FormatSupport=0x31FEF3F3, FormatSupport2=0x00000600) at
D:\build\++UE5\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11UAV.cpp:113
Although it works fine with some integrated graphics cards, most of the Crash problem is with integrated graphics cards. Most of the games made with Unreal Engine have this problem. I'm sorry it doesn't work in yours either.
76561199065678304 8 października 2024 o 7:03 
Thank you for your support.
< >
Wyświetlanie 1-5 z 5 komentarzy
Na stronę: 1530 50