The issue ended up being installing a Development build into the Program Files (X86) folder on windows 7.
Under that platform, you cannot write in that folder if you run the game not as an admin, and a dev build attempts to write the debug log file, causing a crash. Release builds don’t have this problem. You can use a debug build, just have to run as admin on windows.