Hi, I installed and unzipped the application. When I click Levels and Living Dangerously the program closes down.
An open source game about learning Git! · By
Hey @teowey! Thanks for letting us know! To help us debug this, could you send us the contents of the game's log file? It should be located in the "Library/Application Support/Oh My Git/logs" in your home directory. The newest file in there would be interesting to us, can you find that? You can go to the Library directory by pressing Command+Shift+L in the Finder.
Feel free to send an email to the address at the bottom of this page, for example! https://ohmygit.org/press/
Hi, just wanted to let you know that it's working perfectly fine on my MacBook Pro 16", running the very same version of macOS Catalina 10.15.7... I don't have this bug, and I played several levels + the sandbox during roughly half an hour without any issue.
Let me also add that there has been a couple of macOS Catalina "Supplemental Updates" released those past weeks (the last one being dated on Feb 8th 2021) - Those "Supplemental Updates" typically don't increment the macOS version number (still 10.15.7 as before Feb 8th...). So, maybe this could be the reason why it's now fixed and working??
Same here. This is what I'm getting:
Exit Code 1
FATAL ERROR: OS.execute failed: bash [-c, "'export HOME='"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/'"'"';export PATH='"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/:'"'"'"$PATH";cd '"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/repos/yours/'"'"' || exit 1;git symbolic-ref HEAD refs/heads/main'"] Output: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Exit Code 1
**WARNING**: ObjectDB instances leaked at exit (run with --verbose for details).
At: core/object.cpp:2135:cleanup() - ObjectDB instances leaked at exit (run with --verbose for details).
**ERROR**: Resources still in use at exit (run with --verbose for details).
At: core/resource.cpp:477:clear() - Resources still in use at exit (run with --verbose for details).
**ERROR**: Condition "allocs_used > 0" is true.
At: core/pool_vector.cpp:69:cleanup() - Condition "allocs_used > 0" is true.
I got the same error and I solve it using this
xcode-select --install
https://ma.ttias.be/mac-os-xcrun-error-invalid-active-developer-path-missing-xcr...