Jump to content

Had this issue but Im not sure what it is?


Joofes

Recommended Posts

So I got this crash report in 1.12.2 and I have way too 52 mods, and I don't want to have to got through all of them, does anyone know what this is?

 

 

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  AstralCore (astralsorcery-1.12.2-1.10.23.jar)
  MekanismCoremod (NCoop- Mekanism-1.12.2-9.8.3.390.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 5/12/20 6:34 PM
Description: Initializing game

java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.robot.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.robot.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" at id stat.killEntity.robot
    at net.minecraft.stats.StatBase.func_75971_g(SourceFile:41)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.registerStatistics(EntityEntryBuilder.java:285)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.access$100(EntityEntryBuilder.java:57)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry.addedToRegistry(EntityEntryBuilder.java:335)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:509)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:500)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:350)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
    at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
    at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
    at mod.mcreator.mmadd.registerEntities(mmadd.java:167)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_444_mmadd_registerEntities_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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 --
Thread: Client thread
Stacktrace:
    at net.minecraft.stats.StatBase.func_75971_g(SourceFile:41)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.registerStatistics(EntityEntryBuilder.java:285)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.access$100(EntityEntryBuilder.java:57)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry.addedToRegistry(EntityEntryBuilder.java:335)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:509)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:500)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:350)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
    at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
    at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
    at mod.mcreator.mmadd.registerEntities(mmadd.java:167)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_444_mmadd_registerEntities_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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.12.2
    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: 1124073456 bytes (1071 MB) / 3758096384 bytes (3584 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
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 52 mods loaded, 52 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                      | Version            | Source                                        | Signature                                |
    |:----- |:----------------------- |:------------------ |:--------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft               | 1.12.2             | minecraft.jar                                 | None                                     |
    | LCH   | mcp                     | 9.42               | minecraft.jar                                 | None                                     |
    | LCH   | FML                     | 8.0.99.99          | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
    | LCH   | forge                   | 14.23.5.2847       | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
    | LCH   | opencomputers|core      | 1.7.5.192          | minecraft.jar                                 | None                                     |
    | LCH   | baubles                 | 1.5.2              | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LCH   | astralsorcery           | 1.10.22            | astralsorcery-1.12.2-1.10.23.jar              | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCH   | bookshelf               | 2.3.590            | Bookshelf-1.12.2-2.3.590.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | ctm                     | MC1.12.2-1.0.2.31  | CTM-MC1.12.2-1.0.2.31.jar                     | None                                     |
    | LCH   | jei                     | 4.15.0.291         | jei-1.12.2.jar                                | None                                     |
    | LCH   | chisel                  | MC1.12.2-1.0.2.45  | Chisel-MC1.12.2-1.0.2.45.jar                  | None                                     |
    | LCH   | codechickenlib          | 3.2.2.353          | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH   | compactstorage          | 3.1                | Compact-Storage-Mod-1.12.2.jar                | None                                     |
    | LCH   | mantle                  | 1.12-1.3.3.55      | Mantle-1.12-1.3.3.55.jar                      | None                                     |
    | LCH   | twilightforest          | 3.10.1013          | twilightforest-1.12.2-3.10.1013-universal.jar | None                                     |
    | LCH   | tconstruct              | 1.12.2-2.13.0.183  | TConstruct-1.12.2-2.13.0.183.jar              | None                                     |
    | LCH   | conarm                  | 1.2.5.4            | conarm-1.12.2-1.2.5.4.jar                     | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCH   | cucumber                | 1.1.2              | Cucumber-1.12.2-1.1.2.jar                     | None                                     |
    | LCH   | cyclicmagic             | 1.20.2             | Cyclic-1.12.2-1.20.2.jar                      | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
    | LCH   | ptrmodellib             | 1.0.4              | PTRLib-1.0.4.jar                              | None                                     |
    | LCH   | props                   | 2.6.3              | Decocraft-2.6.3_1.12.2.jar                    | None                                     |
    | LCH   | extendedcrafting        | 1.5.6              | ExtendedCrafting-1.12.2-1.5.6.jar             | None                                     |
    | LCH   | forgelin                | 1.8.4              | Forgelin-1.8.4.jar                            | None                                     |
    | LCH   | huntingdim              | 1.0.42             | HuntingDimension-1.12.2-1.0.42.jar            | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | waila                   | 1.8.26             | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
    | LCH   | iv                      | 3.0.2              | Improved+Villagers-3.0.2.jar                  | None                                     |
    | LCH   | metallurgy              | 0.3.3              | Metallurgy-4-Reforged-0.3.3.jar               | None                                     |
    | LCH   | redstoneflux            | 2.1.1              | RedstoneFlux-1.12-2.1.1.1-universal.jar       | None                                     |
    | LCH   | mekanism                | 1.12.2-9.8.3.390   | NCoop- Mekanism-1.12.2-9.8.3.390.jar          | None                                     |
    | LCH   | teslacorelib            | 1.0.17             | tesla-core-lib-1.12.2-1.0.17.jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | industrialforegoing     | 1.12.2-1.12.2      | industrialforegoing-1.12.2-1.12.13-237.jar    | None                                     |
    | LCH   | journeymap              | 1.12.2-5.7.1       | journeymap-1.12.2-5.7.1.jar                   | None                                     |
    | LCH   | lostcities              | 2.0.22             | lostcities-1.12-2.0.22.jar                    | None                                     |
    | LCH   | lucky                   | 7.5.0              | LuckyBlock_1_12_v7_5_0.jar                    | None                                     |
    | LCH   | mmadd                   | 1.0.0              | MMDD+v0.9.jar                                 | None                                     |
    | LCH   | mocreatures             | 12.0.5             | Mo-Creatures-Mod-1.12.2.jar                   | None                                     |
    | LCH   | llibrary                | 1.7.19             | llibrary-1.7.19-1.12.2 (1).jar                | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH   | mowziesmobs             | 1.5.4              | mowziesmobs-1.5.4.jar                         | None                                     |
    | LCH   | mysticalagriculture     | 1.7.5              | MysticalAgriculture-1.12.2-1.7.5.jar          | None                                     |
    | LCH   | extendedrenderer        | v1.0               | NCoop-coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LCH   | coroutil                | 1.12.1-1.2.37      | NCoop-coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LCH   | configmod               | v1.0               | NCoop-coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LCH   | mutantbeasts            | 1.12.2-0.6.2       | NCoop-MutantBeasts-1.12.2.jar                 | 25e0dcff5b5a7325d7c28898af41ff8b0ba41b77 |
    | LCH   | roguelike               | 1.8.0              | NCoop-RoguelikeDungeons-1.12.2.jar            | None                                     |
    | LCH   | specialmobs             | 1.0.2_for_mc1.12.2 | NCoop-specialmobs1.12.2.jar                   | None                                     |
    | LCH   | zombieawareness         | 1.12.1-1.11.16     | NCoop-zombieawareness-1.12.1.jar              | None                                     |
    | LCH   | nuclearcraft            | 2.18r              | NuclearCraft-2.18r-1.12.2.jar                 | None                                     |
    | LCH   | opencomputers           | 1.7.5.192          | OpenComputers-MC1.12.2-1.7.5.192.jar          | None                                     |
    | LCH   | harvestcraft            | 1.12.2zb           | Pam_s+HarvestCraft+1.12.2zg.jar               | None                                     |
    | LCH   | rustic                  | 1.1.3              | rustic-1.1.3.jar                              | None                                     |
    | LCH   | telepastries            | 0.3.4              | TelePastries-0.3.4.jar                        | None                                     |
    | LCH   | teslacorelib_registries | 1.0.17             | tesla-core-lib-1.12.2-1.0.17.jar              | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
AstralCore (astralsorcery-1.12.2-1.10.23.jar)
  
MekanismCoremod (NCoop- Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6286' Renderer: 'Intel(R) HD Graphics 620'
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 620 GL version 4.5.0 - Build 24.20.100.6286, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    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)
    CPU: 4x Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_F5
    OptiFine Build: 20191204-141934
    Render Distance Chunks: 8
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 - Build 24.20.100.6286
    OpenGlRenderer: Intel(R) HD Graphics 620
    OpenGlVendor: Intel
    CpuCount: 4

Link to comment
Share on other sites

21 minutes ago, Joofes said:

java.lang.RuntimeException: Duplicate stat id

You have a duplicate stat id, I read somewhere that this can be fixed by deleting your stats folder although I'm not sure.

Else it could be an issue with whatever mod you have that adds this:

'entity.robot.name'

Just a heads up, a moderator will lock this post soon as 1.12 is no longer supported on this forum (for very just reasons).

Edited by squidlex
Link to comment
Share on other sites

6 minutes ago, Joofes said:

Where can I find the stats folder?

Make a backup of it first, then navigate to saves/yoursavename/stats

Although from looking at your logs further this is a crash from initialising the game, so find what mod adds in the stats the config specifies could be the issue.

 

entity.robot.name

Edited by squidlex
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I've been trying to make a mod pack for the last day or so now and I haven't been able to launch it once even with all mods disabled. It keeps showing up with Exit Code 1. I gave the modpack to a friend to try and it didn't launch on their pc either due to the same exit code, so I'm not entirely certain what the problem is or how to check it in the logs. So far I've attempted: - Changing from forge version 43.3.0 to 43.3.5 - Downloading Java - Disabling mods (both entirely and individually) I have an NVIDIA GeForce GTX 1070 driver, and I haven't tried to uninstall or reinstall it yet because I'm not certain how to and would have to mess anything up further. I have the latest .txt file of the crash report here: [16:24:34] [main/WARN]: Failed to add PDH Counter: \Paging File(_Total)\% Usage, Error code: 0xC0000BB8 [16:24:34] [main/WARN]: Failed to add counter for PDH counter: \Paging File(_Total)\% Usage [16:24:34] [main/WARN]: Disabling further attempts to query Paging File. [16:24:36] [main/WARN]: COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile [16:24:39] [Datafixer Bootstrap/INFO]: 198 Datafixer optimizations took 149 milliseconds [16:24:40] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [16:24:40] [Render thread/INFO]: Setting user: CatDoodlee [16:24:41] [Render thread/INFO]: Backend library: LWJGL version 3.3.2+13 [16:24:42] [Render thread/INFO]: Reloading ResourceManager: vanilla [16:24:42] [Worker-Main-11/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading [16:24:44] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [16:24:44] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [16:24:44] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Speakers (Atrix Wired Elite Headset) [16:24:44] [Render thread/INFO]: Sound engine started [16:24:44] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas [16:24:44] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [16:24:44] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas [16:24:44] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas [16:24:44] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [16:24:45] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [16:24:45] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas [16:24:45] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [16:24:45] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas [16:24:45] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas [16:25:41] [Render thread/INFO]: Stopping! any form of help is greatly appreciated ❤️
    • Tanks for answer, I added SleepTight and I removed Modernfix, but it still crashing: new log new crash log
    • Hi, I'm trying to hide specific vanilla effects such as levitation or slow falling from the inventory GUI, but I haven't been able to figure out how to do this. I need this because they are triggered by another effect and I don't need them all showing up. Unfortunately, I don't know of any mods that include this feature, and I couldn't find any documentation on the process. I've already looked into the IClientMobEffectExtensions interface, but I'm uncertain about how to implement it in my own effect, let alone in any existing vanilla effect. Please help I am using Forge 47.2.0. for Minecraft 1.20.1
    • Also wondering how to create these manually.  First time creating a forge server.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.