Coder Social home page Coder Social logo

Comments (8)

DominoWWW avatar DominoWWW commented on August 16, 2024

Yes, support 1.19-1.19.2 servers would be quite nice!

from fabricproxy-lite.

james58899 avatar james58899 commented on August 16, 2024

The 1.19.3 and 1.19.2 handshake packets are incompatible.

from fabricproxy-lite.

gadget78 avatar gadget78 commented on August 16, 2024

would this be the reason for floodgate having issues with this ??

from fabricproxy-lite.

Glucy-2 avatar Glucy-2 commented on August 16, 2024

would this be the reason for floodgate having issues with this ??

What do u mean, I am using floodgate but this issue doesn't seem to be related

from fabricproxy-lite.

warmbroke avatar warmbroke commented on August 16, 2024
diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
index 8495a878..fcc80b06 100644
--- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
+++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
@@ -187,7 +187,7 @@ public class LoginSessionHandler implements MinecraftSessionHandler {
             ? VelocityConstants.MODERN_LAZY_SESSION
             : VelocityConstants.MODERN_FORWARDING_DEFAULT;
       }
-      if (player.getIdentifiedKey() != null) {
+      if (false && player.getIdentifiedKey() != null) {
         // No enhanced switch on java 11
         switch (player.getIdentifiedKey().getKeyRevision()) {
           case GENERIC_V1:

Just patch out forwarding version 2 and 3 directly in velocity. This is the easiest way.

from fabricproxy-lite.

RealKomander avatar RealKomander commented on August 16, 2024
diff --git a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
index 8495a878..fcc80b06 100644
--- a/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
+++ b/proxy/src/main/java/com/velocitypowered/proxy/connection/backend/LoginSessionHandler.java
@@ -187,7 +187,7 @@ public class LoginSessionHandler implements MinecraftSessionHandler {
             ? VelocityConstants.MODERN_LAZY_SESSION
             : VelocityConstants.MODERN_FORWARDING_DEFAULT;
       }
-      if (player.getIdentifiedKey() != null) {
+      if (false && player.getIdentifiedKey() != null) {
         // No enhanced switch on java 11
         switch (player.getIdentifiedKey().getKeyRevision()) {
           case GENERIC_V1:

Just patch out forwarding version 2 and 3 directly in velocity. This is the easiest way.

What does this mean? I have the same bug, how to fix it?

from fabricproxy-lite.

RealKomander avatar RealKomander commented on August 16, 2024

please help!

from fabricproxy-lite.

james58899 avatar james58899 commented on August 16, 2024

Closed, as this is an old issue and unlikely to be fixed.

from fabricproxy-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.