ViaFabric

ViaFabric

709k Downloads

[1.16.5/jdk22] NoClassDefFoundError: viaversion/xyz/wagyourtail/jvmdg/j16/stub/java_base/J_L_Record

Pairman opened this issue ยท 4 comments

commented

/viaversion dump Output

No dump since server crashes

Console Error

https://mclo.gs/uPEvdQ6

Bug Description

"NoClassDefFoundError: viaversion/xyz/wagyourtail/jvmdg/j16/stub/java_base/J_L_Record" thrown on server start.

Steps to Reproduce

  1. Server environment:
  • JDK: GraalVM 22.0.2
  • Minecraft Server: 1.16.5
  • Fabric: Loader 0.16.0, Fabric API 0.41.3+1.16
  • ViaVersion: ViaFabric-0.4.17+91-main ViaBackwards-5.2.1 ViaRewind-4.0.5
  1. The server will crash.

Expected Behavior

The server should run normally.

Additional Server Info

Without ViaVersion my server just works.

Checklist

  • I have checked if this is specific to ViaFabric platform, and doesn't happen when running it on other platforms (Paper/Sponge/Velocity/Waterfall).
  • I have included a ViaVersion dump.
  • If applicable, I have included a paste (not a screenshot) of the error.
  • I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.
commented

Update viafabric to latest build on modrinth.

commented

Update viafabric to latest build on modrinth.

Hello. I updated ViaFabric, but it now conflicts with ViaBackwards. https://mclo.gs/mgaWGcK

commented

Update viafabric to latest build on modrinth.

Hello. I updated ViaFabric, but it now conflicts with ViaBackwards. https://mclo.gs/mgaWGcK

This happens because the bundled viaversion jar has the pre-release variant of 5.2.1, include the finalized variant in your mods folder to resolve.

commented

Thanks!