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

GameControllerSimulator cannot be lauched from outside its build/jar folder #107

Open
omichel opened this issue Mar 30, 2021 · 1 comment
Labels
enhancement low_priority A low priority enhancement or issue

Comments

@omichel
Copy link

omichel commented Mar 30, 2021

This works:

cd $GAME_CONTROLLER_HOME/build/jar
java -jar GameControllerSimulator.jar

While this doesn't work:

cd $GAME_CONTROLLER_HOME
java -jar build/jar/GameControllerSimulator.jar

Although this is not a blocking issue, it would be nice to see a more robust GameControllerSimulator.

@MaikePaetzel
Copy link
Collaborator

I can confirm that this is a problem with the general implementation of the GameController and how it attempts to retrieve config files from the resource folder - so nothing which was introduced in this version of the GC. While this is something nice to fix, I treat this as a feature request that is handled when the remainder of the GC works with the AutoRef.

@MaikePaetzel MaikePaetzel added the low_priority A low priority enhancement or issue label Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low_priority A low priority enhancement or issue
Projects
None yet
Development

No branches or pull requests

2 participants