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

Problem in running Game Controller #84

Open
black-sec opened this issue Jun 9, 2018 · 3 comments
Open

Problem in running Game Controller #84

black-sec opened this issue Jun 9, 2018 · 3 comments

Comments

@black-sec
Copy link

black-sec commented Jun 9, 2018

hello, I have a question about GC 2018.1. I Build the Game controller without any problem. Anyway, when I want to run the GC in both Windows and Linux I hit the following error: Could you tell me what's wrong? Does it have a bug or I missed something?!
I wrote in terminal: java -jar GameController.jar -w
Error message :
Exception in thread "main" java.lang.NoClassDefFoundError: teamcomm/Config
at data.teams.TeamsLoader.(Unknown Source)
at data.states.GamePreparationData.refreshTeams(Unknown Source)
at data.states.GamePreparationData.(Unknown Source)
at controller.ui.setup.StartInput.(Unknown Source)
at controller.GameController.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: teamcomm.Config
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 5 more

@lilioid
Copy link

lilioid commented Mar 6, 2019

I have the same issue under linux using version 2018.1 and building from source according to the documentation.

@MaikePaetzel
Copy link
Collaborator

Is this still an open issue? And if it is, could you confirm that you ran the command from within the build\jar folder? This looks like the GameController saying it can't load the config data, which is usually the case if it is not executed from within the build folder.

@lilioid
Copy link

lilioid commented Apr 29, 2021

It's been some time since I commented on this issue so I don't really know any more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants