Getting started example failing on macOS
Closed this issue · 5 comments
rokaskasperavicius commented
I am trying to run the example on my mac but I am getting this error:
I just ran inside the unzipped folder:
make setup
echo 1 2 3 4 > Player-Data/Input-P0-0
echo 1 2 3 4 > Player-Data/Input-P1-0
Scripts/compile-run.py mascot tutorial
my mac is M3 with 8GB of ram running on 15.1.1
Any help would be appreciated :)
rokaskasperavicius commented
rokaskasperavicius commented
The first time I ran the Scripts/compile-run.py mascot tutorial
on the cloned repo with your new commit, this is the log it gave, if it helps in any way
output.log
mkskeller commented
This should be fixed b22a5f7 by adding a change to the submodule. Make sure to run git pull --recurse-submodules
to add the fix.
rokaskasperavicius commented
It worked, thank you 🙏