-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cornerstone does not find config.yml #16
Comments
same with Oracle Java 8
|
Just got the same problem. I even copy the base configuration file (src/main/resources/config.yml) into the same level with infraworld-cornerstone.jar. it does not work. Do you solve it? |
nope - my work around is to run the |
Thanks man! I am installing JDK11 to give it a try :D
I also wonder do you finally get your unreal engine connected to the server with protobuff via the Infraworld Solution?
At 2020-09-02 17:48:44, "ahorn42" <[email protected]> wrote:
nope - my work around is to run the src\main\java\com\vizor\unreal\Main.java in debug mode (with vs code with java extension) and modifying the config file located at src\main\resources\config.yml
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
yeah, I got it running, but it was a hard and long way, but it runs very nicely if you got it running ;-) - It seems as the example requires another version (most likely a older version) of the plugin as it is on githubs master branch. But I am using the master right now. Unfortunately due to confidentiality I am not allowed to share the project with you :-/ |
Thanks. Got it. I am gonna try with my own version.
On 09/07/2020 17:42, ahorn42 wrote:
yeah, I got it running, but it was a hard and long way, but it runs very nicely if you got it running ;-) - It seems as the example requires another version (most likely a older version) of the plugin as it is on githubs master branch. But I am using the master right now. Unfortunately due to confidentiality I am not allowed to share the project with you :-/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi bud,
When I was running the Main.java (with vs code with java extension), I could not debug. I have JDK 11 and full vs code extension installed.
The report message is like this:
Do I need to add arguments in launch.json file? Or do you know how to debug Main.java successfully?
Best,
Maggie
At 2020-09-02 17:48:44, "ahorn42" <[email protected]> wrote:
nope - my work around is to run the src\main\java\com\vizor\unreal\Main.java in debug mode (with vs code with java extension) and modifying the config file located at src\main\resources\config.yml
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hmpf - as I tried to look up what I exactly did I found out it isn't working for me anymore :-/ (but also your answer/report message is not visible on github, so I can't compare it) - maybe an update broke up things? But I can't remember that I have changed anything to the I am currently getting a |
I am using openjdk 14
|
java -jar .\target\infraworld-cornerstone.jar
tells me to put myconfig.yml
toeven if a file called
config.yml
exists in this path.Runing on Windows 10 with
The text was updated successfully, but these errors were encountered: