A handful of people have emailed that the game won't launch. I go through the process of getting them to check whether their OS is 32-bit, but that's excessively complicated when .NET 4 provides a property to check whether it's running on a 32-bit version of Windows (Environment.Is64BitOperatingSystem). Warn users when they are not running on a supported version.
A handful of people have emailed that the game won't launch. I go through the process of getting them to check whether their OS is 32-bit, but that's excessively complicated when .NET 4 provides a property to check whether it's running on a 32-bit version of Windows (Environment.Is64BitOperatingSystem). Warn users when they are not running on a supported version.