GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.72k stars 676 forks source link

Geyser casuing server crash after adding mods #4511

Closed ExpertNugget closed 6 months ago

ExpertNugget commented 7 months ago

Describe the bug

not entirely sure why, but now geyser causes a crash on startup, might be from via version possibly

To Reproduce

launch with my mod list

Expected behaviour

it to launch and not crash heh

Screenshots / Videos

latest.log

Server Version and Plugins

Geyser Dump

N/A

Geyser Version

2.2.2-SNAPSHOT

Minecraft: Bedrock Edition Device/Version

No response

Additional Context

No response

onebeastchris commented 7 months ago

Seems like this is caused by us including yaml 1.33, which is the version used by com_fasterxml_jackson_dataformat_jackson-dataformat-yaml 2.14.0. ViaFabric is including a newer yaml version (2.2), which is likely what's causing the issue here - marking as confirmed bug. For now, you can use an older version of Geyser which you can download under the artifacts tab here: https://github.com/GeyserMC/Geyser/pull/4495/checks

onebeastchris commented 7 months ago

Could you test the linked PR and see if that resolves the issue? You can download it from the Checks tab.

ExpertNugget commented 7 months ago

Yup looks like this checks version fixed the issue