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

Trying to use the latest version of Polysit on a 1.20.4 server with Via* mods installed causes 1.20.2 clients to be unable to join. #7

Closed
ArkoSammy12 opened this issue Feb 4, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ArkoSammy12
Copy link

ArkoSammy12 commented Feb 4, 2024

Environment

  • Minecraft: 1.20.4 Fabric server
  • Polysit: polysit-0.5.3+mc.1.20.1.jar
  • Polymer: polymer-bundled-0.7.5+1.20.4.jar
  • Loader: Fabric Loader 0.15.6
  • Java: Adoptium JDK 17

To reproduce

  1. Create and start a Fabric server with Fabric API, Polymer, PolySit, ViaVersion, ViaFabric and ViaBackwards.
  2. Launch a 1.20.2 client.
  3. Try to join server with 1.20.2 client.

Expected results

Being able to join the 1.20.4 server with a 1.20.2 client

Actual results

The 1.20.2 client cannot join the 1.20.4 server

Anything else?

The client will be met with the following image

image

The logs in the client are be the following:

https://mclo.gs/3cifKtI

Strangely enough, this issue doesn't happen with 1.20.1 clients and below. This problem goes away when I remove Polysit from the server's mods, so I imagine that Polysit is having some get-along issues with the Via* mods. However the issue could go beyond just Polysit. This could also be an issue with Polymer itself xd.

@ArkoSammy12 ArkoSammy12 added the bug Something isn't working label Feb 4, 2024
@Ampflower
Copy link
Member

Ampflower commented Feb 4, 2024

Likely a Polymer or Fabric API bug; it's failing on 1.20.4's experimental mobs, which aren't present in 1.20.2 and older.

That or Via* doesn't know how to omit the experimental mobs for older clients.

@Ampflower
Copy link
Member

Very likely Polymer's bug, reproduced with Fabric API + ViaFabric + Polymer + Polyfactory.

@ArkoSammy12
Copy link
Author

I see. I guess the usage of PolySit triggers something in Polymer causing the issue to happen. I'm gonna close this issue now

@Ampflower
Copy link
Member

So we don't duplicate work; am opening an issue there.

@ArkoSammy12
Copy link
Author

So we don't duplicate work; am opening an issue there.

Thank you 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants