-
Notifications
You must be signed in to change notification settings - Fork 213
Cannot join multiplayer map #718
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
Comments
your Create versions do not match. |
That does not appear to be the case. Both myself and the host are running the latest update of the game through CurseForge and verified that our create (Create Chunkloading and Create Fabric) are the exact same (createchunkloading-1.3.0-fabric.jar and create-fabric-0.5.0g-796+1.19.2.jar respectively). Is it possible I am looking at the wrong create? Please advise |
@TropheusJ please review update. |
I need a log from both you and the host. |
Will donin the morning. Thank you |
Hosts-logs.zip |
does it work with Create alone? if not, you'll need to narrow down the cause. a 500 mod pack is not debuggable. Do a binary sort. |
also seeing this same behavior, though we're getting slightly more info in our error: only one other mod (Carpet) besides Fabric API; reproducible consistent with enabling/disabling Create independent of whether Carpet is also enabled or disabled. we're on a dedicated server with less than 5 players, all of whom are running Linux and most have Create (the Fabric port, since we also run Carpet). I'm an experienced technical player but new to being a server admin and we're new to Create mod. this user was previously able to join and play normally. it may or may not be relevant, but the last thing he remembers doing is looting a shipwreck chest for its treasure map, which he confirms was in his inventory before getting disconnected. now every attempt to join the server with the Create mod loaded results in this error. both other players on the server are able to play normally with the same Create mod version. server logs show he connects and then immediately disconnects:
he can join the server by simply disabling the Create mod. first time he did so he found himself drowned in the shipwreck by the loot chest. interestingly, I had this player authenticate on the computer of another player from this server (this one is Ubuntu 22.04.1 LTS). known-good Create mod setup. reproduced the user's issue with the same error, same disconnect after 1 second. main user of the machine is able to login and play on the server as normal. is there anything I can do to the user's player data on the server to help flush this? Operating SystemLinux (Pop!_OS 22.04 LTS) Mod Version0.5.0g Minecraft Version1.19.2 Other Mods
|
Be 100% sure they are using the same version of create as the server |
Server: could patch 1 be re-released as 0.5.1 perhaps? proper semver would have made this issue more obvious up front. |
We need to stick with forge’s versioning. 0.5.1 will be the next content update, and 0.5h is the next bug fix update.
something isn’t right, because that’s a forge jar. |
pinning to upstream versioning makes sense. thank you for explaining. 👍 ahh that explains quite a bit of the trouble we've been having getting Create to load on all players' systems. now that I uploaded hopefully this fixes @michaeo1 's problem as well, if so I'd suggest closing this issue. |
Is this still a problem? Does it only affect 1 person? I need their full log. |
in our case, it started affecting multiple people on our server, so we stopped playing with the Create mod enabled on this particular server. chances are the OP is in a similar situation. :) I strongly suspect it is simply a matter of the server side running out of RAM and crashing+restarting the game instance. this has been run on a rented SaaS server with only 2GB of RAM, and the SaaS platform's recommendation for vanilla 1.19 is 4GB (grandfathered server from earlier versions I just never upgraded). going forward we're running servers locally with far more RAM and the plan is to migrate this one off of SaaS to local hardware soon, time permitting. it's probably not fair to the maintainer(s) of this project to ask you to troubleshoot an issue we're having when we're not even using the minimum recommended system specs. |
this is a generic packet error that can be caused by pretty much anything. There's nothing to go off of to troubleshoot this. It's been over a year, hoping it's resolved itself |
Describe the Bug
When trying to join friends world, am presented with the following error:
Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: index: 4036, length: 97 (expected:range(0, 4062))
Reproduction Steps
1.Launch game using curse forge
2.Select Multiplayer
3.Attempt to join game, am presented with above error
...
Expected Result
If possible please provide a way to resolve this
Screenshots and Videos
Crash Report or Log
No response
Operating System
Windows 10
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: