개인 자료란 (JE)

  서버 커뮤니티

Profile ddol 대표칭호 없음
Profile

질문하기 멀티플레이

Errors may have been discarded. 오류가 뜹니다. 도와주세요ㅠㅠ(모드 포지버킷)

2024.09.06 조회 수 50 추천 수 0
이해도 입문자 
게임버전 (JE) 1.12.2 
게임버전 (BE) 1.12.x 

안녕하세요. 친구랑 프로젝트 오존이라는 모드팩을 하고 있는데 어제까지만 해도 잘되다가, 오늘 할려고 서버를 여니까 갑자기 안됩니다. 인터넷에서 찾아보고 이것저것 해봤는데도 안됩니다. 제발 도와주세요ㅠㅠ


[22:58:46] [Netty Server IO #1/INFO] [journeymap]: CLIENT

[22:58:46] [Netty Server IO #1/INFO] [CodeChickenLib-ConfigSync]: Skipping config sync, No mods have registered a syncable config.

[22:58:59] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established

[22:58:59] [Server thread/INFO] [minecraft/PlayerList]: slave2023111[/25.14.102.164:60545] logged in with entity id 408 at (-810.945428465322, 84.0, 304.881426568075)

[22:58:59] [Server thread/INFO] [mcjtylib_ng]: SMP: Sync dimensions to client

[22:59:00] [Server thread/INFO] [minecraft/DedicatedServer]: slave2023111 joined the game

[22:59:00] [Server thread/INFO] [Waila]: Player GCEntityPlayerMP['slave2023111'/408, l='world', x=-810.95, y=84.00, z=304.88] connected. Sending ping

[22:59:00] [Server thread/INFO] [buildinggadgets]: Sending SyncedConfig to freshly logged in player slave2023111.

[22:59:00] [Server thread/INFO] [EnderCore]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler

[22:59:00] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@29245b02)

[22:59:00] [Server thread/INFO] [compactmachines3]: Loaded data for compact machine world: 0 spawn points, next machine id is 0, players with beds: 0

[22:59:00] [Server thread/INFO] [mcjtylib_ng]: SMP: Player logged in: Sync diminfo to clients

[22:59:00] [Server thread/INFO] [mcjtylib_ng]: Send dimlet rules to the client

[22:59:00] [Server thread/INFO] [mcjtylib_ng]: Rules packet size: 5779 of 8192

[22:59:00] [Server thread/INFO] [Actually Additions]: Sending Player Data to player slave2023111 with UUID 3879df54-086c-476f-8567-e2e176edee8c.

[22:59:00] [Server thread/INFO] [Mekanism]: Sent config to 'slave2023111.'

[22:59:01] [Server thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught

io.netty.handler.codec.EncoderException: java.lang.RuntimeException: Undefined discriminator for message type com.github.lunatrius.ingameinfo.network.message.MessageSeed in channel ingameinfoxml

        at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:106) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:794) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:831) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1032) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:296) ~[minecraft_server.1.12.2.jar:?]

        at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendTo(SimpleNetworkWrapper.java:250) [SimpleNetworkWrapper.class:?]

        at com.github.lunatrius.ingameinfo.handler.PlayerHandler.onPlayerLogin(PlayerHandler.java:15) [PlayerHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2652_PlayerHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) [?:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]

        at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:575) [FMLCommonHandler.class:?]

        at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:219) [pl.class:?]

        at shadows.fastbench.net.HijackedDedicatedPlayerList.initializeConnectionToPlayer(HijackedDedicatedPlayerList.java:19) [HijackedDedicatedPlayerList.class:?]

        at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) [NetworkDispatcher.class:?]

        at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72) [NetworkDispatcher.class:?]

        at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205) [NetworkDispatcher$1.class:?]

        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) [gw.class:?]

        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]

        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]

        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_421]

Caused by: java.lang.RuntimeException: Undefined discriminator for message type com.github.lunatrius.ingameinfo.network.message.MessageSeed in channel ingameinfoxml

        at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.encode(FMLIndexedMessageToMessageCodec.java:76) ~[FMLIndexedMessageToMessageCodec.class:?]

        at io.netty.handler.codec.MessageToMessageCodec$1.encode(MessageToMessageCodec.java:67) ~[minecraft_server.1.12.2.jar:?]

        at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:88) ~[minecraft_server.1.12.2.jar:?]

        ... 26 more

[22:59:01] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Waiting for server synchronization on login for slave2023111...

[22:59:01] [Server thread/INFO] [Astral Sorcery]: [Astral Sorcery] Synchronizing baseline information to slave2023111

[22:59:01] [Thread-87/INFO] [chancecubes]: No custom rewards detected for the current user!

[22:59:02] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.EntityJoinWorldEvent@3ddb80a9:

java.lang.IllegalArgumentException: Modifier is already applied on this attribute!

        at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111121_a(SourceFile:89) ~[wh.class:?]

        at funwayguy.epicsiegemod.handlers.entities.GeneralEntityHandler.onEntitySpawn(GeneralEntityHandler.java:91) ~[GeneralEntityHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1727_GeneralEntityHandler_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]

        at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1065) [oo.class:?]

        at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:860) [axw.class:?]

        at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109) [ChunkIOProvider.class:?]

        at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]

        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]

        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_421]

[22:59:02] [Server thread/ERROR] [FML]: Index: 69 Listeners:

[22:59:02] [Server thread/ERROR] [FML]: 0: HIGHEST

[22:59:02] [Server thread/ERROR] [FML]: 1: ASM: class ovh.corail.tombstone.event.EventHandler fishHookJoinWorldEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 2: ASM: net.minecraftforge.common.ForgeInternalHandler@1ba2e2f7 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 3: ASM: hellfirepvp.astralsorcery.common.util.BlockDropCaptureAssist@7393107 onDrop(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 4: HIGH

[22:59:02] [Server thread/ERROR] [FML]: 5: ASM: class ovh.corail.tombstone.event.EventHandler fishHookJoinWorldAfterEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 6: ASM: hellfirepvp.astralsorcery.common.constellation.perk.attribute.type.AttributeCritChance@dc154bd7 onArrowCt(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 7: NORMAL

[22:59:02] [Server thread/ERROR] [FML]: 8: ASM: class crazypants.enderio.base.handler.darksteel.PlayerAOEAttributeHandler handleJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 9: ASM: class amerifrance.guideapi.util.EventHandler onPlayerJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 10: ASM: class WayofTime.bloodmagic.util.handler.event.LivingArmourHandler onEntityJoinedWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 11: ASM: everlastingabilities onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 12: ASM: class com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesWorldEventHandler onMobSpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 13: ASM: class flaxbeard.immersivepetroleum.common.EventHandler onEntityJoiningWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 14: ASM: class logictechcorp.netherex.handler.WorldHandler onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 15: ASM: class net.insane96mcp.progressivebosses.events.EntityJoinWorld EntityJoinWorldEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 16: ASM: com.rcx.tweaconstruct.tweaks.ToolVincibility@4c9c73f onToolDropped(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 17: ASM: crafttweaker.mc1120.events.CommonEventHandler@148beeb3 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 18: ASM: com.shinoow.abyssalcraft.common.handlers.KnowledgeEventHandler@75f26788 onEntityJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 19: ASM: baubles.common.event.EventHandlerEntity@efdd04c playerJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 20: ASM: vazkii.quark.vanity.feature.BoatSails@6b24e3f6 onBoatArrive(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 21: ASM: vazkii.quark.decoration.feature.VariedChests@67c0751e onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 22: ASM: vazkii.quark.automation.feature.ChainLinkage@278cfbaa onVehicleArrive(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 23: ASM: vazkii.quark.tweaks.feature.PatTheDogs@5adb12c9 onWolfAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 24: ASM: shadows.fastbench.FastBench@54cd3631 normalRemoval(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 25: ASM: hellfirepvp.astralsorcery.common.constellation.perk.attribute.type.AttributeArrowSpeed@b96d0033 onArrowFire(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 26: ASM: morph.avaritia.handler.AvaritiaEventHandler@5464047e onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 27: ASM: jds.bibliocraft.events.EventSpawn@40c8e263 onSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 28: ASM: com.blamejared.clumps.events.CommonEventHandler@30c3250d updateEntities(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 29: ASM: com.natamus.collective.events.CollectiveEvents@7bd691ee onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 30: ASM: teamroots.embers.research.ResearchManager@44ed678c onJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 31: ASM: funwayguy.epicsiegemod.handlers.MainHandler@40996c51 onEntityConstruct(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 32: ASM: funwayguy.epicsiegemod.handlers.entities.CreeperHandler@6daa1bda onSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 33: ASM: funwayguy.epicsiegemod.handlers.entities.SkeletonHandler@4fef75e6 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 34: ASM: funwayguy.epicsiegemod.handlers.entities.WitchHandler@c6afd4e onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 35: ASM: class erebus.core.capabilities.base.EntityCapabilityHandler onPlayerJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 36: ASM: micdoodle8.mods.galacticraft.core.event.EventHandlerGC@2832ba3e playerJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 37: ASM: micdoodle8.mods.galacticraft.planets.venus.event.EventHandlerVenus@25bf736 onEntitySpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 38: ASM: com.rwtema.extrautils2.items.DemonicIngotHandler@65e1ca19 onJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 39: ASM: com.rwtema.extrautils2.blocks.BlockCursedEarth$EventHandler@8e8bb0c spawnInWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 40: ASM: net.blay09.mods.farmingforblockheads.ZombieKillMerchantHandler@607e2d16 onZombieSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 41: ASM: lumien.randomthings.handler.RTEventHandler@33d32223 entityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 42: ASM: com.kashdeya.knobcontrol.util.Server@4984ca03 onEntityJoinedWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 43: ASM: com.cobbs.lordcraft.Utils.Events.ForgeEvents@240f74ac playerJoinTheGame(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 44: ASM: class mob_grinding_utils.capability.base.EntityCapabilityHandler onPlayerJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 45: ASM: omtteam.omlib.handler.OMLibEventHandler@18d3088a playerJoinEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 46: ASM: openmods.entity.DelayedEntityLoadManager@34def636 onEntityCreate(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 47: ASM: openmods.world.DropCapture@1892067f onEntityConstruct(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 48: ASM: openblocks.common.LuggageDropHandler@56015e65 onItemDrop(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 49: ASM: openblocks.common.EntityEventHandler@2d2054e2 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 50: ASM: me.desht.pneumaticcraft.common.event.EventHandlerPneumaticCraft@51c0d56d onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 51: ASM: me.desht.pneumaticcraft.common.event.EventHandlerPneumaticArmor@65ec9e34 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 52: ASM: mcjty.rftoolsdim.ForgeEventHandlers@597ad5e1 onEntityJoinWorldEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 53: ASM: bq_standard.handlers.EventHandler@6e3f63c9 onEntityCreated(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 54: ASM: mekanism.common.item.ItemBlockCardboardBox@129297bb onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 55: ASM: class com.enderio.core.common.handlers.XPBoostHandler handleArrowFire(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 56: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerEntity@7242cc01 onSpawnDropCloud(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 57: ASM: li.cil.oc.common.EventHandler$@7b73af18 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 58: ASM: blusunrize.immersiveengineering.common.EventHandler@19e8e6fe onEntityJoiningWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 59: ASM: journeymap.server.events.ForgeEvents@25c8b323 onEntityJoinWorldEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 60: ASM: class me.desht.pneumaticcraft.common.pneumatic_armor.CommonArmorHandler onPlayerJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 61: ASM: com.rwtema.extrautils2.villagers.EntityAINinjaPoof$Handler@51b94363 a(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 62: ASM: class com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim onJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 63: LOW

[22:59:02] [Server thread/ERROR] [FML]: 64: ASM: com.brandon3055.brandonscore.handlers.BCEventHandler@5e783b6b entityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 65: LOWEST

[22:59:02] [Server thread/ERROR] [FML]: 66: ASM: class sora.bhc.handler.StartingHealthHandler setStartingHealth(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 67: ASM: class mrriegel.instantunify.InstantUnify spawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 68: ASM: hellfirepvp.astralsorcery.common.constellation.perk.attribute.type.AttributeCritMultiplier@8bcd7c54 onArrowCt(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 69: ASM: funwayguy.epicsiegemod.handlers.entities.GeneralEntityHandler@48650cf5 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [FML]: 70: ASM: oreexcavation.handlers.EventHandler@427207cd onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V

[22:59:02] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception

java.lang.IllegalArgumentException: Modifier is already applied on this attribute!

        at net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_111121_a(SourceFile:89) ~[wh.class:?]

        at funwayguy.epicsiegemod.handlers.entities.GeneralEntityHandler.onEntitySpawn(GeneralEntityHandler.java:91) ~[GeneralEntityHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1727_GeneralEntityHandler_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]

        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]

        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]

        at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1065) ~[oo.class:?]

        at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:860) ~[axw.class:?]

        at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109) ~[ChunkIOProvider.class:?]

        at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) ~[ChunkIOExecutor.class:?]

        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) ~[MinecraftServer.class:?]

        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]

        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]

        at java.lang.Thread.run(Unknown Source) [?:1.8.0_421]

[22:59:02] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: C:\Users\mimip\Downloads\PO3 - 3.4.11Fserver (1)\.\crash-reports\crash-2024-09-06_22.59.02-server.txt

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/overworld

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/Spectre

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/Storage Cell

[22:59:02] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/CompactMachines

[22:59:02] [Server thread/INFO] [FML]: Unloading dimension 0

[22:59:02] [Server thread/INFO] [FML]: Unloading dimension -7

[22:59:02] [Server thread/INFO] [FML]: Unloading dimension -343800852

[22:59:02] [Server thread/INFO] [FML]: Unloading dimension 11

[22:59:02] [Server thread/INFO] [FML]: Unloading dimension 144

[22:59:02] [Server thread/INFO] [Actually Additions]: Unloaded WorldData!

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -10

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -21

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -22

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -16

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -23

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -13

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -15

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -19

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -20

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -17

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -18

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -14

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -51

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -49

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -47

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -52

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -57

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -46

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -12

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 55

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -48

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -53

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -54

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -56

[22:59:02] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -50

[22:59:02] [Server thread/INFO] [nuclearcraft]: Server Closing...

[22:59:02] [Server thread/INFO] [mcjtylib_ng]: Cleaning up all world data: 1 data blobs

[22:59:02] [Server thread/INFO] [mcjtylib_ng]: RFTools Dimensions: server is stopping. Shutting down gracefully

[22:59:02] [Server thread/INFO] [mcjtylib_ng]: Cleaning up RFTools dimensions

[22:59:02] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

[22:59:02] [Server Shutdown Thread/INFO] [minecraft/MinecraftServer]: Stopping server

[22:59:02] [Server Shutdown Thread/INFO] [minecraft/MinecraftServer]: Saving players


C:\Users\mimip\Downloads\PO3 - 3.4.11Fserver (1)>pause

계속하려면 아무 키나 누르십시오 . . .


처음에는 잘 열려있다가 서버를 들어가기만 하면 저렇게 뜨면서 서버가 꺼집니다. 크러쉬 파일을 열어봐도 뭘 어떻게 건드려봐야할지도 잘 모르겠습니다ㅠㅠ 


crash-2024-09-06_22.59.02-server.txt 

latest.log  

2개의 댓글

노을넴
2024.09.06

ingameinfoxml (유력), epicsiegemod (확실) 모드의 버그인 것이에욘. 모드를 업데이트/다운그레이드 해보시고 안되면 제작자에게 문의해보세욘

ddol
2024.09.06
@노을넴

앗! 정말정말 감사합니다ㅠㅠ 바로 한번 해보겠습니다ㅠㅠ