-
Notifications
You must be signed in to change notification settings - Fork 16
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
Possible incompatibility with AuthMe #24
Comments
Hi there, Does this still occur with XL Packets (or similar)? The thing is, I'm not certain that this issue is necessarily fixable if the problem is indeed just too large a packet size and the aforementioned doesn't solve it. It is not possible to use AttributeFix instead of Data Attributes. Furthermore, AttributeFix is actually incompatible with Data Attributes as they have overlapping capabilities. Edit: Are you using a proxy server or some kind of plugin like velocity or similar? I've had a few reports brought up previously that occurred when something messed with the packets upon joining. |
I don't currently use a proxy server and for the sake of testing, I'm running a local fabric server on 1.18.2. In addition to this, there is likely a lot of data pack, well, data being loaded. Result: Not a success, I am able to join a server if it is hosted locally through localhost or my actual IP Address however if I attempt to connect to another test server or my own one on Shockbyte it brings up the same error Would using less data pack content potentially fix this because I could throw away some mods. Note: Shockbyte server is purely fabric with no other plugins and almost identical data to the local server. Tomorrow I'll try running the shockbyte server with purely your mods because there is a fair possibility another mod (or having too many of them) could be at fault here. Additionally, I'll provide someone my modpack and ask them to try joining my 'local' (portforwarded) server. |
My friend was able to join me on a local server, this could be a proxy issue on shockbytes end or some other related issue with them. Do you know of a hosting solution or some other fixes I could attempt? Note: it's the same error as before. |
I have verified through the Shockbyte support team that their servers by default do not run through a Proxy which I just thought I'd verify even if it is fairly obvious. |
Hi there, |
This issue may have been fixed with the latest release. |
Does it work with 1.4.1 though? |
yes |
That's very odd, it shouldn't work with 1.4.1 there's a gamebreaking bug with the attributes not showing up on the attributes screen. Interesting result though, thank you for the feedback. |
Attribute screen? i assume you are referring to playerex? i do not use that. |
Also good news. it was not 1.4.2 fault. Turns out the AuthMe mod was reacting to something, not sure what, but I ended up getting the failed to log in message again even after downgrading data attributes. I then removed AuthMe and what do you know? no more failed to login.. which is weird though as I've used Authme in my pack for over a year. either way, its not data attributes. |
Very interesting indeed. Seems I can chalk this issue up to an incompatibility with AuthMe then. |
This issue may have been fixed with latest release: 1.4.5+1.19.2. However, Since I'm not actively testing this I won't close the issue. |
I managed to isolate this mod as the reason users cannot join Multiplayer servers in my modpack. Line 1121 is where this occurs but I've attached the whole log in case you need any of it, seems like a netty issue possibly expected packet length. I also cannot be certain if it is Data-Attributes or PlayerEx since this is a dependency.
2022-11-21-4.log
Additionally, is it possible to use the mod with an alternative mod such as AttributeFix as a replacement for Data-Attributes and if so how would I do so? Thanks for any help!
The text was updated successfully, but these errors were encountered: