Crash on Startup
LatentDesire opened this issue ยท 3 comments
---- Minecraft Crash Report ----
// Why did you do that?
Time: 11/30/15 7:59 PM
Description: Initializing game
java.lang.RuntimeException
at cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerId(VillagerRegistry.java:125)
at mcjty.rftools.village.VillageSetup.villagerSetup(VillageSetup.java:12)
at mcjty.rftools.CommonProxy.init(CommonProxy.java:121)
at mcjty.rftools.ClientProxy.init(ClientProxy.java:24)
at mcjty.rftools.RFTools.init(RFTools.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerId(VillagerRegistry.java:125)
at mcjty.rftools.village.VillageSetup.villagerSetup(VillageSetup.java:12)
at mcjty.rftools.CommonProxy.init(CommonProxy.java:121)
at mcjty.rftools.ClientProxy.init(ClientProxy.java:24)
at mcjty.rftools.RFTools.init(RFTools.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 262605200 bytes (250 MB) / 564310016 bytes (538 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 55 mods loaded, 55 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} Minecraft Coder Pack
UCHI FML{7.10.99.99} Forge Mod Loader
UCHI Forge{10.13.4.1558} Minecraft Forge
UCHI appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core
UCHI PotionExtensionCore{1.7.10-1.1.0} PotionExtensionCore
UCHI RenderPlayerAPI{1.4} Render Player API
UCHI {000} CoFH ASM
UCHI debug{1.0} debug
UCHI llibrary{0.6.1} LLibrary
UCHI mowziesmobs{1.2.5-undefined} [Mowzie's Mobs](123.Mowzie's Mobs-1.2.5.jar)
UCHI AnimationAPI{1.2.4} AnimationAPI
UCHI CoFHCore{1.7.10R3.0.3} CoFH Core
UCHI AntMan{Beta-1.7.10-1.5.4} AntMan
UCHI AppleCore{1.1.0} AppleCore
UCHI appliedenergistics2{rv2-stable-10} Applied Energistics 2
UCHI BiblioCraft{1.11.4} BiblioCraft
UCHI clockworkphase{1.7.10_1.0f} Clockwork Phase
UCHI cookingbook{1.0.134} Cooking for Blockheads
UCHI thedalekmod{39.75} The Dalek Mod
UCHI darkcore{0.3} Dark Core
UCHI ElecCore{1.4.176} ElecCore
UCHI deepresonance{1.1.2} DeepResonance
UCHI ForgeMultipart{1.1.2.331} Forge Multipart
UCHI Mekanism{8.1.7} Mekanism
UCHI EnderIO{1.7.10-2.2.8.381} Ender IO
UCHI FastCraft{1.21} FastCraft
UCHI fossil{1.7.10 Build 7.2.0} Fossils and Archeology Revival
UCHI iChunUtil{4.2.2} iChunUtil
UCHI GraviGun{4.0.0-beta} GraviGun
UCHI kcweaponmod{0.1.3} [KC's Weapon Mod v0.1.3](KCs Weapon Mod v0.1.3 %28MC 1.7.10%29 %28Weap v1.1%29.zip)
UCHI halocraft{0.7.4} [Halocraft v0.7.4](Halocraft v0.7.4 %28MC 1.7.10%29 %28KCWM Weap v1.1%29.zip)
UCHI killerchief_halocraft{0.7.0} [HalocraftOldIDUpdater](Halocraft v0.7.4 %28MC 1.7.10%29 %28KCWM Weap v1.1%29.zip)
UCHI malisiscore{1.7.10-0.13.1} MalisisCore
UCHI malisisdoors{1.7.10-1.12.2} Malisis' Doors
UCHI MekanismGenerators{8.1.7} MekanismGenerators
UCHI MekanismTools{8.1.7} MekanismTools
UCHI minechem{5.0.5.406} Minechem
UCHI testdummy{1.0} MmmMmmMmmMmm
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10k.jar)
UCHI starwarsmod{1.1.1} [Parzi's Star Wars Mod](Parzi's Star Wars Mod v1.1.1.jar)
UCHI quantumflux{1.7.10-1.3.1} QuantumFlux
UCHE rftools{4.12} RFTools
UCHI SpiceOfLife{1.3.0} The Spice of Life
UCHI StorageDrawers{1.7.10-1.6.2} Storage Drawers
UCHI superMassiveTech{0.2.0-alpha} Super Massive Tech
UCHI Sync{4.0.0} Sync
UCHI TardisMod{0.99} Tardis Mod
UCHI Baubles{1.0.1.10} Baubles
UCHI ThermalFoundation{1.7.10R1.2.0} Thermal Foundation
UCHI ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion
UCHI McMultipart{1.1.2.331} Minecraft Multipart Plugin
UCHI libsandstone{1.0.0} libsandstone
UCHI denseores{1.0} Dense Ores
UCHI HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul
UCHI ForgeMicroblock{1.1.2.331} Forge Microblocks
GL info: ' Vendor: 'Intel' Version: '1.4.0 - Build 8.14.10.2093' Renderer: 'Intel Pineview Platform'
CoFHCore: -[1.7.10]3.0.3-303
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Pineview Platform GL version 1.4.0 - Build 8.14.10.2093, Intel
GL Caps: Using GL 1.3 multitexturing.
Not using framebuffer objects because OpenGL 1.4 is supported, EXT_blend_func_separate is supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.
Anisotropic filtering is supported and maximum anisotropy is 4.
Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
This is a villager id conflict. Simply change the id of the villager in the rftools config to some other number (it is 10 by default)