Jump to content

Custom Modpack help


Soul9345

Recommended Posts

So i was making a custom pack with custom1 and this came up...

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\Shannon\AppData\Roaming\.techniclauncher\custom1\crash-reports\crash-2013-01-27_21.38.12-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

--- BEGIN ERROR REPORT 59e9cd17 --------

Full report at:

C:\Users\Shannon\AppData\Roaming\.techniclauncher\custom1\crash-reports\crash-2013-01-27_21.38.12-client.txt

Please show that file to Mojang, NOT just this screen!

Generated 1/27/13 9:38 PM

-- System Details --

Details:

Minecraft Version: 1.4.7

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_03, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 176594856 bytes (168 MB) / 317980672 bytes (303 MB) up to 954466304 bytes (910 MB)

JVM Flags: 1 total; -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v7.26 FML v4.7.4.520 Minecraft Forge 6.6.0.497 9 mods loaded, 9 mods active

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

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

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

DamageIndicatorsMod [Damage Indicators] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

BiomesOPlenty [biomes O' Plenty] (biomes-o-plenty-0.4.0 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized

DivineRPG [DivineRPG] (DivineRPG1.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized

EE3 [Equivalent Exchange 3] (ee3-universal-pre1f.jar) Unloaded->Constructed->Pre-initialized->Initialized

Thaumcraft [Thaumcraft] (Thaumcraft3.0.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized

TCM [Creep Mod] (The Creep Mod V3.0.02.jar) Unloaded->Constructed->Pre-initialized->Errored

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 3400 Series GL version 3.3.11566 Compatibility Profile Context, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

java.lang.IllegalArgumentException: Slot 228 is already occupied by xolova.blued00r.divinerpg.blocks.BlockArlemiteOre@5013e61 when adding mczaphelon.creep.blocks.BlockCreepLeaves@14a654d8

at amq.<init>(Block.java:326)

at amq.<init>(Block.java:359)

at mczaphelon.creep.blocks.BlockCreepLeaves.<init>(BlockCreepLeaves.java:83)

at mczaphelon.creep.mod_CreepDimension.load(mod_CreepDimension.java:176)

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

at sun.reflect.GeneratedMethodAccessor4.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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

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

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

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

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

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

at net.minecraft.client.Minecraft.a(Minecraft.java:456)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT e688e390 ----------

Link to comment
Share on other sites

I really wish people would learn to read the logs...(Just a general complaint)

java.lang.IllegalArgumentException: Slot 228 is already occupied by xolova.blued00r.divinerpg.blocks.BlockArlemiteOre@5013e61 when adding mczaphelon.creep.blocks.BlockCreepLeaves@14a654d8

Block ID conflict. Even tells you what blocks conflict in what slot. Go into the config and fix it manually. And don't forget to include the fixed config in the modpack zip file.

Link to comment
Share on other sites

I really wish people would learn to read the logs...(Just a general complaint)

java.lang.IllegalArgumentException: Slot 228 is already occupied by xolova.blued00r.divinerpg.blocks.BlockArlemiteOre@5013e61 when adding mczaphelon.creep.blocks.BlockCreepLeaves@14a654d8

Block ID conflict. Even tells you what blocks conflict in what slot. Go into the config and fix it manually. And don't forget to include the fixed config in the modpack zip file.

What?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...