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

    • does anyone know how to incorporate custom noise settings into a custom dimension through the use of datagen, I have created a custon json file for the noise settings that I want but I just don't know how to get it to register with the generated json file of the custom dimension.   here is the code for the dimension class package net.hurst.lustria.worldgen.dimension; import com.mojang.datafixers.util.Pair; import net.hurst.lustria.Lustria; import net.hurst.lustria.worldgen.biome.ModBiomes; import net.hurst.lustria.worldgen.registries.LustriaNoiseSettings; import net.minecraft.core.HolderGetter; import net.minecraft.core.registries.Registries; import net.minecraft.data.worldgen.BootstapContext; import net.minecraft.resources.ResourceKey; import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.BlockTags; import net.minecraft.util.valueproviders.ConstantInt; import net.minecraft.world.level.Level; import net.minecraft.world.level.biome.*; import net.minecraft.world.level.dimension.BuiltinDimensionTypes; import net.minecraft.world.level.dimension.DimensionType; import net.minecraft.world.level.dimension.LevelStem; import net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator; import net.minecraft.world.level.levelgen.NoiseGeneratorSettings; import java.util.List; import java.util.OptionalLong; public class ModDimensions { public static final ResourceKey<LevelStem> LUSTRIA_KEY = ResourceKey.create(Registries.LEVEL_STEM, ResourceLocation.fromNamespaceAndPath(Lustria.MOD_ID, "lustriadim")); public static final ResourceKey<Level> LUSTRIA_LEVEL_KEY = ResourceKey.create(Registries.DIMENSION, ResourceLocation.fromNamespaceAndPath(Lustria.MOD_ID, "lustriadim")); public static final ResourceKey<DimensionType> LUSTRIA_DIM_TYPE = ResourceKey.create(Registries.DIMENSION_TYPE, ResourceLocation.fromNamespaceAndPath(Lustria.MOD_ID, "lustriadim_type")); public static void bootstrapType(BootstapContext<DimensionType> context) { context.register(LUSTRIA_DIM_TYPE, new DimensionType( OptionalLong.of(12000), // fixedTime false, // hasSkylight true, // hasCeiling false, // ultraWarm false, // natural 1.0, // coordinateScale true, // bedWorks false, // respawnAnchorWorks -64, // minY 256, // height 256, // logicalHeight BlockTags.INFINIBURN_OVERWORLD, // infiniburn BuiltinDimensionTypes.OVERWORLD_EFFECTS, // effectsLocation 0.0f, // ambientLight new DimensionType.MonsterSettings(false, false, ConstantInt.of(0), 0))); } public static void bootstrapStem(BootstapContext<LevelStem> context) { HolderGetter<Biome> biomeRegistry = context.lookup(Registries.BIOME); HolderGetter<DimensionType> dimTypes = context.lookup(Registries.DIMENSION_TYPE); HolderGetter<NoiseGeneratorSettings> noiseGenSettings = context.lookup(Registries.NOISE_SETTINGS); NoiseBasedChunkGenerator wrappedChunkGenerator = new NoiseBasedChunkGenerator( new FixedBiomeSource(biomeRegistry.getOrThrow(Biomes.BEACH)), noiseGenSettings.getOrThrow(NoiseGeneratorSettings.CAVES)); NoiseBasedChunkGenerator noiseBasedChunkGenerator = new NoiseBasedChunkGenerator( MultiNoiseBiomeSource.createFromList( new Climate.ParameterList<>(List.of(Pair.of( Climate.parameters(0.0F, 0.0F, 0.0F, 0.0F, 0.0F, 0.0F, 0.0F), biomeRegistry.getOrThrow(Biomes.BEACH)), Pair.of( Climate.parameters(0.1F, 0.2F, 0.0F, 0.2F, 0.0F, 0.0F, 0.0F), biomeRegistry.getOrThrow(Biomes.BIRCH_FOREST)), Pair.of( Climate.parameters(0.3F, 0.6F, 0.1F, 0.1F, 0.0F, 0.0F, 0.0F), biomeRegistry.getOrThrow(Biomes.OCEAN)), Pair.of( Climate.parameters(0.4F, 0.3F, 0.2F, 0.1F, 0.0F, 0.0F, 0.0F), biomeRegistry.getOrThrow(Biomes.DARK_FOREST)) ))), noiseGenSettings.getOrThrow(NoiseGeneratorSettings.CAVES)); LevelStem stem = new LevelStem(dimTypes.getOrThrow(ModDimensions.LUSTRIA_DIM_TYPE), noiseBasedChunkGenerator); context.register(LUSTRIA_KEY, stem); } } minecraft version is 1.20.1
    • Please read the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) and post logs as described there using a site like https://mclo.gs and post the link to it here. It may have the information required to solve your problem.  
    • the error code comes up when i trry to run it and ive tried to fix it but i cant  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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