ScottMichaud / YandereSimulatorLauncher2

Yandere Simulator Launcher (C# / WPF)
10 stars 12 forks source link

Check if user's OS is 64-bit #13

Closed ScottMichaud closed 3 years ago

ScottMichaud commented 4 years ago

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.

ScottMichaud commented 4 years ago

Fixed on develop. Waiting for a release.

ScottMichaud commented 3 years ago

Should be fixed in 2.9.0.