Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Minecraft mi sie wyłącza!


Kuba0303-2005

Rekomendowane odpowiedzi

Opublikowano

Witajcie mam problem

W zyczu zrobiłem paczke modów

usunołem mody co robiły konfikt

i włączyłem grę potem
pisze napis mojang i nagle wyłącza się minecraft.
bez żadnego pliku z crashem i innymi co mam zrobić?

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

Musisz przeinstalować MC jeszcze raz lub usunąć folder, którego nazwy już nie pamiętam :/ (po wgraniu modów usuwało się taki jeden folder, ale ja od roku tego nie robiłem xD)

Kiedyś myślałem, że jestem elfem, ale tata powiedział, że jestem nikim i tak już zostało....

vvv Potrafisz tworzyć serwer? Sprawdź! vvv

 

 

Poszukuję kogoś kto przygotuje mi serwer na wersję Pocket Edition. Oferuję opłacalną współpracę. Więcej info WYŁĄCZNIE na priv

 

Opublikowano

Usuń folder .minecraft, a potem na nowo zainstaluj.

Zmień również z zyczu na premium lub keinett launcher (keinet jest no-premium)

 

Pozdrawiam zarządca T-Corners Estik.

Zapowiedź T-Corners:

 

 

Pojawi się prezentacja po uzyskaniu 50 postów. ;)

 

Opublikowano

Usuń folder .minecraft i .minecraftzyczu następnie odpal launcher i do paczki daj tylko optifine powinno działać stwórz kopie zapasową .minecraft i .minecraftzyczu potem możesz kombinować z modami :)

Opublikowano

Proszę:

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 30.06.14 13:27
Description: Initializing game

java.lang.NoClassDefFoundError: TileEntityArmor
    at mod_Armor.load(mod_Armor.java:26)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)
Caused by: java.lang.ClassNotFoundException: TileEntityArmor
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file TileEntityArmor
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 43 more


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

-- Head --
Stacktrace:
    at mod_Armor.load(mod_Armor.java:26)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)

-- System Details --
Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation
    Memory: 375187560 bytes (357 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_U_C4 60 mods loaded, 60 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.62.871} [Forge Mod Loader] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.1.871} [Minecraft Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.4} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_bspkrsCore{v3.04(1.6.2)} [bspkrsCore] (bcore.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_TooManyItems{1.6.2 2013-07-05} [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_Armor{1.6.2} [mod_Armor] (ArmorStand.zip) Unloaded->Constructed->Pre-initialized
    Backpack{1.18.17} [backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.4.1} [biblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.1.2} [biomes O' Plenty] (bop.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.1.2} [buildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.1.2} [bC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{4.1.2} [bC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{4.1.2} [bC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{4.1.2} [bC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{4.1.2} [bC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    coralmod{1.6.2} [CoralReef Mod] (CoralMod.zip) Unloaded->Constructed->Pre-initialized
    CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized
    customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.1.3} [Damage Indicators] (DamageIndicators_v.2.9.1.3.zip) Unloaded->Constructed->Pre-initialized
    DiamondMeter{2.2.4} [Diamond Meter] (DiamondMeter_2.2.4.zip) Unloaded->Constructed->Pre-initialized
    dimdoors{1.6.2R2.1.1RC1} [Dimensional Doors] (DimensionalDoors.zip) Unloaded->Constructed->Pre-initialized
    MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks_MoCreatures_Mod_v6.0.1.zip) Unloaded->Constructed->Pre-initialized
    DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    EnchantedFurnace{1.0.0} [EnchantedFurnace] (EnchantedFurnace.zip) Unloaded->Constructed->Pre-initialized
    eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
    EnhancedBooks{1.7.2} [Enhanced Books] (EnhancedBooks_v1.7.2.zip) Unloaded->Constructed->Pre-initialized
    FloatingRuins{Forge 1.6.2.r03} [FloatingRuins] (FloatingRuins.Forge.1.6.2.r03.Universal.zip) Unloaded->Constructed->Pre-initialized
    mod_Floodgate{1.6.2} [mod_Floodgate] (Floodgate.zip) Unloaded->Constructed->Pre-initialized
    FoodPlus{2.5} [§bFood Plus MOD] (FoodMod.zip) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.0.2_ic2.ex} [Forestry for Minecraft] (forestry-A-2.3.0.2.jar) Unloaded->Constructed->Pre-initialized
    LegendaryBeasts{a1.6.2.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.2.0.zip) Unloaded->Constructed->Pre-initialized
    iChunUtil{2.2.0} [iChunUtil] (iChunUtil2.2.0.zip) Unloaded->Constructed->Pre-initialized
    InGameInfoXML{2.4.1.24} [inGame Info XML] (InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.3.14.512} [iron Chest] (ironchest-universal-1.6.2-5.3.14.512.zip) Unloaded->Constructed->Pre-initialized
    SlimevoidLib{2.0.2.0} [slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized
    LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded->Constructed->Pre-initialized
    mod_MAtmos{r25 for 1.6.2} [mod_MAtmos] (MAtmosClassesNDP.zip) Unloaded->Constructed->Pre-initialized
    nohero_morehealth{4.5} [More Health Forge] (MoreHealthEnhanced.zip) Unloaded->Constructed->Pre-initialized
    mod_Stackables{1.6.2} [mod_Stackables] (MoreStackables.zip) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized
    mod_RecipeBook{1.6.2} [mod_RecipeBook] (RecipeBook.zip) Unloaded->Constructed->Pre-initialized
    RopesPlus{1.4.8} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_Shelf{1.6.2} [mod_Shelf] (Shelf.zip) Unloaded->Constructed->Pre-initialized
    ShowDurability2{1.2.3} [show Durability II] (ShowDurability2_1.2.3_MC1.6.2.jar) Unloaded->Constructed->Pre-initialized
    mod_SpawnerGUI{1.6.2} [mod_SpawnerGUI] (SpawnerGUI.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.6.2.r05} [Treecapitator] (tc.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
    weaponmod{1.6.2 v1.13.5} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
    wildcaves3{0.4.3.5} [Wild Caves 3] (WildCaves.zip) Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: MinecraftByZyczu
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics GL version 3.1.0 - Build 9.17.10.2828, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: Polski (Polska)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

Wywal moda ArmorStand .

wywaliłem ale to nie pomaga

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

kolejny crash:

---- Minecraft Crash Report ----
// Don't do that.

Time: 30.06.14 14:37
Description: Initializing game

java.lang.IllegalArgumentException: Slot 160 is already occupied by biomesoplenty.blocks.BlockMud@a97023 when adding buildcraft.factory.BlockFrame@14f685a
    at net.minecraft.block.Block.<init>(Block.java:349)
    at buildcraft.factory.BlockFrame.<init>(BlockFrame.java:35)
    at buildcraft.BuildCraftFactory.initialize(BuildCraftFactory.java:202)
    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:540)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)


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

-- Head --
Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:349)
    at buildcraft.factory.BlockFrame.<init>(BlockFrame.java:35)
    at buildcraft.BuildCraftFactory.initialize(BuildCraftFactory.java:202)
    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:540)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)

-- System Details --
Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation
    Memory: 429356256 bytes (409 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_U_C4 59 mods loaded, 59 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.2.62.871} [Forge Mod Loader] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    Forge{9.10.1.871} [Minecraft Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.9.0.4} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    mod_bspkrsCore{v3.04(1.6.2)} [bspkrsCore] (bcore.zip) Unloaded->Constructed->Pre-initialized
    mod_TooManyItems{1.6.2 2013-07-05} [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI.zip) Unloaded->Constructed->Pre-initialized
    Backpack{1.18.17} [backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.4.1} [biblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{1.1.2} [biomes O' Plenty] (bop.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{4.1.2} [buildCraft] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{4.1.2} [bC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Energy{4.1.2} [bC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Factory{4.1.2} [bC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Transport{4.1.2} [bC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Silicon{4.1.2} [bC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    coralmod{1.6.2} [CoralReef Mod] (CoralMod.zip) Unloaded->Constructed->Pre-initialized
    CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized
    customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.9.1.3} [Damage Indicators] (DamageIndicators_v.2.9.1.3.zip) Unloaded->Constructed->Pre-initialized
    DiamondMeter{2.2.4} [Diamond Meter] (DiamondMeter_2.2.4.zip) Unloaded->Constructed->Pre-initialized
    dimdoors{1.6.2R2.1.1RC1} [Dimensional Doors] (DimensionalDoors.zip) Unloaded->Constructed->Pre-initialized
    MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks_MoCreatures_Mod_v6.0.1.zip) Unloaded->Constructed->Pre-initialized
    DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
    EnchantedFurnace{1.0.0} [EnchantedFurnace] (EnchantedFurnace.zip) Unloaded->Constructed->Pre-initialized
    eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
    EnhancedBooks{1.7.2} [Enhanced Books] (EnhancedBooks_v1.7.2.zip) Unloaded->Constructed->Pre-initialized
    FloatingRuins{Forge 1.6.2.r03} [FloatingRuins] (FloatingRuins.Forge.1.6.2.r03.Universal.zip) Unloaded->Constructed->Pre-initialized
    mod_Floodgate{1.6.2} [mod_Floodgate] (Floodgate.zip) Unloaded->Constructed->Pre-initialized
    FoodPlus{2.5} [§bFood Plus MOD] (FoodMod.zip) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.0.2_ic2.ex} [Forestry for Minecraft] (forestry-A-2.3.0.2.jar) Unloaded->Constructed->Pre-initialized
    LegendaryBeasts{a1.6.2.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.2.0.zip) Unloaded->Constructed->Pre-initialized
    iChunUtil{2.2.0} [iChunUtil] (iChunUtil2.2.0.zip) Unloaded->Constructed->Pre-initialized
    InGameInfoXML{2.4.1.24} [inGame Info XML] (InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.3.14.512} [iron Chest] (ironchest-universal-1.6.2-5.3.14.512.zip) Unloaded->Constructed->Pre-initialized
    SlimevoidLib{2.0.2.0} [slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized
    LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded->Constructed->Pre-initialized
    mod_MAtmos{r25 for 1.6.2} [mod_MAtmos] (MAtmosClassesNDP.zip) Unloaded->Constructed->Pre-initialized
    nohero_morehealth{4.5} [More Health Forge] (MoreHealthEnhanced.zip) Unloaded->Constructed->Pre-initialized
    mod_Stackables{1.6.2} [mod_Stackables] (MoreStackables.zip) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized
    mod_RecipeBook{1.6.2} [mod_RecipeBook] (RecipeBook.zip) Unloaded->Constructed->Pre-initialized
    RopesPlus{1.4.8} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_Shelf{1.6.2} [mod_Shelf] (Shelf.zip) Unloaded->Constructed->Pre-initialized
    ShowDurability2{1.2.3} [show Durability II] (ShowDurability2_1.2.3_MC1.6.2.jar) Unloaded->Constructed->Pre-initialized
    mod_SpawnerGUI{1.6.2} [mod_SpawnerGUI] (SpawnerGUI.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.6.2.r05} [Treecapitator] (tc.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
    weaponmod{1.6.2 v1.13.5} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
    wildcaves3{0.4.3.5} [Wild Caves 3] (WildCaves.zip) Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: MinecraftByZyczu
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics GL version 3.1.0 - Build 9.17.10.2828, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: Polski (Polska)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

Musisz wywalic BuildCrafta.

    BuildCraft|Builders{4.1.2} [BC Builders] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Energy{4.1.2} [BC Energy] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Factory{4.1.2} [BC Factory] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Transport{4.1.2}[BC Transport] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored
    BuildCraft|Silicon{4.1.2} [BC Silicon] (buildcraft-A-1.6.2-4.1.2.jar) Unloaded->Constructed->Errored

Dodatki do niego powodują problemy.

Opublikowano

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

Time: 02.07.14 16:13
Description: Initializing game

java.lang.NoClassDefFoundError: TileEntityFloodgate
    at mod_Floodgate.load(mod_Floodgate.java:29)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)
Caused by: java.lang.ClassNotFoundException: TileEntityFloodgate
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file TileEntityFloodgate
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 43 more


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

-- Head --
Stacktrace:
    at mod_Floodgate.load(mod_Floodgate.java:29)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)

-- System Details --
Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 56345072 bytes (53 MB) / 194363392 bytes (185 MB) up to 259522560 bytes (247 MB)
    JVM Flags: 0 total;
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_U_C4 53 mods loaded, 53 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.62.871} [Forge Mod Loader] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.1.871} [Minecraft Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.4} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_bspkrsCore{v3.04(1.6.2)} [bspkrsCore] (bcore.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_TooManyItems{1.6.2 2013-07-05} [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Backpack{1.18.17} [backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioCraft{1.4.1} [biblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiomesOPlenty{1.1.2} [biomes O' Plenty] (bop.jar) Unloaded->Constructed->Pre-initialized->Initialized
    coralmod{1.6.2} [CoralReef Mod] (CoralMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized->Initialized
    customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DamageIndicatorsMod{2.9.1.3} [Damage Indicators] (DamageIndicators_v.2.9.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DiamondMeter{2.2.4} [Diamond Meter] (DiamondMeter_2.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    dimdoors{1.6.2R2.1.1RC1} [Dimensional Doors] (DimensionalDoors.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks_MoCreatures_Mod_v6.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnchantedFurnace{1.0.0} [EnchantedFurnace] (EnchantedFurnace.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnhancedBooks{1.7.2} [Enhanced Books] (EnhancedBooks_v1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FloatingRuins{Forge 1.6.2.r03} [FloatingRuins] (FloatingRuins.Forge.1.6.2.r03.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_Floodgate{1.6.2} [mod_Floodgate] (Floodgate.zip) Unloaded->Constructed->Pre-initialized
    FoodPlus{2.5} [§bFood Plus MOD] (FoodMod.zip) Unloaded->Constructed->Pre-initialized
    Forestry{2.3.0.2_ic2.ex} [Forestry for Minecraft] (forestry-A-2.3.0.2.jar) Unloaded->Constructed->Pre-initialized
    LegendaryBeasts{a1.6.2.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.2.0.zip) Unloaded->Constructed->Pre-initialized
    iChunUtil{2.2.0} [iChunUtil] (iChunUtil2.2.0.zip) Unloaded->Constructed->Pre-initialized
    InGameInfoXML{2.4.1.24} [inGame Info XML] (InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
    IronChest{5.3.14.512} [iron Chest] (ironchest-universal-1.6.2-5.3.14.512.zip) Unloaded->Constructed->Pre-initialized
    SlimevoidLib{2.0.2.0} [slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized
    LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded->Constructed->Pre-initialized
    mod_MAtmos{r25 for 1.6.2} [mod_MAtmos] (MAtmosClassesNDP.zip) Unloaded->Constructed->Pre-initialized
    nohero_morehealth{4.5} [More Health Forge] (MoreHealthEnhanced.zip) Unloaded->Constructed->Pre-initialized
    mod_Stackables{1.6.2} [mod_Stackables] (MoreStackables.zip) Unloaded->Constructed->Pre-initialized
    Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized
    mod_RecipeBook{1.6.2} [mod_RecipeBook] (RecipeBook.zip) Unloaded->Constructed->Pre-initialized
    RopesPlus{1.4.8} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
    mod_Shelf{1.6.2} [mod_Shelf] (Shelf.zip) Unloaded->Constructed->Pre-initialized
    ShowDurability2{1.2.3} [show Durability II] (ShowDurability2_1.2.3_MC1.6.2.jar) Unloaded->Constructed->Pre-initialized
    mod_SpawnerGUI{1.6.2} [mod_SpawnerGUI] (SpawnerGUI.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.6.2.r05} [Treecapitator] (tc.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
    weaponmod{1.6.2 v1.13.5} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
    wildcaves3{0.4.3.5} [Wild Caves 3] (WildCaves.zip) Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: MinecraftByZyczu
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics GL version 3.1.0 - Build 9.17.10.2828, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: Polski (Polska)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

---- Minecraft Crash Report ----
// Don't do that.

Time: 03.07.14 11:40
Description: Initializing game

java.lang.NoClassDefFoundError: TileEntityShelf
    at mod_Shelf.load(mod_Shelf.java:144)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)
Caused by: java.lang.ClassNotFoundException: TileEntityShelf
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file TileEntityShelf
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
    ... 43 more


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

-- Head --
Stacktrace:
    at mod_Shelf.load(mod_Shelf.java:144)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
    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.client.MinecraftApplet.init(MinecraftApplet.java:152)
    at net.minecraft.Launcher.replace(Launcher.java:147)
    at net.minecraft.Launcher$1.run(Launcher.java:88)

-- System Details --
Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 40503448 bytes (38 MB) / 162381824 bytes (154 MB) up to 259522560 bytes (247 MB)
    JVM Flags: 0 total;
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 Optifine OptiFine_1.6.2_HD_U_C4 51 mods loaded, 51 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.62.871} [Forge Mod Loader] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.1.871} [Minecraft Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.4} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mod_bspkrsCore{v3.04(1.6.2)} [bspkrsCore] (bcore.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_TooManyItems{1.6.2 2013-07-05} [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Backpack{1.18.17} [backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioCraft{1.4.1} [biblioCraft] (BiblioCraft.zip) Unloaded->Constructed->Pre-initialized->Initialized
    BiomesOPlenty{1.1.2} [biomes O' Plenty] (bop.jar) Unloaded->Constructed->Pre-initialized->Initialized
    coralmod{1.6.2} [CoralReef Mod] (CoralMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner.zip) Unloaded->Constructed->Pre-initialized->Initialized
    customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DamageIndicatorsMod{2.9.1.3} [Damage Indicators] (DamageIndicators_v.2.9.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DiamondMeter{2.2.4} [Diamond Meter] (DiamondMeter_2.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
    dimdoors{1.6.2R2.1.1RC1} [Dimensional Doors] (DimensionalDoors.zip) Unloaded->Constructed->Pre-initialized->Initialized
    MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks_MoCreatures_Mod_v6.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnchantedFurnace{1.0.0} [EnchantedFurnace] (EnchantedFurnace.zip) Unloaded->Constructed->Pre-initialized->Initialized
    eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnhancedBooks{1.7.2} [Enhanced Books] (EnhancedBooks_v1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    FloatingRuins{Forge 1.6.2.r03} [FloatingRuins] (FloatingRuins.Forge.1.6.2.r03.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Forestry{2.3.0.2_ic2.ex} [Forestry for Minecraft] (forestry-A-2.3.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LegendaryBeasts{a1.6.2.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{2.2.0} [iChunUtil] (iChunUtil2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    InGameInfoXML{2.4.1.24} [inGame Info XML] (InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized->Initialized
    inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
    IronChest{5.3.14.512} [iron Chest] (ironchest-universal-1.6.2-5.3.14.512.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SlimevoidLib{2.0.2.0} [slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
    LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_MAtmos{r25 for 1.6.2} [mod_MAtmos] (MAtmosClassesNDP.zip) Unloaded->Constructed->Pre-initialized->Initialized
    nohero_morehealth{4.5} [More Health Forge] (MoreHealthEnhanced.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_Stackables{1.6.2} [mod_Stackables] (MoreStackables.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_RecipeBook{1.6.2} [mod_RecipeBook] (RecipeBook.zip) Unloaded->Constructed->Pre-initialized->Initialized
    RopesPlus{1.4.8} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    mod_Shelf{1.6.2} [mod_Shelf] (Shelf.zip) Unloaded->Constructed->Pre-initialized
    ShowDurability2{1.2.3} [show Durability II] (ShowDurability2_1.2.3_MC1.6.2.jar) Unloaded->Constructed->Pre-initialized
    mod_SpawnerGUI{1.6.2} [mod_SpawnerGUI] (SpawnerGUI.zip) Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.6.2.r05} [Treecapitator] (tc.jar) Unloaded->Constructed->Pre-initialized
    TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Pre-initialized
    weaponmod{1.6.2 v1.13.5} [balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
    wildcaves3{0.4.3.5} [Wild Caves 3] (WildCaves.zip) Unloaded->Constructed->Pre-initialized
    mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.2.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: MinecraftByZyczu
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics GL version 3.1.0 - Build 9.17.10.2828, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: Polski (Polska)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Opublikowano

Problemy z modami, dodaj MC forge i mod loadera, jezeli to nie pomoże odpuść sobie, nie chce mi się zagłębiać w te crash reporty.

✐ Jeśli pomogłem daj like'a! 

Opublikowano

LastEncountherPL spróbuje .....

Posty: 50/100/150/300/500/1000/5000/?
Chcesz się dowiedzieć nieco o mnie? Zapraszam na mój profil ?

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...