

Apart from the missing cutscenes and intro, it runs fine. XBOX ONE controller works.
Cutscenes don't seem to show properly. Instead you get a multicoloured screen akin to an old TV test card in it's place, with no audio playing. Pressing A or start usually seems to get past it, but not always. Maybe it just ends when the cutscene does.
Ran primarily with a controller and had appropriate framerate (150-180, Ultra, 1080p) and responsiveness.

To mitigate crashing I increased hard open file limit to 1048576 by setting in "/etc/security/limits.conf" the line "* hard nofile 1048576"
Then, in both "/etc/systemd/system.conf" and "/etc/systemd/user.conf" set: "DefaultLimitNOFILE=1048576"
Restart session with: "systemctl daemon-reexec"
Upon booting the game, following the loading symbol, the screen will turn black indefinitely until hitting the ESC key once. It will then proceed to the menu.
Tips on changing hard limits taken from reddit post by user DePingus. Thank you.