Jump to content

Recommended Posts

Posted

I recently made a forge server to play on with a few friends. At first, I attempted to run the server on my computer as I was playing. I was unable to join the server using my ipv4, public ip, and "localhost", so I got a small computer to host the server. Now, every time I attempt to join the server it kicks me after a few seconds. this is the exact thing the server has said every time: 

 

[15:01:58] [User Authenticator #3/INFO] [minecraft/NetHandlerLoginServer]: UUID of player Aidan5750 is d0f5846f-e0ad-4dd8-ba9d-b1203716b4a8
[15:01:59] [Netty Server IO #6/INFO] [FML]: Client protocol version 2
[15:01:59] [Netty Server IO #6/INFO] [FML]: Client attempting to join with 68 mods : mowziesmobs@1.5.4,dldungeonsjbg@1.13.2,cgm@0.15.3,creativecoredummy@1.0.0,jei@4.15.0.291,doggytalents@1.15.1.5,mekanism@1.12.2-9.8.3.390,neat@1.4-17,opencomputers@1.7.5.192,mcp@9.42,journeymap@1.12.2-5.7.1,naturescompass@1.8.5,forgelin@1.8.4,bookshelf@2.3.590,familiarfauna@1.0.11,ironbackpacks@1.12.2-3.0.8-12,xreliquary@1.12.2-1.3.4.796,llibrary@1.7.19,darkutils@1.8.230,iceandfire@1.9.1,mekanismgenerators@1.12.2-9.8.3.390,guideapi@1.12-2.1.8-63,jeresources@0.9.2.60,forge@14.23.5.2854,twilightforest@3.10.1013,refinedstorage@1.6.16,orelib@3.6.0.1,dsurround@3.6.1.0,cyclicmagic@1.20.2,minecraft@1.12.2,industrialforegoing@1.12.2-1.12.2,ambientsounds@3.0,biomesoplenty@7.0.1.2441,silentlib@3.0.13,baubles@1.5.2,creativecore@1.10.0,advancedrocketry@1.7.0.-221,silentgear@0.6.5,lycanitesmobs@2.0.7.2 - MC 1.12.2,teslacorelib_registries@1.0.17,actuallyadditions@1.12.2-r151,roguelike@1.8.0,potioncore@1.9_for_1.12.2,quark@r1.6-179,patchouli@1.0-20,rats@3.2.11,advancedrocketrycore@1,securitycraft@v1.8.18.2,autoreglib@1.3-32,teslacorelib@1.0.17,libraryex@1.1.3,FML@8.0.99.99,obfuscate@0.4.2,structurize@1.12.2-0.10.277-RELEASE,mekanismtools@1.12.2-9.8.3.390,minecolonies@1.12.2-0.11.804-RELEASE,libvulpes@0.4.2.-75,appleskin@1.0.9,cfm@6.3.1,aether_legacy@1.4.4,opencomputers|core@1.7.5.192,aquaculture@1.6.8,silentgems@2.8.18,codechickenlib@3.2.3.358,fastleafdecay@v14,dynamictrees@1.12.2-0.9.8,netherex@2.1.7,betterfoliage@2.3.1
[15:01:59] [Netty Server IO #6/INFO] [journeymap]: CLIENT
[15:01:59] [Netty Server IO #6/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config.
[15:02:07] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[15:02:07] [Server thread/INFO] [minecraft/PlayerList]: Aidan5750[/10.10.10.248:49971] logged in with entity id 3619 at (177.5, 64.0, 285.5)
[15:02:07] [Server thread/INFO] [dsurround]: Player [Aidan5750] connected with Dynamic Surroundings 3.6.1.0
[15:02:07] [Server thread/INFO] [minecraft/DedicatedServer]: Aidan5750 joined the game
[15:02:07] [Server thread/INFO] [Silent's Gems]: Recalculating tool and armor stats for Aidan5750
[15:02:07] [Server thread/INFO] [Actually Additions]: Sending Player Data to player Aidan5750 with UUID d0f5846f-e0ad-4dd8-ba9d-b1203716b4a8.
[15:02:07] [Server thread/INFO] [Mekanism]: Sent config to 'Aidan5750.'
[15:02:14] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2073ms behind, skipping 41 tick(s)
[15:02:23] [Netty Server IO #6/ERROR] [FML]: NetworkDispatcher exception
java.io.IOException: An existing connection was forcibly closed by the remote host
        at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_251]
        at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_251]
        at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_251]
        at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[PooledUnsafeDirectByteBuf.class:?]
        at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[AbstractByteBuf.class:?]
        at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[NioSocketChannel.class:?]
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [AbstractNioByteChannel$NioByteUnsafe.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [NioEventLoop.class:?]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [NioEventLoop.class:?]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[15:02:23] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Aidan5750 lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
[15:02:23] [Server thread/INFO] [minecraft/DedicatedServer]: Aidan5750 left the game

Posted

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Managed to solve the issue myself. Solved by a fresh modpack instance.
    • Hello, so straight to the problem. Today i wanted to startup Enigmatica as usual and it just wont startup. Last night everything worked fine, i didnt even turn off my pc. Crash log: https://mclo.gs/GJ6Kcy1
    • Rubidium and Embeddium are versions of the same mod, you can only have one. I believe Embeddium is the one that's actively maintained.
    • Hello, New to modding, but have a solid CS foundation. I've created multiple custom BlockEntities that all have the same issue, which is that the inventory only updates on right click (overriding the useItemOn method). I've seen multiple posts on here outlining a similar issue to mine, but I've already implemented the solution of: overriding the correct methods in the BlockEntity class and calling setChanged(). I've tried every different place for setChanged() to no success. I'm wondering if I'm missing something else or if there was some change to sending data to the client in 1.21.5? Or will I have to use a custom packet sender? Here is the code for one of my BlockEntity classes with a single inventory slot: public class MyCustomBlockEntity extends BlockEntity { public final ItemStackHandler inventory = new ItemStackHandler(1) { @Override protected int getStackLimit(int slot, @NotNull ItemStack stack) { return 1; } @Override protected void onContentsChanged(int slot) { setChanged(); if (!level.isClientSide()) { level.setBlockAndUpdate(getBlockPos(), getBlockState()); } } }; public MyCustomBlockEntity(BlockPos pPos, BlockState pBlockState) { super(ModBlockEntities.MY_CUSTOM_BE.get(), pPos, pBlockState); } public void clearContents() { inventory.setStackInSlot(0, ItemStack.EMPTY); } public void dropItem() { SimpleContainer inv = new SimpleContainer(inventory.getSlots()); inv.setItem(0, inventory.getStackInSlot(0)); Containers.dropContents(this.level, this.worldPosition, inv); } @Override public void setRemoved() { dropItem(); super.setRemoved(); } @Override protected void saveAdditional(CompoundTag pTag, HolderLookup.Provider pRegistries) { super.saveAdditional(pTag, pRegistries); pTag.put("inventory", inventory.serializeNBT(pRegistries)); } @Override protected void loadAdditional(CompoundTag pTag, HolderLookup.Provider pRegistries) { super.loadAdditional(pTag, pRegistries); inventory.deserializeNBT(pRegistries, pTag.getCompound("inventory").get()); } @Override public Packet<ClientGamePacketListener> getUpdatePacket() { return ClientboundBlockEntityDataPacket.create(this); } @Override public CompoundTag getUpdateTag(HolderLookup.Provider pRegistries) { return saveWithoutMetadata(pRegistries); } } Mostly encountering the issue when calling the clearContents() method anywhere outside of useItemOn() in the Block class. I've also tried overriding both the handleUpdateTag() and onDataPacket() methods, calling their super along with loadAdditional(), but neither changed the outcome. Thanks in advance for any replies.
    • Hi all! I’m working on a Jurassic Park-themed mod for Minecraft 1.20.1, aiming to include dinosaurs, fossils, DNA extraction, and cool machines. This is a free project, mainly passion-driven, and I’ll give full credit to everyone involved. this is the perfect opportunity for beginners of modeling and coding. This project will give you experience and a creative freedom If you love dinosaurs and Minecraft modding, hit me up! Thanks! Add Me ogfrost. <--- Discord
  • Topics

×
×
  • Create New...

Important Information

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