Jump to content

when i try connect to my server this happens


zacpak194

Recommended Posts

when i try connect to my server it gives me Internal server error then shows this error on the console

 

 

2013-01-12 13:33:01 [iNFO] [Minecraft] Disconnecting zacpak194 [/25.75.35.33:57734]: Internal server error

2013-01-12 13:33:01 [sEVERE] [ForgeModLoader] Error handling login related packet - connection from zacpak194 [/25.75.35.33:57734] refused

java.lang.IllegalArgumentException: 32000 > 1300

        at java.util.Arrays.copyOfRange(Unknown Source)

        at cpw.mods.fml.common.network.FMLPacket.makePacketSet(FMLPacket.java:113)

        at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:130)

        at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:102)

        at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:67)

        at it.a(NetLoginHandler.java:324)

        at di.a(SourceFile:59)

        at cg.b(TcpConnection.java:454)

        at it.c(NetLoginHandler.java:81)

        at hu.a(ServerListenThread.java:56)

        at ht.b(SourceFile:29)

        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)

        at ho.r(DedicatedServer.java:270)

        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

        at fy.run(SourceFile:849)

2013-01-12 13:33:01 [WARNING] [Minecraft] Failed to handle packet for zacpak194 [/25.75.35.33:57734]: java.lang.IllegalArgumentException: 32000 > 1300

java.lang.IllegalArgumentException: 32000 > 1300

        at java.util.Arrays.copyOfRange(Unknown Source)

        at cpw.mods.fml.common.network.FMLPacket.makePacketSet(FMLPacket.java:113)

        at cpw.mods.fml.common.network.ModListResponsePacket.execute(ModListResponsePacket.java:130)

        at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:102)

        at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:67)

        at it.a(NetLoginHandler.java:324)

        at di.a(SourceFile:59)

        at cg.b(TcpConnection.java:454)

        at it.c(NetLoginHandler.java:81)

        at hu.a(ServerListenThread.java:56)

        at ht.b(SourceFile:29)

        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)

        at ho.r(DedicatedServer.java:270)

        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

        at fy.run(SourceFile:849)

 

Link to comment
Share on other sites

Make sure that your client configs match the server configs.

There's an EAQ for a reason. Read it!

"Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998

 

First rule of bug reports: More information is always better.

Oh, and logs OR IT DIDN'T HAPPEN!!

Link to comment
Share on other sites

Had same problem, there is a bug in cpw.mods.fml.common.network.FMLPacket.makePacketSet

 

Arrays.copyOfRange takes end of range as last parameter, not length, so insted of

chunks[i] = Bytes.concat(new byte[] { UnsignedBytes.checkedCast(type.ordinal()), UnsignedBytes.checkedCast(i), 
UnsignedBytes.checkedCast(chunks.length)}, Ints.toByteArray(len), Arrays.copyOfRange(packetData, i * 32000,  len));

there shuld be

chunks[i] = Bytes.concat(new byte[] { UnsignedBytes.checkedCast(type.ordinal()), UnsignedBytes.checkedCast(i), 
UnsignedBytes.checkedCast(chunks.length)}, Ints.toByteArray(len), Arrays.copyOfRange(packetData, i * 32000, i * 32000 + len));

 

Here is a quick patch I made, install it after forge like any jar mod:

http://rapidshare.com/files/3934716947/packet_fix.zip

 

Not sure if you need it on both client and server (I guess yes) but for me it fixed the problem after putting it only server side.

Sry my fix is not working, I just launched wrong copy of minecraft :(

Unfortunately this file is signed so I cannot modify, or I am just too stupid to find a good solution, need to wait for forge team

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I tried playing a modpack I made (I'm not very experienced in modpack making) and, except some problems I achieved to solve, everything went good. However, when I recently tried to re-test the pack with new mods my game crashed. All the changes happened in the span of a noon tho so I barely know which mod were added and when exactly.   Here the error : The pack is forge 47.2.0 for minecraft 1.20.1 I use Rubidium+Oculus and also Valkyrien Skies. (i list them here since they're often buggy with other mods)   Here the entire crash log : https://pastebin.com/zFt15tJV   I hope someone can help me and thanks.  
    • CurseForge and Forge are separate things. Forge loads the mods, CurseForge is a mod download website. Forge 49.0.48 has a known bug with the non-Forge mods.toml detection. To fix this, either the mod authors need to set a valid loaderVersion (e.g. "*" to allow everything, or "[49,)" for 1.20.4+) or you need to temporarily downgrade to 49.0.44 until I release a new version of Forge that has this bug fixed.
    • Hello there, I recently came across an issue with Forge version 49.0.48, but not with Forge version 49.0.38. I have an image but am not sure how to upload it.  The issue being that in Version 38 all my mods work correctly but in 48, several mods are now, randomly, not being recognized as Forge mods when I downloaded them using Forge's install feature. The mods in question being; Compact Storage by witchica Iron Ender Chests by Lupin Iron Ladders by nNined Stone Chest by ロ_ロ The person I contacted originally that directed me to this forum was able to replicate this and so have I.
    • Log files here is log files for java 17.0.1.12.1 , 17.0.8 and 21.0.3
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.