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

False start on Velocity due to snakeyaml dependency #4117

Closed
ClingingStas opened this issue Sep 12, 2023 · 0 comments · Fixed by #4118
Closed

False start on Velocity due to snakeyaml dependency #4117

ClingingStas opened this issue Sep 12, 2023 · 0 comments · Fixed by #4118
Labels
Confirmed Bug The bug reported is confirmed and able to be replicated.

Comments

@ClingingStas
Copy link

Describe the bug

Couldn't pass ProxyInitializeEvent to geyser
java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)'
at org.geysermc.geyser.platform.velocity.shaded.com.fasterxml.jackson.dataformat.yaml.YAMLParser.(YAMLParser.java:193) ~[?:?]
at org.geysermc.geyser.platform.velocity.shaded.com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:504) ~[?:?]
at org.geysermc.geyser.platform.velocity.shaded.com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:392) ~[?:?]
at org.geysermc.geyser.platform.velocity.shaded.com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:15) ~[?:?]
at org.geysermc.geyser.platform.velocity.shaded.com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3542) ~[?:?]
at org.geysermc.geyser.util.FileUtils.loadConfig(FileUtils.java:57) ~[?:?]
at org.geysermc.geyser.platform.velocity.GeyserVelocityPlugin.onEnable(GeyserVelocityPlugin.java:106) ~[?:?]
at org.geysermc.geyser.platform.velocity.GeyserVelocityPlugin.onInit(GeyserVelocityPlugin.java:189) ~[?:?]
at org.geysermc.geyser.platform.velocity.Lmbda$11.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.2.0-SNAPSHOT (git-19abb909-b265)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:597) ~[server.jar:3.2.0-SNAPSHOT (git-19abb909-b265)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:478) ~[server.jar:3.2.0-SNAPSHOT (git-19abb909-b265)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1623) [?:?]

Why does this appear, a problem with hosting or with plugins, I downloaded the plugin twice and nothing helps, but hosting support told me to contact you
Sorry for my bad english

To Reproduce

view error and help me

Expected behaviour

help me please

Screenshots / Videos

No response

Server Version and Plugins

velocity 3.2.0 , geyser build #285

Geyser Dump

No response

Geyser Version

build #285

Minecraft: Bedrock Edition Device/Version

No response

Additional Context

No response

@Konicai Konicai added the Confirmed Bug The bug reported is confirmed and able to be replicated. label Sep 12, 2023
@Konicai Konicai changed the title error: Couldn't pass ProxyInitializeEvent to geyser java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.<init>(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)' False start on Velocity due to snakeyaml dependency Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed Bug The bug reported is confirmed and able to be replicated.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants