개인 자료란 (JE)

  서버 커뮤니티

Profile god**** 대표칭호 없음
Profile

질문하기

마크 1.7.10 모드버킷 오류

2017.01.21 조회 수 701 추천 수 0

---- Minecraft Crash Report ----
// There are four lights!

Time: 17. 1. 21 오전 9:52
Description: Initializing game

java.lang.IllegalArgumentException: ID is already registered: 5
 at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
 at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
 at com.blocklings.helper.Helper.registerEntity(Helper.java:37)
 at com.blocklings.registers.EntityRegistry.registerEntities(EntityRegistry.java:16)
 at com.blocklings.main.Blocklings.preInit(Blocklings.java:50)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
 at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
 at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
 at net.minecraft.client.main.Main.main(SourceFile:148)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
 at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
 at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
 at com.blocklings.helper.Helper.registerEntity(Helper.java:37)
 at com.blocklings.registers.EntityRegistry.registerEntities(EntityRegistry.java:16)
 at com.blocklings.main.Blocklings.preInit(Blocklings.java:50)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
 at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
 at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
 at net.minecraft.client.main.Main.main(SourceFile:148)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
 Minecraft Version: 1.7.10
 Operating System: Windows 7 (x86) version 6.1
 Java Version: 1.8.0_111, Oracle Corporation
 Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
 Memory: 171460128 bytes (163 MB) / 382885888 bytes (365 MB) up to 523501568 bytes (499 MB)
 JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 65 mods loaded, 65 mods active
 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
 UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
 UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
 UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
 UCH KoreanPatch{} [한글 패치] (minecraft.jar)
 UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
 UCH OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)
 UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
 UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
 UCH dg_shc{1.0.0} [Super Heroes Core] (SuperHeroesCore-1.0.1-1.7.10.jar)
 UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
 UCH securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.4 Pre-release.jar)
 UCH alpaca{1.2} [Alpaca Evolution] (AlpacaEvolution-1.7.10-1.2.jar)
 UCH battlefield{1.3.3} [§k|||§rBattlefield§k|||] (Battlefield-Mod-1.7.10.jar)
 UCH grim3212core{V0.1 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.1 - 1.7.10.jar)
 UCH blackdiamond{V0.1 - 1.7.10} [Black Diamond] (Black-Diamond-Mod-1.7.10.jar)
 UCE blocklings{3.0.3} [Blocklings] (Blocklings-3.0.3-1.7.10.jar)
 UCH chancecubes{1.7.10-1.5.4.54} [Chance Cubes] (ChanceCubes-1.7.10-1.5.4.54.jar)
 UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
 UCH Doca{1.7.4_2.2.7} [DogCatPlus] (Dog-Cat-Plus-Mod-1.7.10.jar)
 UCH doge{0.5.3} [Doge] (DogeMod-[1.7.10]-0.5.3.jar)
 UCH jinryuujrmcore{1.1.16} [JinRyuu's JRMCore] (JRMCore-v1.1.16.jar)
 UCH jinryuudragonblockc{1.3.16} [Dragon Block C] (DragonBlockC-v1.3.16.jar)
 UCH elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
 UCH EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
 UCH erc{1.21} [Ex Roller Coaster] (exRollerCoaster-1.21e.jar)
 UCH golems{1.19} [Extra Golems] (Extra-Golems[1.7.10]-1.19.jar)
 UCH fakeores{1.5} [Fake Ores] (fakeores-universal-1.5-mc1.7.10-B24.jar)
 UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
 UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
 UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.446.jar)
 UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.446.jar)
 UCH godzillamod{1.6.6} [Godzilla Mod] (Godzilla Mod-1.7.10-1.6.6.jar)
 UCH grapplemod{1.7.10-v5} [grapplemod] (grapplemod-v6-1.7.10.jar)
 UCH GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
 UCH InfernalMobs{1.6.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
 UCH jinryuubetterrenderaddon{1.5.8} [JinRyuu's Better Render Addon] (JBRA-Client-v1.5.8.jar)
 UCH jinryuufamilyc{1.2.4} [JinRyuu's FamilyC] (JFamilyC-v1.2.4.jar)
 UCH jinryuuhdskinsextended{1.3} [JinRyuu's HD Skins Extended] (JinRyuu%27s-HDSkins-Mod-1.7.10-v1.3.jar)
 UCH jcanimation{1.2.4} [JCAnimationAPI] (JurassiCraft-1.4.5.jar)
 UCH llibrary{0.6.0} [LLibrary] (llibrary-0.6.0-1.7.10.jar)
 UCH jurassicraft{1.4.5} [JurassiCraft] (JurassiCraft-1.4.5.jar)
 UCH jinryuuyearsc{1.2.1} [JinRyuu's Years C] (JYearsC-v1.2.1.jar)
 UCH lasercreepers{1.1b} [Laser Creeper Robot Dino Riders From Space] (Laser Creeper Robot Dino Riders From Space-1.1b.jar)
 UCH lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.1.1.jar)
 UCH MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.1.1.jar)
 UCH zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.1.1.jar)
 UCH jkelly-marvel{v1.0} [Marvel Craft Universe] (MarvelCraftUniverse-1.7.10_1.0.jar)
 UCH blackdeath{1.7.10} [Black Death mod] (modid-1.0.jar)
 UCH MonsterGirlMod{1.8.5} [Monster Girl Mod] (MonsterGirlMod[1.7.10][1.8.5].jar)
 UCH MorePlanet{1.3.1} [More Planets] (More-Planets-1.3.1-1.7.10.jar)
 UCH me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
 UCH AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
 UCH MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar)
 UCH mwaw{1.7.10-0.0.6} [Elemental Witch Mod] (mwaw-1.7.10-0.0.6.jar)
 UCH jinryuunarutoc{0.5.6} [Naruto C] (NarutoC-v0.5.6.jar)
 UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.0-1.jar)
 UCH pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
 UCH parachutemod{1.7.10} [Parachute Mod] (parachutemod-1.7.10-2.5.6-01.jar)
 UCH dg_spman{2.7.2} [SpiderMan Mod] (SpiderMan-v2.7_1.7.10.jar)
 UCH erebus{0.3a} [Erebus] (TheErebus-0.3a.jar)
 UCH TooMuchTNT{2.9} [TooMuchTNT] (TooMuchTNT v2.9.jar)
 UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
 UCH VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
 UCH xtracraftmod{1.6.4.76.1614} [XtraCraft] (XtraCraft-1.6.4.76.1614-universal.jar)
 UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
 GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.18.10.3257' Renderer: 'Intel(R) HD Graphics 4600'
 Launched Version: 1.7.10_FreeRoute
 LWJGL: 2.9.1
 OpenGL: Intel(R) HD Graphics 4600 GL version 4.0.0 - Build 9.18.10.3257, Intel
 GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

 Is Modded: Definitely; Client brand changed to 'fml,forge'
 Type: Client (map_client.txt)
 Resource Packs: []
 Current Language: 한국어 (한국)
 Profiler Position: N/A (disabled)
 Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 Anisotropic Filtering: Off (1)

이게 뜨면서 안되요 ㅠ




3개의 댓글

한마포
2017.01.21
Blocklings-3.0.3-1.7.10.jar 모드파일에서 충돌이 발생하고 있네여
근데 이것들을 전부 모드버킷에다가 적용시키신건가요...? 모드버킷에는 넣으셔서는 안될 모드들이 꽤나 많이 보이는데..?!
god****
2017.01.21
그래요?? 그럼 몆개를 뺴야 하나요 그리고 저도 오류났을떄 뭐가 오류났는지 알고 싶어요! 가르쳐 주시면 안될까요??
한마포
2017.01.21
@god****
모드버킷의 mods 폴더에 넣으신 모드파일들 모습을 캡처하셔서 게시글에 추가시켜주세요
뉴스 및 창작물
/files/thumbnails/477/930/003/262x150.crop.jpg?20241201030912

레드스톤

뉴진스 - Super Shy | 마크 노트블럭 커버

노트블럭전문가

2024-12-01

0

/files/thumbnails/483/916/003/262x150.crop.jpg?20241127115329

레드스톤

[노트블럭 커버] 뉴진스 - ETA 3

노트블럭전문가

2024-11-27

1

/files/thumbnails/150/925/003/262x150.crop.jpg?20241123005717

건축

응답하라 1988 ? 1

팀뉴일리시

2024-11-23

5

/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 6

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2