Your comments

I went through this level recently. No issues for me, so marking as cannot replicate.

This was resolved in 2.0.8

Marking as cannot replicate as no response in a while. But do let me know if it's still causing you problems.

I've replicated and advised this issue is a priority for the next maintenance patch, whenever that may be.

We nailed this one in 2.0.8 I believe.

Hi,

Looking through the log I spotted this sequence of errors. Looks like a pretty nasty Unity rendering issue. Assuming your graphics drivers are up to date I'm not sure what to suggest for the moment.

d3d11: failed to create staging 2D texture w=256 h=256 d3dfmt=28 [887a0005]
d3d11: failed to create staging 2D texture w=285 h=306 d3dfmt=28 [887a0005]
d3d11: attempt to lock null buffer
d3d11: attempt to lock null buffer
d3d11: attempt to lock null buffer
d3d11: attempt to lock null buffer
d3d11: attempt to lock null buffer
d3d11: attempt to lock null buffer
d3d11: failed to create buffer (target 0x1 mode 3 size 40440) [0x887A0005]
Crash!!!

You could try seeing if you experience the same problems using d3d9 and openGL Renderers.


Try adding these launch arguments (one at a time):

-force-d3d9

-force-glcore45

Hopefully that helps, though you may lose a little fidelity, especially in d3d9 mode.


Cheers,


Lee