Jump to content

moosyman

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by moosyman

  1. So I was following some youtube tutorial on modding in Minecraft using java eclipse(it's for 1.12.2, heres the link to the tutorial where I got the crash for context: tutorial during which the entire game just starts crashing for me), and part ways through the tutorial I got kind of confident, paused the video, and went off on my own thinking I had it under control. It was on adding basic tools, and so I went on to add a spade, pickaxe, hoe, and axe(I had managed to get the game to run with a sword AND a spade, so I know those two aren't the problem), added in their crafting recipe JSONS, their respective item model JSONS, and I even reworked one of his previous things on how to add in blocks so that I didn't need a new class for every block I wanted to add, just a constructor for basic blocks and one for luminous blocks. This all seemed good at the time, and although I considered something may go wrong, I didn't think Minecraft would just hard crash. Initially, I forgot to add attack speed and damage attributes to the axe, but after adding those Minecraft still crashes.

     

    I know that's a lot of info, but I just want to establish as much context as possible incase anything stands out. Anyways, here's the crash report:

    ---- Minecraft Crash Report ----
    // I just don't know what went wrong 
    
    Time: 10/10/19 3:17 PM
    Description: Initializing game
    
    java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details!
    	at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:555)
    	at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:531)
    	at net.minecraftforge.registries.GameData.freezeData(GameData.java:237)
    	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753)
    	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
    	at net.minecraft.client.Minecraft.init(Minecraft.java:581)
    	at net.minecraft.client.Minecraft.run(Minecraft.java:421)
    	at net.minecraft.client.main.Main.main(Main.java:118)
    	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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    	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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
    	at GradleStart.main(GradleStart.java:25)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Thread: Client thread
    Stacktrace:
    	at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:555)
    	at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:531)
    	at net.minecraftforge.registries.GameData.freezeData(GameData.java:237)
    	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753)
    	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
    	at net.minecraft.client.Minecraft.init(Minecraft.java:581)
    
    -- Initialization --
    Details:
    Stacktrace:
    	at net.minecraft.client.Minecraft.run(Minecraft.java:421)
    	at net.minecraft.client.main.Main.main(Main.java:118)
    	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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    	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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
    	at GradleStart.main(GradleStart.java:25)
    
    -- System Details --
    Details:
    	Minecraft Version: 1.12.2
    	Operating System: Windows 10 (amd64) version 10.0
    	Java Version: 1.8.0_191, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 768014040 bytes (732 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    	FML: MCP 9.42 Powered by Forge 14.23.5.2768 5 mods loaded, 5 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 |
    	|:------ |:--------- |:------------ |:-------------------------------- |:--------- |
    	| UCHIJA | minecraft | 1.12.2       | minecraft.jar                    | None      |
    	| UCHIJA | mcp       | 9.42         | minecraft.jar                    | None      |
    	| UCHIJA | FML       | 8.0.99.99    | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
    	| UCHIJA | forge     | 14.23.5.2768 | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
    	| UCHIJA | tm        | 1.0          | bin                              | None      |
    
    	Loaded coremods (and transformers): 
    	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.60' Renderer: 'GeForce GT 730/PCIe/SSE2'
    	Launched Version: 1.12.2
    	LWJGL: 2.9.4
    	OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.60, NVIDIA Corporation
    	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-6400 CPU @ 2.70GHz

    Anyways, if anybody can figure out whats gone wrong, you'd be a god send. Im on break and fixing this up would at least make for a fun little accomplishment. :)

×
×
  • Create New...

Important Information

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