You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
Hey, sorry to bother you once again,
So now when I run the FullTest, the match works properly, which i can see in the trace.json file however i receive this error after "Generating video":
20:18:28.737 [INFO] Generating video
Exception in thread "main" java.lang.NoClassDefFoundError: io/humble/video/Coder
at org.bitbrawl.foodfight.engine.GameEngine.runMatch(GameEngine.java:165)
at org.bitbrawl.foodfight.engine.GameEngine.runMatches(GameEngine.java:70)
at org.bitbrawl.foodfighter.FullTest.main(FullTest.java:27)
Caused by: java.lang.ClassNotFoundException: io.humble.video.Coder
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)
... 3 more
Both player data files are empty however it does seem that the match worked fine because the trace.json shows movement and interaction. So just the video encoder is making an error.
Thanks
The text was updated successfully, but these errors were encountered:
Hmm... I'm having trouble replicating this problem. To verify, you're running it from within Eclipse?
I'll continue to look into this, but this shouldn't affect matches on the server, so if the behavior in DebugTest is what you want, and the match itself completed successfully, you can go ahead and submit.
On Fri, Jun 1, 2018 at 8:45 PM, Finn ***@***.***> wrote:
Hmm... I'm having trouble replicating this problem. To verify, you're
running it from within Eclipse?
I'll continue to look into this, but this shouldn't affect matches on the
server, so if the behavior in DebugTest is what you want, and the match
itself completed successfully, you can go ahead and submit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Adsu0xSoyHjGRVLoCgj8DypcdPE3Dk24ks5t4e4dgaJpZM4UXfKK>
.
You need to update the version in the src/main/java/config.json file. Once you do this and commit/push, your code will begin being randomly selected for matches, and you will start showing up on the leaderboard.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, sorry to bother you once again,
So now when I run the FullTest, the match works properly, which i can see in the trace.json file however i receive this error after "Generating video":
20:18:28.737 [INFO] Generating video
Exception in thread "main" java.lang.NoClassDefFoundError: io/humble/video/Coder
at org.bitbrawl.foodfight.engine.GameEngine.runMatch(GameEngine.java:165)
at org.bitbrawl.foodfight.engine.GameEngine.runMatches(GameEngine.java:70)
at org.bitbrawl.foodfighter.FullTest.main(FullTest.java:27)
Caused by: java.lang.ClassNotFoundException: io.humble.video.Coder
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)
... 3 more
Both player data files are empty however it does seem that the match worked fine because the trace.json shows movement and interaction. So just the video encoder is making an error.
Thanks
The text was updated successfully, but these errors were encountered: