Yeah, so I installed a lot of mods. They all worked fine and all. Now, I installed Twilight Forest to add some adventure to my world. This happened:
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/20/13 1:22 PM
Description: Initializing game
java.lang.NullPointerException
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239)
at TuxWeapons.TuxCraft.Crafting.addMultiToolRecipes(Crafting.java:182)
at TuxWeapons.TuxCraft.TuxWeaponsCore.load(TuxWeaponsCore.java:340)
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.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239)
at TuxWeapons.TuxCraft.Crafting.addMultiToolRecipes(Crafting.java:182)
at TuxWeapons.TuxCraft.TuxWeaponsCore.load(TuxWeaponsCore.java:340)
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.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 314321656 bytes (299 MB) / 442433536 bytes (421 MB) up to 907870208 bytes (865 MB)
JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 Optifine OptiFine_1.6.2_HD_B4 30 mods loaded, 30 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnhancedBooks{1.7.2} [Enhanced Books] (1.6.2.Enhanced.Books.v1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
WoodConverter{v2.6_1} [Wood Converter] ([1.6.2]Wood Converter v2.6_1.zip) Unloaded->Constructed->Pre-initialized->Initialized
amm{2.0} [ArmorMovementMod] (ArmorMovement 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
B0bGrowsOre{1.4.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__1.6.2_v_1.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.3.6} [Battle Towers] (BattleTowers_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChestTransporter{1.1.7} [Chest Transporter] (chestTransporter-1.1.7-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
DungeonPack{1.6.2 v2} [DungeonPack] (DungeonPack 1.6.2 v2.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.2} [Enchanting Plus] (EnchantingPlus-1.16.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs{1.3.5} [Infernal Mobs] (InfernalMobs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.55} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.55-b56.jar) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{2.0.0} [PortalGun] (PortalGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Core{1.1.5.0} [Project Zulu Core] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Block{1.1.5.0} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Dungeon{1.1.5.0} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|Mob{1.1.5.0} [Project Zulu Mobs] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ProjectZulu|World{1.1.5.0} [Project Zulu World] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
RopesPlus{1.4.4} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Timber{1.6.2} [Timber!] (Timber! (1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
TuxWeapons{0.4c} [TuxWeapons] (TuxWeapons 0.4c.jar) Unloaded->Constructed->Pre-initialized->Errored
TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: GeForce GT 620M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
So, anyone know what went wrong? What IDs collide? What mod isn't compatible with one another?
the error is caused by TuxWeapons.TuxCraft
It could possibl<y be a disguised ItemID conflict, so see if either Tuxcraft overwrites some twilight forest IDs or vice versa (more likely)
If that doesn't help, search the tuxcraft thread for known problems with any of the other mods you have installed, and if you don't find anything post your error there, as the author most likely has more insight in what's going wrong.
At TuxWeapn's page, it said it supports Twilight Forest.
And I checked TuxWeapon's config file, which only configures the drops' rarity and disabling some of the weapons.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 8/20/13 1:22 PM Description: Initializing game java.lang.NullPointerException at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214) at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244) at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239) at TuxWeapons.TuxCraft.Crafting.addMultiToolRecipes(Crafting.java:182) at TuxWeapons.TuxCraft.TuxWeaponsCore.load(TuxWeaponsCore.java:340) 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.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214) at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244) at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239) at TuxWeapons.TuxCraft.Crafting.addMultiToolRecipes(Crafting.java:182) at TuxWeapons.TuxCraft.TuxWeaponsCore.load(TuxWeaponsCore.java:340) 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.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) -- System Details -- Details: Minecraft Version: 1.6.2 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 314321656 bytes (299 MB) / 442433536 bytes (421 MB) up to 907870208 bytes (865 MB) JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 Optifine OptiFine_1.6.2_HD_B4 30 mods loaded, 30 mods active mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized EnhancedBooks{1.7.2} [Enhanced Books] (1.6.2.Enhanced.Books.v1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized WoodConverter{v2.6_1} [Wood Converter] ([1.6.2]Wood Converter v2.6_1.zip) Unloaded->Constructed->Pre-initialized->Initialized amm{2.0} [ArmorMovementMod] (ArmorMovement 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized B0bGrowsOre{1.4.0} [B0bGary's Growable Ores] (B0bGary_s_Growable_Ores__1.6.2_v_1.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized BattleTowers{1.3.6} [Battle Towers] (BattleTowers_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ChestTransporter{1.1.7} [Chest Transporter] (chestTransporter-1.1.7-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized DungeonPack{1.6.2 v2} [DungeonPack] (DungeonPack 1.6.2 v2.zip) Unloaded->Constructed->Pre-initialized->Initialized eplus{1.16.2} [Enchanting Plus] (EnchantingPlus-1.16.2.jar) Unloaded->Constructed->Pre-initialized->Initialized iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized InfernalMobs{1.3.5} [Infernal Mobs] (InfernalMobs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized inventorytweaks{1.55} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.55-b56.jar) Unloaded->Constructed->Pre-initialized->Initialized PortalGun{2.0.0} [PortalGun] (PortalGun2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized ProjectZulu|Core{1.1.5.0} [Project Zulu Core] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ProjectZulu|Block{1.1.5.0} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ProjectZulu|Dungeon{1.1.5.0} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ProjectZulu|Mob{1.1.5.0} [Project Zulu Mobs] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized ProjectZulu|World{1.1.5.0} [Project Zulu World] (ProjectZuluCompletev1.1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized RopesPlus{1.4.4} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_Timber{1.6.2} [Timber!] (Timber! (1.6.2).zip) Unloaded->Constructed->Pre-initialized->Initialized TuxWeapons{0.4c} [TuxWeapons] (TuxWeapons 0.4c.jar) Unloaded->Constructed->Pre-initialized->Errored TwilightForest{1.19.0} [The Twilight Forest] (twilightforest-1.19.0.jar) Unloaded->Constructed->Pre-initialized->Initialized AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized Launched Version: 1.6.2-Forge9.10.0.804 LWJGL: 2.9.0 OpenGL: GeForce GT 620M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullSo, anyone know what went wrong? What IDs collide? What mod isn't compatible with one another?
At TuxWeapn's page, it said it supports Twilight Forest.
And I checked TuxWeapon's config file, which only configures the drops' rarity and disabling some of the weapons.