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
Wrong, M1 works just copy and paste these commands into a terminal.
git clone --recurse-submodules https://github.com/jdah/minecraft-weekend.git
cd minecraft-weekend/
brew install libxcursor
make libs
make dirs
make game
make run
when running the game with the default arguments it returns
GLFW error 65544: Cocoa: Failed to find service port for display error loading shader at res/shaders/basic_texture.vs
as a short work around, I found that updating GLFW to 3.3.4 and using
-v
in the launch options and recompiling the game managed to make it work.The text was updated successfully, but these errors were encountered: