Issue Description:
I’ve had this issue before, but it was fixed in a previous patch. Now after patch 13, I’ve noticed a reoccurrence of this issue, though it is less common. Hoping this can be fixed like before.
Once the game crashes, I am unable to rejoin the match, it either send me back to character selection or crashes.
was this another hang? I could not debug it since the crash info was not complete. If it’s an issue in the intel driver I suspect that they might exit our game, since the exit code does not belong to our game.
could you try this (another known issue for AMD, but perhaps same issue for intel here)
From another thread
i looked a bit deeper in the crashdump and found out that it’s likely stalling on creating ray tracing objects (regardless if you have it on or not).
To force it off you can try in game files open win32_settings.ini and set ray_tracing, to false.
Meaning it should say
ray_tracing = false
instead of
ray_tracing = true
It was a full crash, would not be surprised if it was the driver doing it. I had made some changes yesterday, turning off Ray Tracing in the launcher and setting it to normal Fullscreen. 2/2 games I played after had no issues. Made your suggested change as well, will test and see if crashes continue.