I had a bunch of mods installed and I had a crash report from when I tried to open it. I didn't know which mod crashed, so I posted it here. Here's the report:
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 2/12/14 8:23 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 1000 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at com.f3rullo14.fgm3.common.blocks.BlockAttachmentTable.<init>(BlockAttachmentTable.java:9)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.loadBlocks(BlockHandler.java:18)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.<init>(BlockHandler.java:12)
at com.f3rullo14.fgm3.FGM3.preLoad(FGM3.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:349)
at com.f3rullo14.fgm3.common.blocks.BlockAttachmentTable.<init>(BlockAttachmentTable.java:9)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.loadBlocks(BlockHandler.java:18)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.<init>(BlockHandler.java:12)
at com.f3rullo14.fgm3.FGM3.preLoad(FGM3.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.9.1
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 46514360 bytes (44 MB) / 218664960 bytes (208 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 1 total; -Xmx1G
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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 49 mods loaded, 49 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.4.7} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.7.jar) Unloaded->Constructed->Pre-initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips-2) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (Damage Indicators 1.6.4) Unloaded->Constructed->Pre-initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
factorization{0.8.29} [Factorization] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.misc{0.8.29} [Factorization Miscellaneous Nonsense] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.notify{0.8.29} [Factorization Notification System] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.dimensionalSlice{0.8.29} [Factorization Dimensional Slices] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
FGM{3.0.0} [Ferullo's Gun Mod] (FGM3 BETA_1.zip) Unloaded->Constructed->Errored
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2) Unloaded->Constructed->Pre-initialized
Grinder{2.0.0} [Grinder] (files^AttachableGrinder2) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (files^GravityGun2) Unloaded->Constructed->Pre-initialized
MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2) Unloaded->Constructed->Pre-initialized
MobDismemberment{2.0.0} [MobDismemberment] (files^MobDismemberment2) Unloaded->Constructed->Pre-initialized
Torched{2.0.0} [Torched] (files^Torched2) Unloaded->Constructed->Pre-initialized
TrailMix{2.0.0} [TrailMix] (files^TrailMix2) Unloaded->Constructed->Pre-initialized
IC2{2.0.384-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.384-experimental.jar) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.8} [Galacticraft Core] (Galacticraft-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.8} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized
Hats{2.1.1} [Hats] (Hats2) Unloaded->Constructed->Pre-initialized
HatStand{2.1.0} [HatStand] (HatStand2) Unloaded->Constructed->Pre-initialized
BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
Morph{0.6.0} [Morph] (Morph-Beta-0-2) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1) Unloaded->Constructed->Pre-initialized
OreSpawn{164.13} [OreSpawn] (orespawn164v13) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.2} [PortalGun] (PortalGun2) Unloaded->Constructed->Pre-initialized
Sync{2.1.1} [Sync] (Sync2) Unloaded->Constructed->Pre-initialized
tropicraftmod{v5.1.6 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
volleyballmod{v5.1.6 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.49-core.jar) Unloaded->Constructed->Pre-initialized
AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-8.18.28 310.40.05f01, 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
The factorisation mod. Report that to the mod author.
No it's not, it's probably no ones fault. You just need to go into the config of ferullo's guns mod and change the ID of BlockAttachmentTable or you go into the config of factorization and change the ID of BlockFactorization.
patrick96's method will work, but if you don't know how to edit a configuration file, try installing this ID fix mod, it should fix it automatically for you.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 2/12/14 8:23 PM
Description: Initializing game
java.lang.IllegalArgumentException: Slot 1000 is already occupied by [email protected] when adding [email protected]
at net.minecraft.block.Block.<init>(Block.java:349)
at com.f3rullo14.fgm3.common.blocks.BlockAttachmentTable.<init>(BlockAttachmentTable.java:9)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.loadBlocks(BlockHandler.java:18)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.<init>(BlockHandler.java:12)
at com.f3rullo14.fgm3.FGM3.preLoad(FGM3.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:349)
at com.f3rullo14.fgm3.common.blocks.BlockAttachmentTable.<init>(BlockAttachmentTable.java:9)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.loadBlocks(BlockHandler.java:18)
at com.f3rullo14.fgm3.common.blocks.BlockHandler.<init>(BlockHandler.java:12)
at com.f3rullo14.fgm3.FGM3.preLoad(FGM3.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.9.1
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 46514360 bytes (44 MB) / 218664960 bytes (208 MB) up to 1065025536 bytes (1015 MB)
JVM Flags: 1 total; -Xmx1G
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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 49 mods loaded, 49 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.4.7} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.7.jar) Unloaded->Constructed->Pre-initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips-2) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.4} [BiblioCraft] (BiblioCraft[v1) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (Damage Indicators 1.6.4) Unloaded->Constructed->Pre-initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
factorization{0.8.29} [Factorization] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.misc{0.8.29} [Factorization Miscellaneous Nonsense] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.notify{0.8.29} [Factorization Notification System] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
factorization.dimensionalSlice{0.8.29} [Factorization Dimensional Slices] (Factorization-0.8.29.jar) Unloaded->Constructed->Pre-initialized
FGM{3.0.0} [Ferullo's Gun Mod] (FGM3 BETA_1.zip) Unloaded->Constructed->Errored
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2) Unloaded->Constructed->Pre-initialized
Grinder{2.0.0} [Grinder] (files^AttachableGrinder2) Unloaded->Constructed->Pre-initialized
GraviGun{2.0.0} [GraviGun] (files^GravityGun2) Unloaded->Constructed->Pre-initialized
MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2) Unloaded->Constructed->Pre-initialized
MobDismemberment{2.0.0} [MobDismemberment] (files^MobDismemberment2) Unloaded->Constructed->Pre-initialized
Torched{2.0.0} [Torched] (files^Torched2) Unloaded->Constructed->Pre-initialized
TrailMix{2.0.0} [TrailMix] (files^TrailMix2) Unloaded->Constructed->Pre-initialized
IC2{2.0.384-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.384-experimental.jar) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.8} [Galacticraft Core] (Galacticraft-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.8} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Pre-initialized
Hats{2.1.1} [Hats] (Hats2) Unloaded->Constructed->Pre-initialized
HatStand{2.1.0} [HatStand] (HatStand2) Unloaded->Constructed->Pre-initialized
BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized
Morph{0.6.0} [Morph] (Morph-Beta-0-2) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1) Unloaded->Constructed->Pre-initialized
OreSpawn{164.13} [OreSpawn] (orespawn164v13) Unloaded->Constructed->Pre-initialized
PortalGun{2.0.2} [PortalGun] (PortalGun2) Unloaded->Constructed->Pre-initialized
Sync{2.1.1} [Sync] (Sync2) Unloaded->Constructed->Pre-initialized
tropicraftmod{v5.1.6 for MC 1.6.4} [Tropicraft] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
volleyballmod{v5.1.6 for MC 1.6.4} [Volleyball] (Tropicraft v5.1.6 Mod for MC v1.6.4.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.49-core.jar) Unloaded->Constructed->Pre-initialized
AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: NVIDIA GeForce GT 330M OpenGL Engine GL version 2.1 NVIDIA-8.18.28 310.40.05f01, 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
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo it's not, it's probably no ones fault. You just need to go into the config of ferullo's guns mod and change the ID of BlockAttachmentTable or you go into the config of factorization and change the ID of BlockFactorization.
Check out my mod:

Follow @Patrick96MC or Patrick96 on player.me
-
View User Profile
-
View Posts
-
Send Message
ModeratorMapping and Modding rules | Global rules | MCFStaff Youtube channel
Follow @I_Mod_Minecraft