It's not silently crashing anymore using Experimental proton. Now it's just silently getting stuck on the logo unless I run the proton log command, then it goes black a bit after showing the logo until I manually close t...
Apparently, the game creates a GraphicsDevice object before a Game object, and FNA isn't set up to handle this. Tried hacking around that but couldn't get it to work. Also tried `WINE_MONO_OVERRIDES=Microsoft.Xna.Framewo...