Jump to content

Recommended Posts

Posted

(Sorry for bad English!)

Hello! This is my first post...

But i have an error in my mod.

Here the codes and log from Eclipse!

The Code:

Main Class - http://gw.minecraftforge.net/Jw8u

Block Class - http://gw.minecraftforge.net/Np3U

The Error:

Ağu 26, 2013 12:02:06 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker

2013-08-26 00:02:06 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading

2013-08-26 00:02:06 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_25, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2013-08-26 00:02:06 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-08-26 00:02:06 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg

2013-08-26 00:02:06 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg

2013-08-26 00:02:07 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.

2013-08-26 00:02:07 [iNFO] [ForgeModLoader] Launching wrapped minecraft

2013-08-26 00:02:08 [iNFO] [Minecraft-Client] Setting user: Player84

2013-08-26 00:02:08 [iNFO] [Minecraft-Client] (Session ID is null)

2013-08-26 00:02:08 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2013-08-26 00:02:09 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2013-08-26 00:02:09 [iNFO] [sTDOUT]

2013-08-26 00:02:09 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-08-26 00:02:09 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-08-26 00:02:09 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized

2013-08-26 00:02:09 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized

2013-08-26 00:02:09 [iNFO] [sTDOUT] Replaced 101 ore recipies

2013-08-26 00:02:09 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-08-26 00:02:10 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-08-26 00:02:10 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-08-26 00:02:10 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Pylo\MCreator\mcp\jars\config\logging.properties

2013-08-26 00:02:10 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-08-26 00:02:10 [iNFO] [ForgeModLoader] Searching C:\Pylo\MCreator\mcp\jars\mods for mods

2013-08-26 00:02:10 [iNFO] [sTDOUT] OpenAL initialized.

2013-08-26 00:02:10 [iNFO] [sTDOUT]

2013-08-26 00:02:12 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-08-26 00:02:12 [iNFO] [mcp] Activating mod mcp

2013-08-26 00:02:12 [iNFO] [FML] Activating mod FML

2013-08-26 00:02:12 [iNFO] [Forge] Activating mod Forge

2013-08-26 00:02:12 [iNFO] [eccore] Activating mod eccore

2013-08-26 00:02:12 [iNFO] [moremoremorecraft] Activating mod moremoremorecraft

2013-08-26 00:02:12 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2013-08-26 00:02:12 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2013-08-26 00:02:12 [iNFO] [sTDOUT] CONFLICT @ 2000 item slot already occupied by net.minecraft.item.ItemRecord@d9a418 while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiPick@a4513a

2013-08-26 00:02:12 [iNFO] [fml.ItemTracker] The mod eccore is overwriting existing item at 2256 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiPick

2013-08-26 00:02:12 [iNFO] [sTDOUT] CONFLICT @ 2001 item slot already occupied by net.minecraft.item.ItemRecord@c09e0f while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiSword@1c900b6

2013-08-26 00:02:12 [iNFO] [fml.ItemTracker] The mod eccore is overwriting existing item at 2257 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiSword

2013-08-26 00:02:12 [iNFO] [sTDOUT] CONFLICT @ 2002 item slot already occupied by net.minecraft.item.ItemRecord@72eb9d while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiAxe@caae65

2013-08-26 00:02:12 [iNFO] [fml.ItemTracker] The mod eccore is overwriting existing item at 2258 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiAxe

2013-08-26 00:02:12 [iNFO] [sTDOUT] CONFLICT @ 2003 item slot already occupied by net.minecraft.item.ItemRecord@f9a1af while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiShovel@e6097c

2013-08-26 00:02:12 [iNFO] [fml.ItemTracker] The mod eccore is overwriting existing item at 2259 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiShovel

2013-08-26 00:02:12 [iNFO] [sTDOUT] CONFLICT @ 2005 item slot already occupied by net.minecraft.item.ItemRecord@173b3fa while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemUnThroner@12cf02a

2013-08-26 00:02:12 [iNFO] [fml.ItemTracker] The mod eccore is overwriting existing item at 2261 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemUnThroner

2013-08-26 00:02:12 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-08-26 00:02:12 [iNFO] [moremoremorecraft] But i think we can put the diff?!@%+&

2013-08-26 00:02:12 [iNFO] [moremoremorecraft] Wait! We are in Minecraft! Not Portal 2

2013-08-26 00:02:12 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_bottom.png

2013-08-26 00:02:12 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_side.png

2013-08-26 00:02:12 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_top.png

2013-08-26 00:02:13 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/null.png

2013-08-26 00:02:13 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusShovel.png

2013-08-26 00:02:13 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusPick.png

2013-08-26 00:02:13 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusAxe.png

2013-08-26 00:02:13 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusSword.png

2013-08-26 00:02:13 [sEVERE] [ForgeModLoader] Caught an exception during block registration

java.lang.NullPointerException

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

  at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

  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.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:193)

  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

  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:104)

  at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

  at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

  at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

  at net.minecraft.client.main.Main.main(Main.java:93)

  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)

2013-08-26 00:02:13 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2013-08-26 00:02:13 [sEVERE] [ForgeModLoader]

  mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

  FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

  Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

  eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

  moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 00:02:13 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-08-26 00:02:13 [sEVERE] [ForgeModLoader] Caught exception from moremoremorecraft

cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

  at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

  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.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:193)

  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

  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:104)

  at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

  at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

  at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

  at net.minecraft.client.main.Main.main(Main.java:93)

  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)

Caused by: java.lang.NullPointerException

  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

  ... 40 more

2013-08-26 00:02:13 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-08-26 00:02:13 [iNFO] [sTDOUT] // Why is it breaking :(

2013-08-26 00:02:13 [iNFO] [sTDOUT]

2013-08-26 00:02:13 [iNFO] [sTDOUT] Time: 26.08.2013 00:02

2013-08-26 00:02:13 [iNFO] [sTDOUT] Description: There was a severe problem during mod loading that has caused the game to fail

2013-08-26 00:02:13 [iNFO] [sTDOUT]

2013-08-26 00:02:13 [iNFO] [sTDOUT] cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-26 00:02:13 [iNFO] [sTDOUT] Caused by: java.lang.NullPointerException

2013-08-26 00:02:13 [iNFO] [sTDOUT]    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    ... 40 more

2013-08-26 00:02:13 [iNFO] [sTDOUT]

2013-08-26 00:02:13 [iNFO] [sTDOUT]

2013-08-26 00:02:13 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-08-26 00:02:13 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-08-26 00:02:13 [iNFO] [sTDOUT]

2013-08-26 00:02:13 [iNFO] [sTDOUT] -- System Details --

2013-08-26 00:02:13 [iNFO] [sTDOUT] Details:

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Minecraft Version: 1.6.2

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Operating System: Windows Vista (x86) version 6.0

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Java Version: 1.7.0_25, Oracle Corporation

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Memory: 944284360 bytes (900 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2013-08-26 00:02:13 [iNFO] [sTDOUT]    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2013-08-26 00:02:13 [iNFO] [sTDOUT]    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Suspicious classes: FML and Forge are installed

2013-08-26 00:02:13 [iNFO] [sTDOUT]    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2013-08-26 00:02:13 [iNFO] [sTDOUT]    FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 5 mods loaded, 5 mods active

2013-08-26 00:02:13 [iNFO] [sTDOUT]    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:02:13 [iNFO] [sTDOUT]    FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:02:13 [iNFO] [sTDOUT]    Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:02:13 [iNFO] [sTDOUT]    eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:02:13 [iNFO] [sTDOUT]    moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 00:02:13 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator\mcp\jars\.\crash-reports\crash-2013-08-26_00.02.13-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

(the eccore is only for server support)

(sorry for bad english)

because im Turkish

Posted

The constructor for Block (I wrote item before,sorry. I'm tired) launches a crash when you try to register something with an ID that's already registered.

 

2013-08-26 00:02:12  [sTDOUT] CONFLICT @ 2000 item slot already occupied by net.minecraft.item.ItemRecord@d9a418 while adding net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiPick@a4513a
2013-08-26 00:02:12  [fml.ItemTracker] The mod eccore is overwriting existing item at 2256 (net.minecraft.item.ItemRecord from Minecraft) with net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiPick

 

and etc. Choose unsused IDs for your items and blocks.

Posted

I Changed ids but have a error again...  :(

 

 

Ağu 26, 2013 12:43:35 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker

2013-08-26 00:43:35 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading

2013-08-26 00:43:35 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_25, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2013-08-26 00:43:35 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-08-26 00:43:35 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg

2013-08-26 00:43:35 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg

2013-08-26 00:43:36 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.

2013-08-26 00:43:36 [iNFO] [ForgeModLoader] Launching wrapped minecraft

2013-08-26 00:43:36 [iNFO] [Minecraft-Client] Setting user: Player862

2013-08-26 00:43:36 [iNFO] [Minecraft-Client] (Session ID is null)

2013-08-26 00:43:37 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2013-08-26 00:43:37 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2013-08-26 00:43:38 [iNFO] [sTDOUT]

2013-08-26 00:43:38 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-08-26 00:43:38 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-08-26 00:43:38 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized

2013-08-26 00:43:38 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized

2013-08-26 00:43:38 [iNFO] [sTDOUT] Replaced 101 ore recipies

2013-08-26 00:43:38 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-08-26 00:43:38 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-08-26 00:43:38 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-08-26 00:43:38 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Pylo\MCreator\mcp\jars\config\logging.properties

2013-08-26 00:43:38 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-08-26 00:43:38 [iNFO] [sTDOUT] OpenAL initialized.

2013-08-26 00:43:38 [iNFO] [ForgeModLoader] Searching C:\Pylo\MCreator\mcp\jars\mods for mods

2013-08-26 00:43:38 [iNFO] [sTDOUT]

2013-08-26 00:43:40 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-08-26 00:43:40 [iNFO] [mcp] Activating mod mcp

2013-08-26 00:43:40 [iNFO] [FML] Activating mod FML

2013-08-26 00:43:40 [iNFO] [Forge] Activating mod Forge

2013-08-26 00:43:40 [iNFO] [eccore] Activating mod eccore

2013-08-26 00:43:40 [iNFO] [moremoremorecraft] Activating mod moremoremorecraft

2013-08-26 00:43:40 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2013-08-26 00:43:40 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2013-08-26 00:43:40 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-08-26 00:43:40 [iNFO] [moremoremorecraft] But i think we can put the diff?!@%+&

2013-08-26 00:43:40 [iNFO] [moremoremorecraft] Wait! We are in Minecraft! Not Portal 2

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_bottom.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_side.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_top.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/null.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusShovel.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusPick.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusAxe.png

2013-08-26 00:43:41 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusSword.png

2013-08-26 00:43:41 [sEVERE] [ForgeModLoader] Caught an exception during block registration

java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

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.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:193)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

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:104)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

at net.minecraft.client.main.Main.main(Main.java:93)

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)

2013-08-26 00:43:41 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2013-08-26 00:43:41 [sEVERE] [ForgeModLoader]

mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 00:43:41 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-08-26 00:43:41 [sEVERE] [ForgeModLoader] Caught exception from moremoremorecraft

cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

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.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:193)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

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:104)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

at net.minecraft.client.main.Main.main(Main.java:93)

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)

Caused by: java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

... 40 more

2013-08-26 00:43:41 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-08-26 00:43:41 [iNFO] [sTDOUT] // I let you down. Sorry :(

2013-08-26 00:43:41 [iNFO] [sTDOUT]

2013-08-26 00:43:41 [iNFO] [sTDOUT] Time: 26.08.2013 00:43

2013-08-26 00:43:41 [iNFO] [sTDOUT] Description: There was a severe problem during mod loading that has caused the game to fail

2013-08-26 00:43:41 [iNFO] [sTDOUT]

2013-08-26 00:43:41 [iNFO] [sTDOUT] cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:61)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-26 00:43:41 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-26 00:43:41 [iNFO] [sTDOUT] Caused by: java.lang.NullPointerException

2013-08-26 00:43:41 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

2013-08-26 00:43:41 [iNFO] [sTDOUT] ... 40 more

2013-08-26 00:43:41 [iNFO] [sTDOUT]

2013-08-26 00:43:41 [iNFO] [sTDOUT]

2013-08-26 00:43:41 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-08-26 00:43:41 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-08-26 00:43:41 [iNFO] [sTDOUT]

2013-08-26 00:43:41 [iNFO] [sTDOUT] -- System Details --

2013-08-26 00:43:41 [iNFO] [sTDOUT] Details:

2013-08-26 00:43:41 [iNFO] [sTDOUT] Minecraft Version: 1.6.2

2013-08-26 00:43:41 [iNFO] [sTDOUT] Operating System: Windows Vista (x86) version 6.0

2013-08-26 00:43:41 [iNFO] [sTDOUT] Java Version: 1.7.0_25, Oracle Corporation

2013-08-26 00:43:41 [iNFO] [sTDOUT] Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2013-08-26 00:43:41 [iNFO] [sTDOUT] Memory: 942571768 bytes (898 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2013-08-26 00:43:41 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2013-08-26 00:43:41 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2013-08-26 00:43:41 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2013-08-26 00:43:41 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2013-08-26 00:43:41 [iNFO] [sTDOUT] FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 5 mods loaded, 5 mods active

2013-08-26 00:43:41 [iNFO] [sTDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:43:41 [iNFO] [sTDOUT] FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:43:41 [iNFO] [sTDOUT] Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:43:41 [iNFO] [sTDOUT] eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 00:43:41 [iNFO] [sTDOUT] moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 00:43:41 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator\mcp\jars\.\crash-reports\crash-2013-08-26_00.43.41-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

(sorry for bad english)

because im Turkish

Posted

My only guess is the ID is still conflicting somehow. Eitheir I'm failing to spot something obvious or that's a very obscure error. Try changin the ID again for some much bigger number, like 4000 (4095 is the greater possible block ID if I'm not wrong).

 

Sorry I can't help better.

Posted

I am changed ids Again

and i added functions in one class

And error is not solved

Heres My Code - http://gw.minecraftforge.net/V6Qi

Heres My Func.java (GameRegister.blockRegister is here and i using function ) -http://gw.minecraftforge.net/hdSw

Heres Block java - http://gw.minecraftforge.net/lN3x

Heres error:

 

 

Ağu 26, 2013 10:38:41 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker

2013-08-26 10:38:42 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading

2013-08-26 10:38:42 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_25, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2013-08-26 10:38:42 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-08-26 10:38:42 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg

2013-08-26 10:38:42 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg

2013-08-26 10:38:42 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.

2013-08-26 10:38:42 [iNFO] [ForgeModLoader] Launching wrapped minecraft

2013-08-26 10:38:43 [iNFO] [Minecraft-Client] Setting user: Player753

2013-08-26 10:38:43 [iNFO] [Minecraft-Client] (Session ID is null)

2013-08-26 10:38:44 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2013-08-26 10:38:44 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2013-08-26 10:38:44 [iNFO] [sTDOUT]

2013-08-26 10:38:44 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-08-26 10:38:45 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-08-26 10:38:45 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized

2013-08-26 10:38:45 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized

2013-08-26 10:38:45 [iNFO] [sTDOUT] Replaced 101 ore recipies

2013-08-26 10:38:45 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-08-26 10:38:45 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-08-26 10:38:45 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-08-26 10:38:45 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Pylo\MCreator\mcp\jars\config\logging.properties

2013-08-26 10:38:45 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-08-26 10:38:45 [iNFO] [sTDOUT] OpenAL initialized.

2013-08-26 10:38:45 [iNFO] [ForgeModLoader] Searching C:\Pylo\MCreator\mcp\jars\mods for mods

2013-08-26 10:38:45 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-08-26 10:38:47 [iNFO] [mcp] Activating mod mcp

2013-08-26 10:38:47 [iNFO] [FML] Activating mod FML

2013-08-26 10:38:47 [iNFO] [Forge] Activating mod Forge

2013-08-26 10:38:47 [iNFO] [eccore] Activating mod eccore

2013-08-26 10:38:47 [iNFO] [moremoremorecraft] Activating mod moremoremorecraft

2013-08-26 10:38:47 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2013-08-26 10:38:47 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2013-08-26 10:38:47 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-08-26 10:38:47 [iNFO] [sTDOUT] // Hi. I'm Minecraft, and I'm a crashaholic.

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] Time: 26.08.2013 10:38

2013-08-26 10:38:47 [iNFO] [sTDOUT] Description: Initializing game

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] java.lang.ExceptionInInitializerError

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.Class.forName0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.Class.forName(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.startGame(Minecraft.java:470)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-26 10:38:47 [iNFO] [sTDOUT] Caused by: java.lang.ArrayIndexOutOfBoundsException: 300456

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.item.Item.<init>(Item.java:265)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.item.ItemTool.<init>(ItemTool.java:28)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.item.ItemAxe.<init>(ItemAxe.java:13)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.net46.ecbercnl.mcmods.moremoremorecraft.items.ItemCactiAxe.<init>(ItemCactiAxe.java:15)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.<clinit>(ModMain.java:51)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    ... 36 more

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-08-26 10:38:47 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] -- Head --

2013-08-26 10:38:47 [iNFO] [sTDOUT] Stacktrace:

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.Class.forName0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.Class.forName(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.startGame(Minecraft.java:470)

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] -- Initialization --

2013-08-26 10:38:47 [iNFO] [sTDOUT] Details:

2013-08-26 10:38:47 [iNFO] [sTDOUT] Stacktrace:

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-26 10:38:47 [iNFO] [sTDOUT]

2013-08-26 10:38:47 [iNFO] [sTDOUT] -- System Details --

2013-08-26 10:38:47 [iNFO] [sTDOUT] Details:

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Minecraft Version: 1.6.2

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Operating System: Windows Vista (x86) version 6.0

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Java Version: 1.7.0_25, Oracle Corporation

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Memory: 947643128 bytes (903 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2013-08-26 10:38:47 [iNFO] [sTDOUT]    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Suspicious classes: FML and Forge are installed

2013-08-26 10:38:47 [iNFO] [sTDOUT]    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2013-08-26 10:38:47 [iNFO] [sTDOUT]    FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 5 mods loaded, 5 mods active

2013-08-26 10:38:47 [iNFO] [sTDOUT]    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

2013-08-26 10:38:47 [iNFO] [sTDOUT]    FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed

2013-08-26 10:38:47 [iNFO] [sTDOUT]    eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded

2013-08-26 10:38:47 [iNFO] [sTDOUT]    moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Launched Version: 1.6

2013-08-26 10:38:47 [iNFO] [sTDOUT]    LWJGL: 2.9.0

2013-08-26 10:38:47 [iNFO] [sTDOUT]    OpenGL: Intel 945G GL version 1.4.0 - Build 7.14.10.1437, Intel

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Is Modded: Definitely; Client brand changed to 'fml,forge'

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Type: Client (map_client.txt)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Resource Pack: Default

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Current Language: English (United States)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Profiler Position: N/A (disabled)

2013-08-26 10:38:47 [iNFO] [sTDOUT]    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

2013-08-26 10:38:47 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator\mcp\jars\.\crash-reports\crash-2013-08-26_10.38.47-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

 

 

 

(sorry for bad english)

because im Turkish

Posted

Then I AM wrong xD

You are not. Block ids are a byte + a nibble which is 4096 distinct values => 4095 is the max. id one can use.

 

@ecbercnl: Your last error says you are trying to use an ItemId of 300456. ItemIds can be 32000 max.

but im using 3000,3001 ... not 300000

EDIT: (well i dont see the id :P Really) but not solved

Log 2:

Ağu 26, 2013 11:20:51 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker

2013-08-26 11:20:51 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading

2013-08-26 11:20:51 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_25, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2013-08-26 11:20:51 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-08-26 11:20:51 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg

2013-08-26 11:20:51 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg

2013-08-26 11:20:52 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong.

2013-08-26 11:20:52 [iNFO] [ForgeModLoader] Launching wrapped minecraft

2013-08-26 11:20:53 [iNFO] [Minecraft-Client] Setting user: Player556

2013-08-26 11:20:53 [iNFO] [Minecraft-Client] (Session ID is null)

2013-08-26 11:20:53 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2013-08-26 11:20:54 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2013-08-26 11:20:54 [iNFO] [sTDOUT]

2013-08-26 11:20:54 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-08-26 11:20:54 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-08-26 11:20:54 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized

2013-08-26 11:20:54 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized

2013-08-26 11:20:54 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-08-26 11:20:54 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-08-26 11:20:55 [iNFO] [sTDOUT] Replaced 101 ore recipies

2013-08-26 11:20:55 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-08-26 11:20:55 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Pylo\MCreator\mcp\jars\config\logging.properties

2013-08-26 11:20:55 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-08-26 11:20:55 [iNFO] [sTDOUT] OpenAL initialized.

2013-08-26 11:20:55 [iNFO] [ForgeModLoader] Searching C:\Pylo\MCreator\mcp\jars\mods for mods

2013-08-26 11:20:55 [iNFO] [sTDOUT]

2013-08-26 11:20:57 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-08-26 11:20:57 [iNFO] [mcp] Activating mod mcp

2013-08-26 11:20:57 [iNFO] [FML] Activating mod FML

2013-08-26 11:20:57 [iNFO] [Forge] Activating mod Forge

2013-08-26 11:20:57 [iNFO] [eccore] Activating mod eccore

2013-08-26 11:20:57 [iNFO] [moremoremorecraft] Activating mod moremoremorecraft

2013-08-26 11:20:57 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2013-08-26 11:20:57 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2013-08-26 11:20:57 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-08-26 11:20:57 [iNFO] [moremoremorecraft] But i think we can put the diff?!@%+&

2013-08-26 11:20:57 [iNFO] [moremoremorecraft] Wait! We are in Minecraft! Not Portal 2

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_bottom.png

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_side.png

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/blocks/null_top.png

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/null.png

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusShovel.png

2013-08-26 11:20:57 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusPick.png

2013-08-26 11:20:58 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusAxe.png

2013-08-26 11:20:58 [sEVERE] [Minecraft-Client] Using missing texture, unable to load: mmmorecraft:textures/items/CactusSword.png

2013-08-26 11:20:58 [sEVERE] [ForgeModLoader] Caught an exception during block registration

java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

at net.net46.ecbercnl.mcmods.eccore.Func.blockRegisterer(Func.java:18)

at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:65)

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.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:193)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

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:104)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

at net.minecraft.client.main.Main.main(Main.java:93)

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)

2013-08-26 11:20:58 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2013-08-26 11:20:58 [sEVERE] [ForgeModLoader]

mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 11:20:58 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-08-26 11:20:58 [sEVERE] [ForgeModLoader] Caught exception from moremoremorecraft

cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

at net.net46.ecbercnl.mcmods.eccore.Func.blockRegisterer(Func.java:18)

at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:65)

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.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:193)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

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:104)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

at net.minecraft.client.main.Main.main(Main.java:93)

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)

Caused by: java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

... 41 more

2013-08-26 11:20:58 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-08-26 11:20:58 [iNFO] [sTDOUT] // Uh... Did I do that?

2013-08-26 11:20:58 [iNFO] [sTDOUT]

2013-08-26 11:20:58 [iNFO] [sTDOUT] Time: 26.08.2013 11:20

2013-08-26 11:20:58 [iNFO] [sTDOUT] Description: There was a severe problem during mod loading that has caused the game to fail

2013-08-26 11:20:58 [iNFO] [sTDOUT]

2013-08-26 11:20:58 [iNFO] [sTDOUT] cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:232)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.net46.ecbercnl.mcmods.eccore.Func.blockRegisterer(Func.java:18)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.net46.ecbercnl.mcmods.moremoremorecraft.ModMain.load(ModMain.java:65)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-26 11:20:58 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-26 11:20:58 [iNFO] [sTDOUT] Caused by: java.lang.NullPointerException

2013-08-26 11:20:58 [iNFO] [sTDOUT] at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:214)

2013-08-26 11:20:58 [iNFO] [sTDOUT] ... 41 more

2013-08-26 11:20:58 [iNFO] [sTDOUT]

2013-08-26 11:20:58 [iNFO] [sTDOUT]

2013-08-26 11:20:58 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-08-26 11:20:58 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-08-26 11:20:58 [iNFO] [sTDOUT]

2013-08-26 11:20:58 [iNFO] [sTDOUT] -- System Details --

2013-08-26 11:20:58 [iNFO] [sTDOUT] Details:

2013-08-26 11:20:58 [iNFO] [sTDOUT] Minecraft Version: 1.6.2

2013-08-26 11:20:58 [iNFO] [sTDOUT] Operating System: Windows Vista (x86) version 6.0

2013-08-26 11:20:58 [iNFO] [sTDOUT] Java Version: 1.7.0_25, Oracle Corporation

2013-08-26 11:20:58 [iNFO] [sTDOUT] Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2013-08-26 11:20:58 [iNFO] [sTDOUT] Memory: 942351616 bytes (898 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2013-08-26 11:20:58 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2013-08-26 11:20:58 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2013-08-26 11:20:58 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2013-08-26 11:20:58 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2013-08-26 11:20:58 [iNFO] [sTDOUT] FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 5 mods loaded, 5 mods active

2013-08-26 11:20:58 [iNFO] [sTDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 11:20:58 [iNFO] [sTDOUT] FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 11:20:58 [iNFO] [sTDOUT] Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 11:20:58 [iNFO] [sTDOUT] eccore{0.0.0.1NotARealRelease} [EcberCore] (bin) Unloaded->Constructed->Pre-initialized->Initialized

2013-08-26 11:20:58 [iNFO] [sTDOUT] moremoremorecraft{0.0.0.1NotARealRelease} [3xMoreCraft] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-08-26 11:20:58 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Pylo\MCreator\mcp\jars\.\crash-reports\crash-2013-08-26_11.20.58-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

(sorry for bad english)

because im Turkish

Posted

He's telling you to instantiate the blocks and items from the method in your mod marked with this annotation:

 

@EventHandler

 

That has this signature:

public void *your method name here*(FMLInitializationEvent event)

 

like this:

 

public static Item CactiAxe;

@EventHandler
public void init(FMLInitializationEvent event)
{
     CactiAxe = new ItemCactiAxe(*your args here*).setUnlocalizedName(*your unlocalized name here*);
     //and etc for the other items/blocks
}

 

Remember don't use ids out of range or ones that conflict with others.

 

[edit]

check this line

 

public static Item CactiAxe = new ItemCactiAxe(300200, CactiNoThorn).setUnlocalizedName("CactusAxe");//Axe

300,200. That ID is way out of bounds. the maximum possible ID for an Item is (I think) 31,744

 

Another thing I noticed is that you never register your items. you have

Func.itemRegisterer

but it is never called. You may want to correct that too. Then try again and if it doesn't work we'll have a better error log, because this one is just caused by a silly ArrayIndexOutOfBoundsException

[/edit]

 

PS: to further clarify what diesieben07 was talking about, <clinit> is the name of the constructor of the type itself (whence CL, which stands for class), while <init> is the name of the constructor of instances of the type. Whatever field you declare as static and provide an initialization expression along with the declaration, is actually going to be initialized inside <clinit>. Forge considers bad practice to initialize blocks and items in your mod's <clinit> or <init> (I don't know why, but maybe because it generates those weird, wierd errors like the one you are getting).

 

Posted

He's telling you to instantiate the blocks and items from the method in your mod marked with this annotation:

 

@EventHandler

 

That has this signature:

public void *your method name here*(FMLInitializationEvent event)

 

like this:

 

public static Item CactiAxe;

@EventHandler
public void init(FMLInitializationEvent event)
{
     CactiAxe = new ItemCactiAxe(*your args here*).setUnlocalizedName(*your unlocalized name here*);
     //and etc for the other items/blocks
}

 

Remember don't use ids out of range or ones that conflict with others.

 

PS: to further clarify what diesieben07 was talking about, <clinit> is the name of the constructor of the type itself (whence CL, which stands for class), while <init> is the name of the constructor of instances of the type. Whatever field you declare as static and provide an initialization expression along with the declaration, is actually going to be initialized inside <clinit>. Forge considers bad practice to initialize blocks and items in your mod's <clinit> or <init> (I don't know why, but maybe because it generates those weird, wierd errors like the one you are getting).

 

Uhh, no. That is not what die was saying... he said PREINIT

 

Which is this one:

public static Item CactiAxe;

@EventHandler
public void preInit(FMLPreInitializationEvent event)
{
     CactiAxe = new ItemCactiAxe(*your args here*).setUnlocalizedName(*your unlocalized name here*);
     //and etc for the other items/blocks
}

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Posted

Meh, I don't know. All I know is, ever since I read through Questology source ( which diesieben07 wrote ), I have been using preInit. And I also would tend to do what die says, he isn't very often wrong. xD

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Posted

If at some point something goes unexplicably wrong, this will be the first change I'll make hehe. :)

 

That's just how things work isn't it? :P

I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes.

 

I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there xD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://pastebin.com/SnWukPj8   thats the crash log if anyone can help add me on discord: privatelk
    • Remove Neruina and justleveling from your server
    • I'm attempting to make a 1.20.1-47.4.0 forge server but when I change the user_jvm_args.txt it does nothing so i tried adding it to the run.bat which it picks up on the startup console but then gives me this [21:56:01] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server joptsimple.UnrecognizedOptionException: X is not a recognized option     at joptsimple.OptionException.unrecognizedOption(OptionException.java:108) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.validateOptionCharacters(OptionParser.java:633) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.handleShortOptionCluster(OptionParser.java:528) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.handleShortOptionToken(OptionParser.java:523) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:59) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at joptsimple.OptionParser.parse(OptionParser.java:396) ~[jopt-simple-5.0.4.jar%2393!/:?] {}     at net.minecraft.server.Main.main(Main.java:98) ~[server-1.20.1-20230612.114412-srg.jar%23101!/:?] {re:classloading}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} I have uninstalled and reinstalled all my versions of java and tried deleting and restarting everything several times to no avail. I have no more ideas and would appreciate any assistance.
    • [01:52:34] [Server thread/WARN] [neruina/]: Neruina caught an exception, see below for cause java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER         at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:1.0] {}         at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}         at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}         at net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:87) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:SimpleChannelMixin from mod connectivity,pl:mixin:A}         at com.dplayend.justleveling.network.ServerNetworking.sendToServer(ServerNetworking.java:36) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.network.packet.common.CounterAttackSP.send(CounterAttackSP.java:51) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.lambda$onAttackEntity$8(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:137) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.onAttackEntity(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.__RegistryCommonEvents_onAttackEntity_LivingHurtEvent.invoke(.dynamic) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:292) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.player.Player.m_6475_(Player.java:909) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.LivingEntity.m_6469_(LivingEntity.java:1112) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.player.Player.m_6469_(Player.java:840) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerPlayer.m_6469_(ServerPlayer.java:695) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_7327_(Mob.java:1410) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_7327_(Zombie.java:315) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Husk.m_7327_(Husk.java:57) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:connector_pre_launch:A}         at yesman.epicfight.world.capabilities.entitypatch.MobPatch.attack(MobPatch.java:179) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,re:classloading}         at yesman.epicfight.api.animation.types.AttackAnimation.hurtCollidingEntities(AttackAnimation.java:241) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.attackTick(AttackAnimation.java:216) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.tick(AttackAnimation.java:169) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.ServerAnimator.tick(ServerAnimator.java:85) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.world.capabilities.entitypatch.LivingEntityPatch.tick(LivingEntityPatch.java:154) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}         at yesman.epicfight.events.EntityEvents.updateEvent(EntityEvents.java:103) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.events.__EntityEvents_updateEvent_LivingTickEvent.invoke(.dynamic) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingTick(ForgeHooks.java:264) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2258) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_8119_(Zombie.java:210) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:694) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.mixinextras$bridge$accept$186(Level.java) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:92) ~[Neruina-2.1.2-forge+1.20.1.jar%23574!/:?] {re:mixin,re:classloading}         at net.minecraft.world.level.Level.wrapOperation$cgb000$neruina$catchTickingEntities$notTheCauseOfTickLag(Level.java:8040) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:lithium.mixins.json:collections.entity_ticking.EntityListMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:EntityTickListAccessor from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.EntityTickListMixin from mod alltheleaks,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}   I dont know what mod isnt working
    • Remove entity_model_features_1.20.1-forge-3.0.1.jar from your mods folder. If there are other mods that depend on that mod, you may have to remove them also.
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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