Anyone else ran into this issue, crash log is below. I am on the latest UE 5.7, and yes I tried using Directx12 instead of Vulkan. I actually switched to vulkan in the hopes the crash would stop since it mentions the RHI in the crash log thingy.
the game driver is known to bring issues. it’s highly recommended to use the studio version.
also when you reinstall nvidia, you need to use a specific driver removal tool from nvidia site or it won’t remove the drivers properly.
the ram and vram seems good enough, so out of memory doesn’t seem to be the issue.
does it happen on an empty sample project?
i’m not sure what the problem is, but it seems to be related to rtpso. can you try disabling hardware raytracing and see if that fixes the problem. though i’m not sure i’ll recommend leaving that disabled in the packaged game.
I apologize that it will take me long to get back, I have installed the studio drivers and am installing debug symbols. It will take a bit though they are massive. Once its done I’ll see if the same issue occurs in a sample project, and see if studio drivers fixes the issue in my current project.
I’m now on studio drivers, I tried a sample project. In the sample project I’ve enabled static lighting and I disabled lumen so I’d have relatively the same environment. I built the lighting in the sample map, then exited and reopened and it didn’t crash. So I tried my project, and it crashed. I’ve deleted the built data, so it would open again. Then I built lighting, closed it, and it crashed when trying to re open with the below crash log. I’ve also included the full log of this session. I regularly game on this computer so I’m reasonably certain that my hardware is okay, but I will try a couple UE5 games I have in my library when they finish downloading.
if it’s something to do with your machine. you can change it.
if it’s something to do with the engine itself. you are kinda out of luck, and you might be able to find a way around it.
how would i go about it?
i’d narrow it down.
try other games, to make sure your drivers and system as a whole is not the issue.
if your games fail, then you need to check your system.
otherwise it might be ue.
then try simple and sample projects, without any change.
if that works, then it’s your project. you can try to narrow which feature is causing an issue.
otherwise, try the sample project with basic features (no nanite, lumen, vsm, hardware ray tracing, maybe using sm5 and disable sm6).
if that works, narrow which feature is creating issues.
otherwise, you can try ue 5.6.
if that works then you the issue is with 5.7, you can keep exploring, or just use 5.6.
if the problem persists on 5.6 im kinda out of options. though since a lot of ppl used 5.6 successfully, i struggle to think it’s not something in your system.
UE 5.6 was actually the version I was using before, I had switched to 5.7 in the hope it would fix the crashing issue. I played half an hour of robocop rouge city (uses UE5) just now without any crashes. Also none of the sample projects crash for me. I imagine its due to something with my project but I wish the engine gave more indication why
seems like it’s your project. which is relatively good news.
that would be nice yes. though a crash is an unforseeable situation, otherwise it wouldn’t crash. the unforseeable nature makes it hard to give more info.
maybe someone with the specific experience can recognize the error, but i don’t know the root.
my recommendation would be to create a new empty project, and start to enable the same settings as your game to pin point which setting it is. it could be a bit time consuming but it will help you narrow down the issue.
i wouldn’t spend a ton of time with that, as there’s a chance there’s a problem with the content. maybe a shader or an actor is set up in a very odd way.
I moved all my content to a new blank project, then turned off luman and turned on static lighting. I’m getting no crashes when loading so I’ll take this as a win and marked as solved. Thank you for the swift responses and the help, I super duper appreciate it.