Ok this looks like a very specific problem to do with Unity, DX11 and Intel video cards. It's a known problem that was supposedly fixed but a few other people are also seeing it. https://issuetracker.unity3d.com/issues/0x80070057-and-0x887a0005-errors-on-inte...
Doesn't look like much I can do about it except wait until Unity fix the problem. In the mean time you can force using DX9 by adding "-force-d3d9" to your command line when you run the game.
Thanks!