gildedgames / aether-issues

An issue tracker for a Minecraft modification called The Aether II.
www.gilded-games.com/aether/
19 stars 9 forks source link

[launch crash] Duplicate Stat id #730

Open strxwberris opened 5 years ago

strxwberris commented 5 years ago

Having this issue right here. Any help?

---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3

Time: 4/27/19 7:24 PM Description: Initializing game

java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.squidTFC.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.squidTFC.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" at id stat.killEntity.squidTFC at net.minecraft.stats.StatBase.func_75971_g(SourceFile:42) at net.minecraft.stats.StatList.func_151182_a(StatList.java:212) at net.minecraft.entity.EntityList$EntityEggInfo.(EntityList.java:321) at com.legacy.aether.entities.EntitiesAether.addMapping(EntitiesAether.java:122) at com.legacy.aether.entities.EntitiesAether.register(EntitiesAether.java:110) at com.legacy.aether.entities.EntitiesAether.initialization(EntitiesAether.java:67) at com.legacy.aether.Aether.init(Aether.java:47) 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:497) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:497) 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:497) 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 net.minecraft.stats.StatBase.func_75971_g(SourceFile:42) at net.minecraft.stats.StatList.func_151182_a(StatList.java:212) at net.minecraft.entity.EntityList$EntityEggInfo.(EntityList.java:321) at com.legacy.aether.entities.EntitiesAether.addMapping(EntitiesAether.java:122) at com.legacy.aether.entities.EntitiesAether.register(EntitiesAether.java:110) at com.legacy.aether.entities.EntitiesAether.initialization(EntitiesAether.java:67) at com.legacy.aether.Aether.init(Aether.java:47) 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:497) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:497) 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:497) 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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 205377184 bytes (195 MB) / 2080374784 bytes (1984 MB) up to 4294967296 bytes (4096 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M 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 120 mods loaded, 120 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] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI tfc_coremod{0.79.29} [TFC[coremod]] (minecraft.jar) UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHI Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCHI OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar) UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHI mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) UCHI sapmanpack{2.7.2} [SanAndreasPs Manager Pack CORE edition] (SAPManPack-1.7.10-2.7.2.jar) UCHI gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar) UCHI terrafirmacraft{0.79.29} [TerraFirmaCraft] (1.7.10-TerraFirmaCraft-0.79.30.925.jar) UCHI abyssalcraft{1.9.1.3} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.1.3-FINAL.jar) UCHI aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar) UCHE aether_legacy{v1.0.0} [Aether Legacy] (aether_legacy-1.7.10-v1.0.0.jar) UCHI ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) UCHI wizardry{1.1.5} [Electroblob's Wizardry] (Electroblob's+Wizardry+-+1.1.5+-+MC+1.7.10.jar) UCHI aef{0.0.1} [Art's Effect Pack] (ArtsEffectsSpellPack.jar) UCHI atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar) UCHI Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) UCHI bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) UCHI BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) UCHI BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar) UCHI IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar) UCHI Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) UCHI BinnieCore{2.0.22.7} [Binnie Core] (binnie-mods-1.7.10-2.0.22.7.jar) UCHI Botany{2.0.22.7} [Botany] (binnie-mods-1.7.10-2.0.22.7.jar) UCHI ExtraTrees{2.0.22.7} [Extra Trees] (binnie-mods-1.7.10-2.0.22.7.jar) UCHI Genetics{2.0.22.7} [Genetics] (binnie-mods-1.7.10-2.0.22.7.jar) UCHI ExtraBees{2.0.22.7} [Extra Bees] (binnie-mods-1.7.10-2.0.22.7.jar) UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHI Botania{r1.8-249} [Botania] (Botania+r1.8-249.jar) UCHI PotionIDHelper{1.0.4} [Potion ID Helper] (PotionIDHelper-1.0.4.jar) UCHI BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar) UCHI BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar) UCHI BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar) UCHI BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar) UCHI BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar) UCHI BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar) UCHI BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar) UCHI BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar) UCHI chancecubes{1.7.10-2.4.1.0} [Chance Cubes] (ChanceCubes-1.7.10-2.4.1.182.jar) UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHI chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UCHI chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar) UCHI claysoldiers{2.0.0-beta.2} [Clay Soldiers Mod] (ClaySoldiersMod-1.7.10-2.0.0-beta.2.jar) UCHI ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) UCHI BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar) UCHI CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar) UCHI CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar) UCHI ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar) UCHI ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar) UCHI customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar) UCHI PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar) UCHI props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar) UCHI dldungeonsjdg{1.11.0.1} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0.1-MC1.7.10.jar) UCHI DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar) UCHI dsurround{1.0.6.4} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.6.4.jar) UCHI eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UCHI endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta (1).jar) UCHI enderutilities{0.5.3} [Ender Utilities] (enderutilities-1.7.10-0.5.3.jar) UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHI ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHI TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar) UCHI GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar) UCHI GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar) UCHI ExtraPlanets{1.7.10-2.1.0} [Extra Planets] (ExtraPlanets-1.7.10-2.1.0.jar) UCHI fbp{2.4.1} [Fancy Block Particles] (FancyBlockParticles-1.7.x-2.4.1.jar) UCHI fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) UCHI GalaxySpace{1.2.11} [GalaxySpace] (GalaxySpace-1.2.11+STABLE.jar) UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCHI MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar) UCHI gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar) UCHI gravestone{0.7.10.3} [Gravestone] (GraveStone+Mod+0.7.10.3.jar) UCHI GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar) UCHI iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar) UCHI InventoryPets{1.5.2} [Inventory Pets] (inventorypets-1.7.10-1.5.2-universal.jar) UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UCHI journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) UCHI llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar) UCHI jurassicraft{1.5.0} [JurassiCraft] (JurassiCraft-1.4.0.jar) UCHI lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar) UCHI Mekanism{9.1.1} [Mekanism] (Mekanism-1.7.10-9.1.1.1031.jar) UCHI magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar) UCHI MapWriter{2.1.8} [MapWriter] (MapWriter-1.7.10-2.1.10.jar) UCHI MekanismTools{9.1.1} [MekanismTools] (MekanismTools-1.7.10-9.1.1.1031.jar) UCHI MorePlanet{1.4.4} [More Planets] (More-Planets-1.7.10-1.4.4-GC502.jar) UCHI mowziesmobs{1.2.9} [Mowzie's Mobs] (MowziesMobs-1.2.99.jar) UCHI NotEnoughWands{1.2.3} [Not Enough Wands] (notenoughwands-1.2.3.jar) UCHI NuclearCraft{1.9g} [NuclearCraft] (NuclearCraft-1.9g--1.7.10.jar) UCHI numina{1.7.10} [Numina] (Numina-0.4.1.106.jar) UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6-fix-1.jar) UCHI ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar) UCHI Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) UCHI runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar) UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar) UCHI StellarAPI{0.1.3.8} [Stellar API] (Stellar+API-0.1.3.8.jar) UCHI stellarsky{0.1.5.7} [Stellar Sky] (Stellar+Sky-0.1.5.7.jar) UCHI StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar) UCHI ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar) UCHI thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar) UCHI VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar) UCHI VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar) UCHI waystones{1.0.12} [Waystones] (Waystones-mc1.7.10-1.0.12.jar) UCHI weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar) UCHI wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar) UCHI worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-dist.jar) UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar) UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar) UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar) UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar) UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.39' Renderer: 'GeForce GTX 1050/PCIe/SSE2' Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. List of loaded APIs:

huanmeng-qwq commented 5 years ago

hey,i don't know you say what,i am chinese------------------ 原始邮件 ------------------ 发件人: "strxwberris"notifications@github.com 发送时间: 2019年4月28日(星期天) 上午8:25 收件人: "gildedgames/aether-issues"aether-issues@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: [gildedgames/aether-issues] [launch crash] Duplicate Stat id (#730)

Having this issue right here. Any help?

The game crashed whilst initializing game The game crashed whilst initializing game Error: java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.squidTFC.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.squidTFC.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}" at id stat.killEntity.squidTFC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.