Game Maker Studio 2 Can't Test The Game on Windows Solved

Published: 08 May 2018
on channel: hundredvisionsguy
39,107
779

Have GMS2 on Windows? Game won't test? Try this method out:
1. File - Preferences - Runtime Feeds - Master
2. Install latest runtime feed
3. Double-click on newly installed runtime feed
4. Reboot
5. F5 to test

Disclaimer:
This only works if you don't have any other errors in your code (GML). For that, you'll need to refer to the documentation on the code that you write.

I will say that about 95% of the errors in my students' GML code is because they left out a comma in one of the functions.