FiskFille / TransformersMod

20 stars 15 forks source link

No more entity indicies left - Crash #155

Closed mogeli closed 8 years ago

mogeli commented 8 years ago

I am playing a modpack that I created myself, however, when I try to launch to gives the crash log stating " No more entity indicies left" and this is resolved by removing your mod; However, I also believe that this mod is not entirely to blame. But, my reason for putting it here is that this is the only mod that shows as an error. I have tried to take out I have took out a few mods the only other mod that prevented the crash was OreSpawn. I hope this can be resolved and I will post the log below.

---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 26/02/16 21:51 Description: Initializing game

java.lang.RuntimeException: No more entity indicies left at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322) at fiskfille.tf.common.entity.TFEntities.registerEntity(TFEntities.java:34) at fiskfille.tf.common.entity.TFEntities.registerEntities(TFEntities.java:17) at fiskfille.tf.TransformersMod.preInit(TransformersMod.java:92) 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.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) 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.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322) at fiskfille.tf.common.entity.TFEntities.registerEntity(TFEntities.java:34) at fiskfille.tf.common.entity.TFEntities.registerEntities(TFEntities.java:17) at fiskfille.tf.TransformersMod.preInit(TransformersMod.java:92) 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.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- 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 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 217791152 bytes (207 MB) / 519110656 bytes (495 MB) up to 6429081600 bytes (6131 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -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.1614 69 mods loaded, 69 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.05} Minecraft Coder Pack UCH FML{7.10.99.99} Forge Mod Loader UCH Forge{10.13.4.1614} Minecraft Forge UCH appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCH Aroma1997Core{1.0.2.16} Aroma1997Core UCH CodeChickenCore{1.0.7.47} CodeChicken Core UCH NotEnoughItems{1.0.5.120} Not Enough Items UCH ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCH OpenModsCore{0.9.1} OpenModsCore UCH {000} CoFH ASM UCH FamiliarsAPI{1.7.10} Familiars API UCH lucky{5.1.0} Lucky Block UCH FLabsBF{4.3} Better Furnaces UCH AnimationAPI{1.2.4} AnimationAPI UCH appliedenergistics2{rv2-stable-10} Applied Energistics 2 UCH Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper UCH Aroma1997sDimension{1.0} Aroma1997's Dimensional World UCH BiblioCraft{1.11.4} BiblioCraft UCH CoFHCore{1.7.10R3.1.2} CoFH Core UCH BigReactors{0.4.3A} Big Reactors UCH AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry UCH BrandonsCore{1.0.0.11} Brandon's Core UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) UCH ChickenChunks{1.3.4.16} ChickenChunks UCH ForgeMultipart{1.2.0.345} Forge Multipart UCH Baubles{1.0.1.10} Baubles UCH Thaumcraft{4.2.3.5} Thaumcraft UCH chisel{2.5.1.44} Chisel 2 UCH DamageIndicatorsMod{3.2.0} Damage Indicators UCH DraconicEvolution{1.0.2-snapshot_9} Draconic Evolution UCH eplus{3.0.2-d} Enchanting Plus UCH ExtraUtilities{1.2.12} Extra Utilities UCH HerobrineFamPack{1.7.10} HerobrineFamPack UCH McMultipart{1.2.0.345} Minecraft Multipart Plugin UCH ganyssurface{1.12.7} [Gany's Surface](Ganys Surface-1.12.7.jar) UCH iChunUtil{4.2.2} iChunUtil UCH GraviGun{4.0.0-beta} GraviGun UCH guideapi{1.7.10-1.0.1-23} Guide-API UCH InventoryPets{1.3.91} Inventory Pets UCH inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks UCH journeymap{5.1.4} JourneyMap UCH legends{1.4} [Legends Mod](Legends Core-1.4.jar) UCH Mantle{1.7.10-0.3.2.jenkins191} Mantle UCH Morph{0.9.2} Morph UCH Morpheus{1.7.10-1.6.21} Morpheus UCH MutantCreatures{1.4.9} Mutant Creatures UCH neiintegration{1.1.2} NEI Integration UCH OpenMods{0.9.1} OpenMods UCH OpenBlocks{1.5.1} OpenBlocks UCH OreSpawn{1.7.10.20.3} OreSpawn UCH PortalGun{4.0.0-beta-6} PortalGun UCH JotatosPracticalities{0.6.2} Practicalities UCH quantumflux{1.7.10-1.3.4} QuantumFlux UCH RandomThings{2.2.4} Random Things UCH StorageDrawers{1.7.10-1.9.2} Storage Drawers UCH sus{4.3.2} [Superheroes Unlimited Mod](Superheroes Unlimited Mod-1.7.10-4.3.2.jar) UCH susaddon{4.3.2} [Superheroes Unlimited Mod (Part 2)](Superheroes Unlimited Mod-1.7.10-4.3.2.jar) UCH Waila{1.5.10} Waila UCH TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct UCH thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin UCH ThaumicTinkerer{unspecified} Thaumic Tinkerer UCH TiCTooltips{1.2.5} TiC Tooltips UCE transformers{${version}} Transformers Mod UCH VeinMiner{0.31.3_build.unknown} Vein Miner UCH VeinMinerModSupport{0.31.3_build.unknown} Mod Support UCH WailaHarvestability{1.1.6} Waila Harvestability UCH warpbook{2.0.null} Warp Book UCH Ztones{1.7.10} Ztones UCH ForgeMicroblock{1.2.0.345} Forge Microblocks GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13417 Compatibility Profile Context 15.301.1201.0' Renderer: 'AMD Radeon (TM) R9 390 Series' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: all safe AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.1.2-325 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. Stencil buffer state: Function set: GL30, pool: forge, bits: 8 Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10 LWJGL: 2.9.1 OpenGL: AMD Radeon (TM) R9 390 Series GL version 4.5.13417 Compatibility Profile Context 15.301.1201.0, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip, pvptexturepack_25_betterskies.zip]
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
runescapejon commented 8 years ago

Having SuperHeroes unlimted and Orespawn together with Transformers mod it says java.lang.RuntimeException: No more entity indicies left meaning by there are no Entities ID left you would have to remove one of the mods i listed above :/ well it sucks unless one of the mods reduce there entities id's