-
Notifications
You must be signed in to change notification settings - Fork 69
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
BTLP prevents 1.8.8 clients joining 1.8.8 servers. #739
Comments
Because andrew hates me and I'm a sucket for pain, It's worth noting that the OG report for this has some more useful info in the crash itself;
Forge: public static EnumChatFormatting func_175744_a(int p_175744_0_)
{
if (p_175744_0_ < 0)
{
return RESET;
}
else
{
for (EnumChatFormatting enumchatformatting : values())
{
if (enumchatformatting.getColorIndex() == p_175744_0_)
{
return enumchatformatting;
}
}
return null;
}
} But, I have to be reading this wrong? I don't get how this ever could of worked? o.O |
I still love you. :) A little. |
9b6f613#diff-584f6ebab5f5ad6a3b8d93bec7724117bebd470662a887af56104cd4c6aad3ebL998 This is what broke it, 1.13+ uses the enum ordinal, 21 = reset; prior to that, it uses its own index ID, of which -1 = reset |
Nothing technical to add except confirm Andrews report tested on bungee & waterfall, errors produced client side on 1.12.2 vanilla virtually identical to @andrewkm 's pastes. BTLP: 9c56d1b |
Weird that noone is attacking you for this report, but yea, it will be nice to get the fix. |
You should be thanking and apologizing to the group here for us even having someone like electronicboy look into this swiftly after your behaviour earlier lol... I'm actually amazed at your comment, but it's alright. You won't get far in any industry the way you behave. It's no wonder I've been informed that several repos have already banned you completely. @CodeCrafter47 should do the same and just be rid of you. Rest assured you won't get such help from my team and I again. 😅 |
I gave you everything what you wanted yesterday, that's not my fault that you didn't understand something and you wanted to behave that way. |
Nvm, you're not worth my time anymore, some people just can't be helped. |
Let's just ignore that guy. We should stop feeding into his behaviour, as entertaining as it may be. He clearly can't or won't realize his bad behaviours. |
You are talking about yourself actually, don't attack if you don't know how to defend, cheers guys. |
Case in point:
(Tho, that's the last thing I will say in relation to that loser.) |
You must have really sad lives, because you want to demotivate or downgrade other people, not talking anymore with you no matter what. Pathetic and I don't like such people. |
Are you sure that's it? Maybe you can create a for with the fix or that's not possible? |
Believe me buddy electronicboy won't put in a single ounce more time into this due to your attitude. If you'd like the help of our team we'd charge you $30USD/Hour at minimum. I don't use 1.8.8 thus this issue doesn't mean much to me. I only made it out of sheer curiosity. |
Have Tested PR #741 compiled Java 16.0.1 Appears to compile correctly and resolve issue on Waterfall B522, Multiple clients above and below 1.13 and maintains tab lists both global and per server after multiple server changes. Screenshots added to PR Review thread. |
Note @PrinceBunBun981 your fork won't compile. But when I merge your changes into my local copy of BTLP 9c56d1b from this repository it compiles correctly. so PR should be fine. Cheers. |
Testing Environment:
OS: Windows 11 V: 22H2
Proxy: Waterfall compiled against PaperMC/Waterfall@9ac9f37
Server: Paper 1.8.8 Build 445 grabbed via https://api.papermc.io/v2/projects/paper/versions/1.8.8/builds/445/downloads/paper-1.8.8-445.jar
Client: Default 1.8.8
Testing Scenario: No proxy plugins, no server plugins.
Proxy log with 3 logins: https://pastebin.com/raw/K9f5eikH
Server log with 3 logins: https://pastebin.com/raw/rmQUGNbH
Testing Scenario: Proxy includes BTLP compiled against 9c56d1b w/ (default generated config) & no server plugins.
Proxy log with 1 login followed by crash: https://pastebin.com/raw/syrVb62s
Server log with 1 login followed by crash: https://pastebin.com/raw/290E7R3F
Client crash screenshot: https://i.imgur.com/MfVw01Z.png
Client crash report: https://pastebin.com/raw/KHTa0ViG
For reference: Installing BTLP bukkit bridge onto the server produces same results.
Rolling BTLP back to 9c56d1b and keeping the exact same stated environment allows login and functionality.
The problem could very well rest in Bungee just as well as it could in BTLP, thus time will tell.
I've asked someone on our development team who works closely with waterfall to take a look.
PS: I did these tests and made this issue simply because I have time this morning and appreciate the BTLP plugin very much, and although I do not use 1.8.8 in any regard, after reading #738 resulted in lowering my IQ I felt I had to effort a bit to restore a point or two.
The text was updated successfully, but these errors were encountered: