You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent macOS updates have caused issues with GLFW. It looks like they're 95% done with GLFW 3.3 (per http://www.glfw.org/). I'd love to update Stage to 3.3 when they release it and hopefully fix whatever is happening on macOS. Unfortunately Apple releases breaking updates fairly regularly and I'm not able to keep up.
Hello Mark,
I installed Stage 2.3.3 per the instructions on https://cafarm.gitbooks.io/stage/content/Getting-Started.html.
When I try to run a demo e.g., stage.demos.aperture I get the following error:
Error in stage.core.Window (line 51)
obj.handle = glfwCreateWindow(size(1), size(2), 'Stage', [], []);
Error in stage.demos.centerSurround (line 5)
window = Window([500, 500], false);
Undefined function or variable 'Unexpected'.
I am using 2017b on Mac OS high sierra.
I recently successfully installed it on matlab 2016b on windows. could it be possible that I need to use 2016b for running stage?
Thanks!
Abhishek
The text was updated successfully, but these errors were encountered: