Crash fix on Linux: Difference between revisions

From PSwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Go in your config directory, check if there is a file called Engine.ini
Go in your config directory, check if there is a file called Engine.ini


and then add this two lines. If the file is not there create it yourself. Be sure to have uppercase 'E' in Engine.ini filename:<blockquote>[SystemSettings]


r.AllowStaticLighting=0</blockquote>This will disable static lighting completely which seems to be the cause of crashes on some hardware.
 
and then add this two lines. If the file is not there create it yourself. 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.

Revision as of 20:06, 27 February 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, check if there is a file called Engine.ini


and then add this two lines. If the file is not there create it yourself. 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.