Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bash script for launching the game on Mac #29

Closed
CelestialAmber opened this issue Sep 14, 2021 · 2 comments
Closed

Add a bash script for launching the game on Mac #29

CelestialAmber opened this issue Sep 14, 2021 · 2 comments
Labels
Status: Non-issue This is not an issue or already is implemented Type: Documentation Improvements or additions to documentation

Comments

@CelestialAmber
Copy link

CelestialAmber commented Sep 14, 2021

I noticed there wasn't a bash script for launching the game on Mac, so I tried to just run the Linux sh file and got an error. I was able to fix the error with a simple modification to the java command in the script, so all that would have to be done to allow the game to work on Mac is just adding this bash script to the build folder, and modifying the portable script like I did with the regular one for that to also work (the script is attached below).
play_mac.sh.zip

@chrislo27
Copy link
Owner

chrislo27 commented Sep 14, 2021

Per the front page README, macOS is not listed as a supported operating system. This means that I can't offer bug support or the guarantee that the game will even run on macOS, so I don't want to offer a launch script directly. Other Mac users are free to use this launch script if it works for them though.

For documentation purposes: the added VM argument is -XstartOnFirstThread per GLFW requirements.

@chrislo27 chrislo27 added Status: Non-issue This is not an issue or already is implemented Type: Documentation Improvements or additions to documentation labels Sep 14, 2021
@CelestialAmber
Copy link
Author

I understand. Thanks for replying anyways.

Repository owner locked and limited conversation to collaborators Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Non-issue This is not an issue or already is implemented Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants