Crash fix on Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m added filepath |
||
Line 1: | Line 1: | ||
If you experience a crash on Linux in 0.7.18 release when loading world, with the log saying VK_ERROR_DEVICE_LOST , try the following: | If you experience a crash on Linux in 0.7.18 release when loading world, with the log saying VK_ERROR_DEVICE_LOST , try the following: | ||
Go in your config directory, check if there is a file called Engine.ini | Go in your config directory (/home/user/.config/Epic/PSUnreal/Saved/Config/LinuxClient/), check if there is a file called Engine.ini or create it. | ||
and then add this two lines. Be sure to have uppercase 'E' in Engine.ini filename: | |||
and then add this two lines. | |||
[SystemSettings] | [SystemSettings] | ||
r.AllowStaticLighting=0 | r.AllowStaticLighting=0 | ||
This will disable static lighting completely which seems to be the cause of crashes on some hardware. | This will disable static lighting completely which seems to be the cause of crashes on some hardware. |
Revision as of 10:08, 17 June 2022
If you experience a crash on Linux in 0.7.18 release when loading world, with the log saying VK_ERROR_DEVICE_LOST , try the following:
Go in your config directory (/home/user/.config/Epic/PSUnreal/Saved/Config/LinuxClient/), check if there is a file called Engine.ini or create it.
and then add this two lines. Be sure to have uppercase 'E' in Engine.ini filename:
[SystemSettings] r.AllowStaticLighting=0
This will disable static lighting completely which seems to be the cause of crashes on some hardware.