Hey guys:) i have updated to unreal 5.1.1 and when i try to launch my project it shut down after while with no error code. What to do?
EliasWick
(EliasWick)
February 8, 2023, 5:49pm
2
When did this start happening?
lucoiso
(lucoiso)
February 8, 2023, 6:14pm
3
lol, closing without the crash message? any logs generated in PROJECTDIR/Saved/Logs?
some people are encountering issues related to TSR, can you try disabling it?
More info here:
There are a lot of errors and warnings like
Attempted to access index 0 from array ‘…’ of length 0
TConvex ‘…’ has no Geometry
Failed to compile Material Instance with Base ‘…’ for platform PCD3D_SM5, Default Material will be used in game.
Failed to load ‘…’: Can’t find file.
Failed to load package for import object ‘Package …’
Exporting geometry with too many verticies (1960200). This might cause performance and memory issues. Simplify collision or change GeometryExportVertexCountWarningThres…
Yep, add this line to Config/DefaultEngine.ini and try opening the project again to check if will continue crashing
r.AntiAliasingMethod=3
I dont know what fixed my issue but after reinstaling and updating drivers it worked second day.
Anyway thank you for reply