#1 No

1 messages ยท Page 1 of 1 (latest)

bright rivet
#

What is the server console saying when you try to log in?

#

Actually can you upload both the console log and the client log and provide the timestamp of a failed login attempt?

#

From a google search I've determined that the error is being caused by a packet size mismatch. I have not yet found anyone who has uploaded a solution that worked for them. This is the most detailed post I've found, by Orange_Nestea on Reddit:

The closest answer one can give you based on the info you provided there is an decoding exception. These issues can appear on both ends. They are related to the connection between client and server. The encoder / decoder is used to build packets that are in return used to communicate between client and server over the network.

You'd need the client log to see the full error.

In this case, the packet the client is receiving is too large witch is pointed out by the IndexOutOfBoundsException.

It could be that the client or server have been modified and one of the mods is not working properly in multiplayer. Evenso single player uses an integrated minecraft server they are not the same as the actual minecraft server.

To solve this issue you can either provide more information (server and client log) or go for a binary search in your mods/plugins. (Meaning you disable mods / plugins one by one until it works so you know which one was causing the issue. Then go from there)

sullen escarp
#

Okay!

#

and thank you for your time

sullen escarp
#

But either way i js uploaded the logs for you!

#

Please mention me whenever you respond to this so i can respond as fast as possible

bright rivet
#

@sullen escarp the client log doesn't appear to be logging onto a server?

bright rivet
sullen escarp
#

yeah i got it a bit mixed

#

let me just re download it

#

thats from the server

bright rivet
#

Ok, the mods aren't being loaded on the server at all

sullen escarp
#

oh

#

do you have any idea on how to fix that? or what may be the cause?

bright rivet
#

There's a powershell script associated with the BetterMC server file that you should probably run

sullen escarp
#

Well the thing is, i cant run powershell since i use a external server

#

a paid one, not local

#

cant i just run it in my computer and transfer files?

#

nvm

sullen escarp
bright rivet
#

Yeah i don't remember being able to use powershell on the paid server i used in the past either. But then I never tried to use a modpack, only a few mods

sullen escarp
#

do you have any idea on what i can do?

bright rivet
#

Can you post a screen shot of the server .minecraft folder?

#

like from the ftp interface

sullen escarp
bright rivet
#

what's in the mods folder?

sullen escarp
#

all the mods from the modpac

#

modpack

bright rivet
#

Yeah, it looks as set up as I'd know how to set it up. I think you should contact your server host for support. Tell them that your server isn't loading the mods in your mod folder.

sullen escarp
#

okay

#

thank you for your help

bright rivet
#

Good luck!

#

they might have something as simple as a toggle switch in your cpanel or something

sullen escarp
#

i loaded the mods and all of the stuff

#

and guess what

#

sending u the logs

#

Server

#

@bright rivet

bright rivet
#

yeah the mods look matched now. Definitely get in touch with your server hosts to see if they've gotten this error before.

bright rivet
#

@sullen escarp someone else has encountered the same issue as you in #general and it looks like failing to run the powershell script may be the cause of it. Likely some mod failed to install or configure correctly.