DavidSM64 / Quad64

An open-source Super Mario 64 level editor
MIT License
114 stars 24 forks source link

Build Quad64 Binary prompts "Platform not supported" error on startup #2

Closed xXGucciferXx closed 7 years ago

xXGucciferXx commented 7 years ago

Just noticed this, when running the built source. Fixed this by adding the following to MainForm.cs in MainForm() right after InitializeComponent();

OpenTK.Toolkit.Init();
glControl1.CreateControl();